warehouse
warehouse copied to clipboard
The Python Package Index
This allows us to prevent null bytes prior to checking the DB records. Follows similar refactor in #16599 Signed-off-by: Mike Fiedler
Noticed in #16703 that `_is_valid_dist_file` currently checks for `PKG-INFO` or `WHEEL` files to be present in a sdist or wheel, but doesn't validate where they are in the archive, so...
We're using Amazon SQS as our message broker today. Celery support for SQS does not afford Monitoring nor Remote Control from within the context of Celery. > Missing monitor support...
**Describe the bug** For project, [meltanolabs-tap-postgres](https://pypi.org/project/meltanolabs-tap-postgres/), the homepage link points to https://github.com/meltanolabs/tap-postgres (org in lower case), but the trusted publisher was created with `MeltanoLabs/tap-postgres` (org in upper case). The result...
This is a meta-issue to document the roadmap for PyPI's support for [PEP 458](https://www.python.org/dev/peps/pep-0458/). This top-level comment will be updated as the roadmap progresses. Comments on this issue should be...
**Describe the bug** When you have TOTP enabled as a 2FA method, and you use TOTP integration of OSX, Safari will offer to autofill (and submit!) the TOTP code into...
Add links to corresponding resources into the email notification when receiving access to packages
**What's the problem this feature will solve?** I received this email recently: ```console You have been added as {{role}} to the PyPI project {{project_name}} by {{other_user}}. — You are receiving...
**What's the problem this feature will solve?** Standardized licensing metadata will in time unify the currently largely chaotic landscape. **Describe the solution you'd like** See: https://peps.python.org/pep-0639 PEP 639 has been...
Part of https://github.com/pypi/warehouse/issues/8635, this PR adds a function to verify arbitrary URLs by parsing their HTML and looking for a specific `meta` tag. Concretely, a webpage with a `meta` tag...
**Describe the bug** [PEP 621](https://www.python.org/dev/peps/pep-0621/) allows project metadata to be defined in `pyproject.toml`. This uses a list of dictionaries to represent the project's authors. Each dictionary contains two keys, "name"...