Posts tagged pip

Publishing Python packages to PyPI

After many years of shipping my code via git, finally I dedicated some time to learn Python packaging.

You can publish to the Python Package Index (PyPI) repository using couple of steps.

Before you start, you may want to check if your preffered project name avaliable. If someone already publish anything with that name in PyPI, you’ll need to find an alternative.

Read more ...