simple-repository-browser
A web interface to browse and search packages in any simple package repository (PEP-503), inspired by PyPI / warehouse.
Built using FastAPI and the simple-repository core library.
Demo
A tech-preview demo is available at https://simple-repository.app.cern.ch/.
Usage
Install from PyPI:
python -m pip install simple-repository-browser
And run:
simple-repository-browser
(or alternatively python -m simple_repository_browser)
By default, this will use the repository at PyPI (https://pypi.org/simple/). You can point it to a custom repository by passing the URL to the project list endpoint (the base URL according to PEP-503):
simple-repository-browser https://my-custom-repository.example.com/foo/simple/
Screenshots
Homepage:
Search:
Project page:
Runtime details
simple-repository-browser exposes a FastAPI application, and it runs the application in a single uvicorn worker.
Metadata that is computed will be cached in the $XDG_CACHE_DIR/simple-repository-browser directory. This cache is not
intended to be shared among different repository URLs, and is unlikely to work for multiple simple-repository-browser
versions. There is currently no intelligent cache invalidation for those cases.
Development
In order to build the simple-repository-browser you will need access to npm. If not available on the development host,
you can do it in a docker container first:
docker run --rm -v $PWD:/workdir -it node bash
cd /workdir
Bundle the web app:
cd web
npm install --include=dev
npm run build
cd ..
And then the normal installation procedure applies:
python -m pip install -e .
You may want to disable the indexing to avoid long-running tasks during the development:
export DISABLE_REPOSITORY_INDEXING=1
The browser can be run with:
python -m simple_repository_browser
Release files for simple-repository-browser 0.12.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simple_repository_browser-0.12.1.tar.gz | 713.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simple_repository_browser-0.12.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / simple_repository_browser-0.12.1.tar.gz
| Download URL | simple_repository_browser-0.12.1.tar.gz |
|---|---|
| Size | 713.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aded551af12f7bf22b962bc59ae7b82e9fbc56a4188e418e62081c9eb3d364f9
|
|
BLAKE2b-256 checksum How to use checksums |
68442c4b8c68fe33005c278eb4ddd83a130cf81c262e1683ac4f346703f6ba0a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 24, 2026.
Transparency logRelease files / simple_repository_browser-0.12.1-py3-none-any.whl
| Download URL | simple_repository_browser-0.12.1-py3-none-any.whl |
|---|---|
| Size | 735.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ec6b22c6023855f1874c247ba301d2c60aa9b371bef050607618d2dbfb63ee7f
|
|
BLAKE2b-256 checksum How to use checksums |
32fb2edb81d62b1e222ebeb0f01d5450266a8c89e54247947ce8aefb0f4e7dc9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 24, 2026.
Transparency log