https://github.com/natefoo/s3pypi-root-index
Create a root index for S3PyPI buckets
https://github.com/natefoo/s3pypi-root-index
Last synced: 3 months ago
JSON representation
Create a root index for S3PyPI buckets
- Host: GitHub
- URL: https://github.com/natefoo/s3pypi-root-index
- Owner: natefoo
- License: mit
- Created: 2019-12-03T20:16:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T14:44:23.000Z (over 5 years ago)
- Last Synced: 2025-02-15T19:21:10.092Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# S3PyPI Root Index
[S3PyPI][s3pypi] creates an index page for each package's files, but not an index for the list of packages themselves at
the repository root. This tool uses S3PyPI internals to create such an index.Note that there is also [a PR][pr26] to add similar functionality directly to S3PyPI.
[s3pypi]: https://github.com/novemberfiveco/s3pypi
[pr26]: https://github.com/novemberfiveco/s3pypi/pull/26