Top "Pypi" questions

The Python Package Index (PyPI) is a repository of software for the Python programming language.

How to remove a package from Pypi

How do I remove a package from Pypi? I uploaded a package to Pypi several months ago. The package is …

python pypi
Optional dependencies in a pip requirements file

How can I specify optional dependencies in a pip requirements file? According to the pip documentation this is possible, but …

python dependencies pip pypi
pypi see older versions of package

This is the package I'm interested in : https://pypi.python.org/pypi/django-filebrowser-no-grappelli/ However the latest version no longer supports …

python django pypi
Why does pip fail with bad md5 hash for package?

I'm trying to install Django package in a virtualenv. I'm on a new computer (OSX 10.8.2). I installed virtualenv via easy_…

python django hash virtualenv pypi
How to roll my own pypi?

I would like to run my own internal pypi server, for egg distribution within my organization. I have found a …

python pypi
PyPI is slow. How do I run my own server?

When a new developer joins the team, or Jenkins runs a complete build, I need to create a fresh virtualenv. …

python caching pip mirroring pypi
Pip doesn't install latest available version from pypi (argparse in this case)

The problem I worked on some python projects lately and had lots of problems with pip not installing the latest …

python macos pip argparse pypi
Check if requirements are up to date

I'm using pip requirements files for keeping my dependency list. I also try to follow best practices for managing dependencies …

python package pip pypi requirements.txt
List PyPI packages by popularity

Is it possible to obtain a list of PyPI packages ordered by popularity (number of total downloads)? I am unable …

python pypi
Credentials in pip.conf for private PyPI

I have a private PyPI repository. Is there any way to store credentials in pip.conf similar to .pypirc? What …

python pip config pypi