Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pypa/warehouse
The Python Package Index
https://github.com/pypa/warehouse
package-registry package-repository pypi pypi-source python
Last synced: 3 months ago
JSON representation
The Python Package Index
- Host: GitHub
- URL: https://github.com/pypa/warehouse
- Owner: pypi
- License: apache-2.0
- Created: 2013-03-30T19:03:53.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T17:12:34.000Z (7 months ago)
- Last Synced: 2024-04-13T13:20:59.256Z (7 months ago)
- Topics: package-registry, package-repository, pypi, pypi-source, python
- Language: Python
- Homepage: https://pypi.org
- Size: 346 MB
- Stars: 3,460
- Watchers: 112
- Forks: 923
- Open Issues: 485
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
- starred-awesome - warehouse - Next Generation Python Package Repository (Python)
- fucking_awesome_python - :octocat: warehouse - :star: 675 :fork_and_knife: 146 - Next generation Python Package Repository (PyPI). (Package Repositories)
- awesome-python-applications - Repo
- awesome-python-applications - Repo
- awesome-python-cn - warehouse
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