Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

413
Views
What is the best way to check if a PyPI package name is taken?

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?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

As far as I know it seems that is trial and error situation. Nevertheless you can always try pip install <name_package> to see if the name is already taken.

If you are interesting in deploying your package and don't facing up indexes errors from PyPi, you can always try out to deploy your code to TestPyPi. You will have to replace this first command:

python -m twine upload --repository pypi dist/*

by

python -m twine upload --repository testpypi dist/*

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!