Top "Pypi" questions

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

Why was PyPI called the cheese shop?

I was running through the tutorials to build a Python distro package yesterday and the PyPI site kept on being …

python pypi
JSON API for PyPi - how to list packages?

There is a JSON API for PyPI which allows getting data for packages: http://pypi.python.org/pypi/<package_…

json api pypi
How do you configure pypi under Windows?

On my Mac, *nix based systems I configure pip by modifying the files: ~/.pypirc ~/.pip/pip.conf The documentation that …

windows pypi
How to upload new versions of project to PyPI with twine?

I've uploaded my Python package to PyPI. But now I made new version of my package and need to upload …

python python-3.x package pypi twine
How to fix issue with the removed cssselect package in lxml?

So they removed the cssselect package from lxml.. Now my python program is useless. I just can't figure out how …

python xpath lxml pypi lxml.html
Packaging resources with setuptools/distribute

I'm developing an Python egg that has several .txt dependencies (they're templates used to generate files by the egg itself), …

python setuptools distribute pypi
Python package dependency tree

I would like to analyze the dependency tree of Python packages. How can I obtain this data? Things I already …

python dependency-management pypi
Why does pip install matplotlib version 0.91.1 when PyPi shows version 1.0.0?

Update Oct 15, 2012 PyPi is now showing matplotlib at 1.1.0 so this issue is resolved. Install matplotlib via: pip install matplotlib Outdated …

python matplotlib pip pypi
Using python_requires to require Python 2.7 or 3.2+

How do I use python_requires classifier in setup.py to require Python 2.7.* or 3.2+? I have tried many configurations, including …

python python-2.7 setuptools setup.py pypi
PyPi download counts seem unrealistic

I put a package on PyPi for the first time ~2 months ago, and have made some version updates since then. …

python web-crawler pypi