This repository serves as an issue tracker for support requests related to using https://pypi.org.
Any issue which relates to an individual user or project, or requires administrator or moderator intervention, should be opened here. For example:
- PEP 541 project name requests
- Network access issues
- Upload limit requests
- Account recovery
- etc.
See this page for the exact list.
Any issue that affects how PyPI works for all users, or require code or configuration changes, should not be opened here. For example:
- Feature requests
- Usability issues
- Bugs
These issues should be opened against pypi/warehouse
instead.
Generally, projects should try to minimize the size of their distributions as much as possible. Large distributions consume significant amounts of PyPI's resources, and also generally do not provide a good user experience.
Small (up to 200MiB) upload limits are generally granted for the following reasons:
- project contains small pre-trained models
- project contains a small JAR file / executable
- any other sufficiently motivated reason
Large (more than 200MiB) upload limits are generally granted for the following reasons:
- project contains large compiled binaries to maintain platform/architecture/GPU support
- project is associated with an established project or organization
Upload limits are generally denied for the following reasons:
- project makes nightly releases and/or is published frequently
- project contains large pre-trained machine learning models
- project includes a large JAR file / executable
- project includes a runtime for another programming language
- project is not associated with an established project or organization
- project has not made a best-effort to reduce release size
To read the most up to date version of our security policy, including directions for submitting security vulnerabilities, please visit https://pypi.org/security/.
Please create a new issue here and it will be transferred as necessary.
Everyone interacting in the PyPI's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PSF Code of Conduct.