1*60517a1eSAndroid Build Coastguard Worker# PyPI integration code 2*60517a1eSAndroid Build Coastguard Worker 3*60517a1eSAndroid Build Coastguard WorkerThis code is for integrating with PyPI and other compatible indexes. At the 4*60517a1eSAndroid Build Coastguard Workermoment we have code for: 5*60517a1eSAndroid Build Coastguard Worker* Downloading packages using `pip` or `repository_ctx.download`. 6*60517a1eSAndroid Build Coastguard Worker* Interacting with PyPI compatible indexes via [SimpleAPI] spec. 7*60517a1eSAndroid Build Coastguard Worker* Locking a `requirements.in` or [PEP621] compliant `pyproject.toml`. 8*60517a1eSAndroid Build Coastguard Worker 9*60517a1eSAndroid Build Coastguard Worker[PEP621]: https://peps.python.org/pep-0621/ 10