Artifactory fully supports PyPI repositories, providing:
The ability to provision PyPI packages from Artifactory to the
pip
command line tool from all repository types.Calculation of Metadata for PyPI packages hosted in Artifactory's local repositories.
Access to remote PyPI repositories (such as
https://pypi.org/
) through Remote Repositories which provides proxy and caching functionality.The ability to access multiple PyPI repositories from a single URL by aggregating them under a Virtual Repository.
Compatibility with the setuptools and its predecessor distutils libraries for uploading PyPI packages.
PyPI Supported Clients
In Artifactory, PyPI repositories support the following clients:
Poetry version 1.2.0 and later
Twine version 3.3.0 and later
Pip version 20.2 and later