简体   繁体   中英

I have a series of python modules I would like to put into a package, how can I do this?

I have a series of python modules I would like to put into a package. I would like to set it up such that anyone interested can just download it and install it (on unix). How can I do this?

You should use distutils/setuptools to create egg and PyPI to distribute your package.

See according tutorials on packaging and uploading to PyPI:

http://diveintopython3.org/packaging.html

http://wiki.python.org/moin/CheeseShopTutorial

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM