warehouse
warehouse copied to clipboard
The Python Package Index
As a means to test and demonstrate that using Redis as a broker is an easy replacement for SQS. Add flower at `http://localhost:5555` to play around with and observe behaviors....
# This will be taken apart and shipped in parts. 🚨 **Note**: Data migration contained within Does not drop existing column, but removes references to it. Once merged, no new...
Refs. #12901 To do: * prepare final list of ignores, * extend `init-po`, `update-po` and check in `translations` with new domain resource * regenerate POTs * migrate translations, preserve translated...
See #12477. Follow-on from #11272. Very WIP; pushing up for initial review and discussion. Signed-off-by: William Woodruff
We've got a fair amount of duplication on the `created` column for models that support it, and a number of tables that are missing a `created` column entirely. This PR...
There are small typos in: - tests/frontend/viewport_toggle_controller_test.js - warehouse/email/ses/models.py - warehouse/legacy/api/json.py - warehouse/rate_limiting/__init__.py Fixes: - Should read `vulnerabilities` rather than `vulnerabilties`. - Should read `unverified` rather than `unverfied`. - Should...
For user testing or preview work, I've used `ngrok` in the past, this documents my setup as well as a less complete solution. ~Note: This also introduces `dev/environment.local` which is...
The most common reason I find myself going to PyPi is to find the latest version to copy & paste into my `requirements.txt`. It'd be really nice if the main...
Eventually replace it with a new statistics sidebar that does the following: * if trusted publishing from GitHub has been used for the release: * include the URL of the...
**What's the problem this feature will solve?** Tools could use simple lookup logic for checking their latest and stable versions. The way it is currently done in `pip` is crazy:...