TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Check if PyPI package name is available (tool)

3 pointsby pablo24602about 2 years ago
I kept on having to switch my PyPi package names after creating my setup.py file and source files- because seemingly all the best package names are taken. Or I kept getting "Your package name is too similar to existing package names," which is very vague and unhelpful. So I built a little package to help determine if your ideal package name is available. Enjoy!

1 comment

pablo24602about 2 years ago
Source code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;pablojosecodes&#x2F;pypi_name_validator&#x2F;tree&#x2F;main">https:&#x2F;&#x2F;github.com&#x2F;pablojosecodes&#x2F;pypi_name_validator&#x2F;tree&#x2F;m...</a>