Skip to content

jbarry1506/python_package_building

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_package_building

Notes and examples for building Python packages and modules

running setup and installing

  • from the directory containing setup.py
  • python setup.py sdist
  • python setup.py install

Python Package File Structure

https://realpython.com/python-application-layouts/

Other Reference Materials

https://docs.python.org/3/distutils/introduction.html#distutils-simple-example
https://packaging.python.org/guides/hosting-your-own-index/
https://wiki.python.org/moin/Distutils/Tutorial
https://docs.python.org/3/library/distutils.html

About

Notes and examples for building Python packages and modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages