What is the best way to check if a PyPI package name is taken?
Several times now I have searched pypi for a package and received no results. Then I have taken the time to create a package with a name seemingly not taken, only to receive an error when I deploy. Is there a better way to check package name availability?
pip install python
for example should work for you – Czarina/simple/
lists all packages. – Klockau