This contains some material to recreate this visualization of around 100000 PyPi packages and their dependencies.
- Execute a query like
sample_query.sqlin BigQuery and export to.jsonl. - Use
process_json.pyto filter, format and export to.gexf. - Find a graph layout in e.g. Gephi, export back to
.gexf. - Either visualize with
graph.pyor export to.jsonand visualize with the source of https://fi-le.net/pypi.
