This code was developed as a part of my Medium Story at Data Hackers teaching how to upload your PyPI package.
You need Python 3.6 or later to use pacotepypi. You can find it at python.org.
You also need setuptools, wheel and twine packages, which is available from PyPI. If you have pip, just run:
pip install setuptools
pip install wheel
pip install twine
Clone this repo to your local machine using:
git clone https://github.com/caiocarneloz/pacotepypi.git
- File structure for PyPI packages
- Setup with package informations
- License example