Skip to content
The Python Package Repository
Branch: master
Clone or download
Pull request Compare This branch is 209 commits behind pypa:master.
Latest commit be77446 Jan 10, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update friction logging to better explain purpose (pypa#4401) Jul 29, 2018
bin Enforce 100% coverage using coverage.py instead of codecov (pypa#5107) Nov 21, 2018
dev Update development database dump (pypa#5096) Nov 20, 2018
docs [ImgBot] Optimize images (pypa#5235) Dec 31, 2018
policies Add our Terms of Use policy (pypa#1573) Dec 28, 2016
requirements Bump pluggy from 0.8.0 to 0.8.1 (pypa#5270) Jan 10, 2019
tests Add zscore to Project document mapping (pypa#5252) Jan 6, 2019
warehouse Add "Trending" sort order to search ordering dropdown (pypa#5253) Jan 7, 2019
.babelrc Disable delete button if input does not match (pypa#3056) Feb 26, 2018
.coveragerc Enforce 100% coverage using coverage.py instead of codecov (pypa#5107) Nov 21, 2018
.dockerignore Refactor Docker integration for kubernetes (pypa#2474) Oct 7, 2017
.gitignore MacOS file (pypa#5232) Dec 31, 2018
.sass-lint.yml CSS tweaks (pypa#2867) Feb 2, 2018
.travis.yml Fix deprecated option in travis config (pypa#5233) Dec 31, 2018
CONTRIBUTING.rst Convert readthedocs link for their .org -> .io migration for hosted p… May 29, 2016
Dockerfile Switch to using the sdist for hiredis (pypa#4584) Aug 17, 2018
Dockerfile.static Upgrade js (pypa#4358) Jul 27, 2018
Gulpfile.babel.js Fix watching static files (pypa#4539) Aug 11, 2018
LICENSE Use https (pypa#5234) Dec 31, 2018
Makefile Add isort as a companion to black (pypa#5132) Nov 28, 2018
Procfile remove all the unnecessary stuff! (pypa#4330) Jul 20, 2018
README.rst this is _the_ pypi now (pypa#4264) Jul 6, 2018
docker-compose.yml Disable elasticsearch xpack.security (pypa#4999) Nov 3, 2018
gunicorn-uploads.conf remove all the unnecessary stuff! (pypa#4330) Jul 20, 2018
gunicorn.conf remove all the unnecessary stuff! (pypa#4330) Jul 20, 2018
package-lock.json Localized and optionally relative time Stimulus controller (pypa#5041) Nov 14, 2018
package.json Localized and optionally relative time Stimulus controller (pypa#5041) Nov 14, 2018
requirements.txt Check in a requirements.txt file to enable us to use heroku/python Jan 22, 2016
setup.cfg Add isort as a companion to black (pypa#5132) Nov 28, 2018

README.rst

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 and docker-compose. See Getting started documentation for instructions on how to set it up.

The canonical deployment of Warehouse is in production at pypi.org.

Discussion

If you run into bugs, you can file them in our issue tracker.

You can also join the chat channels #pypa (general packaging discussion and user support) and #pypa-dev (discussion about development of packaging tools) on Freenode, or the pypa-dev mailing list, to ask questions or get involved.

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 PyPA Code of Conduct.

You can’t perform that action at this time.