Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pypi/warehouse
The Python Package Index
https://github.com/pypi/warehouse
package-registry package-repository pypi pypi-source python
Last synced: 2 days ago
JSON representation
The Python Package Index
- Host: GitHub
- URL: https://github.com/pypi/warehouse
- Owner: pypi
- License: apache-2.0
- Created: 2013-03-30T19:03:53.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:46:28.000Z (about 1 month ago)
- Last Synced: 2024-10-29T15:04:50.739Z (about 1 month ago)
- Topics: package-registry, package-repository, pypi, pypi-source, python
- Language: Python
- Homepage: https://pypi.org
- Size: 363 MB
- Stars: 3,585
- Watchers: 111
- Forks: 968
- Open Issues: 486
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-python-applications - Repo
- awesome-translation - PyPI Warehouse
- awesome-translation - PyPI Warehouse
- jimsghstars - pypi/warehouse - The Python Package Index (Python)
README
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 ``#pypa`` for general packaging discussion
and user support, and ``#pypa-dev`` for
discussions about development of packaging tools
- The `PyPA Discord`_ for live discussions
- The Packaging category on `Discourse`_ for discussing
new ideas and community initiativesTesting
----------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