Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uranusjr/warehouse-filebrowser
Read useful files in dists served on PyPI.org
https://github.com/uranusjr/warehouse-filebrowser
Last synced: about 2 months ago
JSON representation
Read useful files in dists served on PyPI.org
- Host: GitHub
- URL: https://github.com/uranusjr/warehouse-filebrowser
- Owner: uranusjr
- Created: 2020-08-30T07:24:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T08:25:37.000Z (about 4 years ago)
- Last Synced: 2024-10-14T19:42:17.802Z (3 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warehouse Filebrowser
POC for [Feature request: "view source" tool for inspecting package contents](https://github.com/pypa/warehouse/issues/5118) and [Expose the METADATA file of wheels in the simple API](https://github.com/pypa/warehouse/issues/8254).
This implements a simple web server that downloads, extracts, and displays
“interesting” files from distributions available on PyPI.Usage:
1. Run the server.
2. Navigate to `/` to get a list of files.
3. Click on the file name of interest to view.Any file name may return 404 if it does not actually exist in the
distribution archive.