https://github.com/pypi/inspector
🕵️ File browser for distributions on PyPI
https://github.com/pypi/inspector
Last synced: 9 months ago
JSON representation
🕵️ File browser for distributions on PyPI
- Host: GitHub
- URL: https://github.com/pypi/inspector
- Owner: pypi
- License: apache-2.0
- Created: 2022-06-06T14:48:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T04:05:12.000Z (10 months ago)
- Last Synced: 2025-03-29T14:11:21.981Z (10 months ago)
- Language: Python
- Homepage: https://inspector.pypi.io
- Size: 397 KB
- Stars: 103
- Watchers: 5
- Forks: 19
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inspector
https://inspector.pypi.io provides a mechanism for security researchers to
quickly share specific contents of a project hosted on PyPI when submitting
security reports.
Inspector is not currently supported for any other purpose.
## Develop
You can use any old way to install & run `inspector` locally.
We support `docker compose` via `make serve`.
You may also launch a Gitpod Workspace, which should set up most things for you:
[](https://gitpod.io/#https://github.com/pypi/inspector)