The Python Package Index (PyPI) is a repository of software for the Python programming language.
How do I remove a package from Pypi? I uploaded a package to Pypi several months ago. The package is …
python pypiHow can I specify optional dependencies in a pip requirements file? According to the pip documentation this is possible, but …
python dependencies pip pypiThis 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 pypiI'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 pypiI would like to run my own internal pypi server, for egg distribution within my organization. I have found a …
python pypiI'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.txtIs it possible to obtain a list of PyPI packages ordered by popularity (number of total downloads)? I am unable …
python pypi