Skip to content

AlexIoannides/registerit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Register Package Names on PyPI

  • 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.

Install

$ pip install registerit

Run

If 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_PASSWORD

If you do, then

$ registerit MY_COOL_PKG \
    --username PYPI_USERNAME \
    --password PYPI_PASSWORD \
    --author Me \
    --email me@me.com \
    --url www.me.com

About

Have an idea for a Python package? Register the name on PyPI 💡

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages