Paul Moore
Paul Moore
The getting started documentation suggests getting an API key in order to start using the tool. While that may be the best approach for significant levels of usage, it's off-putting...
### What's the problem this feature will solve? Many problems people have with index server handling (such as index priority, dependency confusion attacks, filtering available package releases by age, etc)...
# Bug report ### Bug description: I have downloaded Python 3.13.0, Windows 64 bit version from python.org. I have done nothing to customise it. I start Python. type "12" at...
Based on the discussion [here](https://discuss.python.org/t/how-to-create-a-window-command-line-application-and-its-installer-from-wheels/76136) and @zooba's blog post [here](https://stevedower.id.au/blog/build-a-python-app). ---- 📚 Documentation preview 📚: https://python-packaging-user-guide--1778.org.readthedocs.build/en/1778/
### What's the problem this feature will solve? Prompted by the discussion in https://github.com/pypa/pip/issues/13393, I'd like to suggest that pip adds an official policy on AI-generated pull requests. Note that...
In "choose a new issue type", selecting "Blank issue" goes back to the "choose an issue type" page
### Description As it says in the title - if you select "Blank issue (maintainers only)", you don't get a blank issue, you get the "pick an issue type" page...
_Last updated on April 27, 2025_. ## What's being deprecated? ```text DEPRECATION: Building 'version_pkg' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3...
See https://github.com/pypa/pip/issues/13185#issuecomment-2676394666 and following comments for background. Currently, we include ruff's "pyupgrade" rules in our default configuration. This means that any code which doesn't follow those rules will fail our...
If I include the following in my `pyproject.toml`: ``` [tool.hatch.build.targets.wheel.force-include] "my_datafile" = "bla_pkg-0.1.0.dist-info/METADATA" ``` hatchling will create *two* metadata files in the wheel, one of which is the "correct" one,...
### Description The `pip completion` command is supposed to create a script that will register completions for pip. However, the command does not take into account the fact that pip...