Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eifinger/exopypi

PEP691 compliant python package repository with mirroring and pluggable storage backends
https://github.com/eifinger/exopypi

fastapi ipfs pep691 pypi python python3

Last synced: 6 days ago
JSON representation

PEP691 compliant python package repository with mirroring and pluggable storage backends

Awesome Lists containing this project

README

        

# exopypi

[PEP691](https://peps.python.org/pep-0691/) compliant python package repository with mirroring
and pluggable storage backends.

Made to be used in remote (exo) locations with limited internet access.

## Development

This project uses [rye](https://rye.astral.sh/guide/) to manage the python environment, dependencies and run configurations.
To install [rye](https://rye.astral.sh/guide/) follow the
[installation instructions](https://rye.astral.sh/guide/installation) for your platform.

```shell
rye sync --no-lock
rye run pre-commit install --install-hooks
rye run dev
```