Check if a Python package name is available on PyPI. Live API lookup with rich metadata.
Install UV, then:
uvx pkgscout python_package_name
uv tool install pkgscout
Once installed:
Queries pypi.org/pypi/{name}/json in real time. No stale offline database.
Pass multiple names in one command. Check a whole list of candidates at once.
When a name is taken, see version, summary, author, and a direct link to the project.
Color-coded terminal output for humans. --json flag for scripts and CI.
Install and run. No API keys, no accounts, no setup files needed.
Built with UV and pyproject.toml. Only dependency is httpx.
Check a package name directly from your browser.