Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eifinger/exopypi
- Owner: eifinger
- License: apache-2.0
- Created: 2024-06-22T12:42:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T23:30:22.000Z (4 months ago)
- Last Synced: 2025-01-17T17:55:05.370Z (9 days ago)
- Topics: fastapi, ipfs, pep691, pypi, python, python3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```