Show HN: Check if PyPI package name is available (tool)
pypi.orgI 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! Source code here: https://github.com/pablojosecodes/pypi_name_validator/tree/m...