- Have an idea for a Python package?
- Thought of a great name?
- Register it on PyPI, before someone else does!
A tool that creates a minimal Python package with your chosen name and uploads it to PyPI, registering it for you.
$ pip install registeritIf you don't care about assigning your name and contact details to the package, then use
$ registerit MY_COOL_PKG --username PYPI_USERNAME --password PYPI_PASSWORDIf you do, then
$ registerit MY_COOL_PKG \
--username PYPI_USERNAME \
--password PYPI_PASSWORD \
--author Me \
--email [email protected] \
--url www.me.com