Python
Overview
JFrog Fly supports the PyPI registry format for Python projects. All Python package managers can publish to and consume from the same JFrog Fly registry.
JFrog Fly Registry Path: <your-fly-subdomain>.jfrog.io/artifactory/api/pypi/pypi/simple
Public Registry (Proxied): https://files.pythonhosted.org (PyPI)
Choose Your Package Manager
- pip - Package installer for Python
- Pipenv - Python development workflow
- Twine - Utility for publishing packages to PyPI
Registry Format
All Python package managers use the PyPI registry format. Your packages are stored in the same registry regardless of which package manager you use for publishing.
Back to Package Managers →