Hey, How Do I Distribute my New Completed Python Project?

S

steven

I'v just completed a small python project, which includes a main py
file and a couple of classes in seperated py files. I can run it under
the development directory, but how to distribute them? Is there any
good practice here?

Thanks in advance.

-
narke
 
S

Swaroop C H

I'v just completed a small python project, which includes a main py
file and a couple of classes in seperated py files. I can run it under
the development directory, but how to distribute them? Is there any
good practice here?

"Distributing Python Modules"
http://docs.python.org/dist/dist.html

Excerpt:
" This document describes the Python Distribution Utilities
('Distutils') from the module developer's point of view, describing how
to use the Distutils to make Python modules and extensions easily
available to a wider audience with very little overhead for
build/release/install mechanics."

Regards,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top