The Python Package Index (PyPI) is a repository of software for the Python programming language.
I was running through the tutorials to build a Python distro package yesterday and the PyPI site kept on being …
python pypiThere is a JSON API for PyPI which allows getting data for packages: http://pypi.python.org/pypi/<package_…
json api pypiOn my Mac, *nix based systems I configure pip by modifying the files: ~/.pypirc ~/.pip/pip.conf The documentation that …
windows pypiI'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 twineI'm developing an Python egg that has several .txt dependencies (they're templates used to generate files by the egg itself), …
python setuptools distribute pypiI would like to analyze the dependency tree of Python packages. How can I obtain this data? Things I already …
python dependency-management pypiUpdate 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 pypiHow 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 pypiI put a package on PyPi for the first time ~2 months ago, and have made some version updates since then. …
python web-crawler pypi