Skip to content

Commit 2241c50

Browse files
committed
Add 'dumb-pypi'
1 parent 342724a commit 2241c50

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

source/guides/hosting-your-own-index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ Existing projects
105105
-
106106
- also mirroring; manual synchronisation
107107

108+
* - :ref:`dumb-pypi`
109+
-
110+
-
111+
- not a server, but a static file site generator
112+
108113
* - :ref:`httpserver`
109114
-
110115
-

source/key_projects.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,18 @@ devpi supports mirroring PyPI, multiple
442442
:term:`package indexes <Package Index>` with inheritance, syncing between
443443
these indexes, index replication and fail-over, and package upload.
444444

445+
.. _dumb-pypi:
446+
447+
dumb-pypi
448+
=========
449+
450+
`GitHub <https://github.com/chriskuehl/dumb-pypi>`__ |
451+
`PyPI <https://pypi.org/project/dumb-pypi>`__
452+
453+
dumb-pypi is a simple :term:`package index <Package Index>` static file site
454+
generator, which then must be hosted by a static file webserver to become the
455+
package index. It supports serving the hash, core-metadata, and yank-status.
456+
445457
.. _enscons:
446458

447459
enscons

0 commit comments

Comments
 (0)