PyPI Registration
Project Layout
http://peterdowns.com/posts/first-time-with-pypi.html
setup.py
Upload
python setup.py register -r pypi
python setup.py sdist upload -r pypi
Profit!
* I find the hardest part of a projects is,
coming up with an idea!
Python is known for it’s “batteries included”.
BUT
The number of third party packages is much larger than the number of standard library packages, therefore understanding how packages are used, found, and created are foundational.
- Justin Beall
The Python Package Index
Python's packaging system that allows people to distribute their programs and libraries in a standard format that makes it easy to install and use them.
pip install tay_say
https://github.com/DEV3L/python-package-archetype