From c83d5887ad36ef01bcbf268ad51b61d504bdf93d Mon Sep 17 00:00:00 2001 From: 100tomer <43668725+100tomer@users.noreply.github.com> Date: Wed, 2 Jul 2025 17:37:09 +0300 Subject: [PATCH] Add RepoFlow to list of existing PyPI compatible repositories Added RepoFlow to the comparison table in the "Hosting your own simple repository" guide. RepoFlow is a modern package registry that supports PyPI uploads and proxying. It is available as both a cloud-hosted and self-hosted solution, and also supports other package types like npm, Docker, and Maven. --- source/guides/hosting-your-own-index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/guides/hosting-your-own-index.rst b/source/guides/hosting-your-own-index.rst index ebcd228ee..f5c6fc052 100644 --- a/source/guides/hosting-your-own-index.rst +++ b/source/guides/hosting-your-own-index.rst @@ -126,6 +126,12 @@ Existing projects `_, you can cache requests to package indexes through an Apache server + * - `RepoFlow `_ + - ✔ + - ✔ + - Modern package registry with PyPI upload and proxy support, available self-hosted or in the cloud. + + ---- .. [1] For complete documentation of the simple repository protocol, see