Top "Pypi" questions

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

Have the same README both in Markdown and reStructuredText

I have a project hosted on GitHub. For this I have written my README using the Markdown syntax in order …

python github markdown restructuredtext pypi
How to fix 'Could not find a version that satisfies the requirement' for install_requires list when pip installing in custom package?

I am trying to build my own Python package (installable by pip) using the twine package. This is all going …

python-3.x pip setup.py pypi twine
Why PyPi doesn't show download stats anymore?

It was so handy to get an idea if the package is popular or not (even if its popularity is …

python pypi
Include *.pyd files in Python Packages

I have a python module module.pyd that works pretty fine once it is put manually onto the site-packages of …

python python-2.7 include pypi pyd
How to make PyPi description Markdown work?

I uploaded a package to PyPi using: python setup.py register -r pypi python setup.py sdist upload -r pypi …

python restructuredtext pypi
PyPi issues - Upload failed (401): You must be identified to edit package information

Im encountering a problem with pypi similar to this one, except that I'm running windows and the mentioned solution page …

python pypi
Specifying optional dependencies in pypi python setup.py

How do I specify optional dependencies in python's setup.py ? Here's my stab at specifying an optional dependency for an …

python setup.py pypi
Update a PyPI package

Is there a way to update a PyPI package without changing the version number? Imagine, for a second, that I've …

python pypi
Custom location for .pypirc file

Does setuptools allow for the .pypirc file to be specified in a custom location rather than $HOME/.pypirc? I'm setting …

python jenkins setuptools pypi
How to overwrite pypi package when doing upload from command line?

I want to automate the upload process bug in some cases the python setup.py upload fails because pypi server …

distutils pypi distutils2