warehouse
warehouse copied to clipboard
The Python Package Index
Warehouse
Warehouse is the software that powers PyPI.
See our development roadmap, documentation, and
architectural overview.
Getting Started
You can run Warehouse locally in a development environment using
docker. See Getting started_
documentation for instructions on how to set it up.
The canonical deployment of Warehouse is in production at pypi.org_.
Discussion
You can find help or get involved on:
Github issue tracker_ for reporting issues- IRC: on
Libera_, channel#pypafor general packaging discussion and user support, and#pypa-devfor discussions about development of packaging tools - The
PyPA Discord_ for live discussions - The Packaging category on
Discourse_ for discussing new ideas and community initiatives
Testing
Read the running tests and linters section_ of our documentation to
learn how to test your code. For cross-browser testing, we use an
open source account from BrowserStack. If your pull request makes
any change to the user interface, it will need to be tested to confirm
it works in our supported browsers.
|BrowserStackImg|_
Code of Conduct
Everyone interacting in the Warehouse project's codebases, issue trackers, chat
rooms, and mailing lists is expected to follow the PSF Code of Conduct_.
.. _PyPI: https://pypi.org/
.. _our development roadmap: https://warehouse.pypa.io/roadmap/
.. _architectural overview: https://warehouse.pypa.io/application/
.. _documentation: https://warehouse.pypa.io
.. _Getting started: https://warehouse.pypa.io/development/getting-started/
.. _Github issue tracker: https://github.com/pypi/warehouse/issues
.. _pypi.org: https://pypi.org/
.. _Running tests and linters section: https://warehouse.pypa.io/development/getting-started/#running-tests-and-linters
.. _BrowserStack: https://browserstack.com/
.. _supported browsers: https://warehouse.pypa.io/development/frontend/#browser-support
.. |BrowserStackImg| image:: docs/_static/browserstack-logo.png
.. _BrowserStackImg: https://browserstack.com/
.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
.. _Libera: https://web.libera.chat/#pypa,#pypa-dev
.. _PyPA Discord: https://discord.gg/pypa
.. _Discourse: https://discuss.python.org/c/packaging/14