This code is for integrating with PyPI and other compatible indexes. At the moment we have code for:
- Downloading packages using
pip
orrepository_ctx.download
. - Interacting with PyPI compatible indexes via [SimpleAPI] spec.
- Locking a
requirements.in
or PEP621 compliantpyproject.toml
.