10 ms·
Show HN: Check if PyPI package name is available (tool)
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!
- pablo24602 3y agoSource code here: https://github.com/pablojosecodes/pypi_name_validator/tree/main https://github.com/pablojosecodes/pypi_name_validator/tree/m...