https://github.com/lennart-finke/pypi-map
A Map of PyPi Packages
https://github.com/lennart-finke/pypi-map
bigquery pypi visualization
Last synced: 8 months ago
JSON representation
A Map of PyPi Packages
- Host: GitHub
- URL: https://github.com/lennart-finke/pypi-map
- Owner: lennart-finke
- Created: 2025-03-01T11:08:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T10:21:45.000Z (over 1 year ago)
- Last Synced: 2025-04-11T08:39:07.681Z (about 1 year ago)
- Topics: bigquery, pypi, visualization
- Language: HTML
- Homepage: https://fi-le.net/pypi
- Size: 15.2 MB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Map of PyPi Packages
This contains some material to recreate [this](https://fi-le.net/pypi/) visualization of around 100000 PyPi packages and their dependencies.

## Reproduction Guide
1. Execute a query like `sample_query.sql` in [BigQuery](https://console.cloud.google.com/bigquery) and export to `.jsonl`.
2. Use `process_json.py` to filter, format and export to `.gexf`.
3. Find a graph layout in e.g. Gephi, export back to `.gexf`.
4. Either visualize with `graph.py` or export to `.json` and visualize with the source of [https://fi-le.net/pypi](https://fi-le.net/pypi/).