A utility package for checking if a package name is available on PyPI.
Project description
nameisok
nameisok is a Python package that checks the availability of package names on PyPI. This tool is especially useful for developers looking to publish new packages and wanting to ensure their desired name is unique.
Installation
To install nameisok, simply run:
pip install nameisok
nameisok pandas,example
❌ `example` is already taken.
🎉 Wow! `my_package` is available!
❌ `nameisok` is already taken.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nameisok-0.1.1.tar.gz
(2.3 kB
view hashes)