Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 371 Bytes

File metadata and controls

9 lines (7 loc) · 371 Bytes

PyPI integration code

This code is for integrating with PyPI and other compatible indexes. At the moment we have code for:

  • Downloading packages using pip or repository_ctx.download.
  • Interacting with PyPI compatible indexes via [SimpleAPI] spec.
  • Locking a requirements.in or PEP621 compliant pyproject.toml.