https://github.com/furechan/pypi-index
Static Pypi Index Example
https://github.com/furechan/pypi-index
Last synced: about 2 months ago
JSON representation
Static Pypi Index Example
- Host: GitHub
- URL: https://github.com/furechan/pypi-index
- Owner: furechan
- License: mit
- Created: 2025-03-05T21:50:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T22:23:27.000Z (about 2 months ago)
- Last Synced: 2025-03-05T22:24:19.604Z (about 2 months ago)
- Language: HTML
- Homepage: https://furechan.github.io/pypi-index/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Static Pypi Server Example
This is a GitHub pages site, that serves as a static PyPi index.
Based on https://github.com/ceddlyburge/python-package-server
Index located at https://furechan.github.io/pypi-index/
The index contains a reference to a single package
- simple-hatch https://github.com/furechan/simple-hatch## Install via direct reference
pip install "simple-hatch @ git+https://github.com/furechan/simple-hatch#egg=simple-hatch-0.0.0"
## Install using index
pip install --extra-index-url https://furechan.github.io/pypi-index/ simple-hatch
## Check index
curl https://furechan.github.io/pypi-index/simple-hatch/
# Related projects and Resources
- https://github.com/ceddlyburge/python-package-server
- https://github.com/astariul/github-hosted-pypi
- https://packaging.python.org/en/latest/specifications/simple-repository-api/
- https://peps.python.org/pep-0503/#normalized-names