librariesio / bibliothecary

:notebook_with_decorative_cover: Libraries.io Package Manager Manifest Parsers
https://libraries.io/rubygems/bibliothecary
GNU Affero General Public License v3.0
89 stars 36 forks source link

Add support for pipdeptree JSON output in pip-dependency-graph.json #593

Closed tiegz closed 3 months ago

tiegz commented 3 months ago

this adds support for a new dependency tree file generated by pipdeptree called "pip-dependency-graph.json".

(pipdeptree calls these trees, but also warns that they may contain cycles, so we're calling them graphs)