Dependency Graph Generation and OSO Integration #1035
acul71
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dependency Graph Generation and OSO Integration
Hi @seetadev! 👋
I've been working on building a comprehensive dependency graph generation system for py-libp2p, along with integration support for Open Source Observer (OSO). This work is now available in the branch
feature/dependency-graph-oso-clean.What's Included
Scripts
scripts/generate_dependency_graph.py- Generates direct dependency graphsscripts/generate_transitive_dependency_graph.py- Generates full transitive dependency treesscripts/integrate_oso.py- Integration script for OSO APIDocumentation
Complete documentation in
docs/dependency_graph/including:Features
Quick Start
Graph Statistics
Use Cases
Files Reference
See the complete summary: https://github.com/libp2p/py-libp2p/blob/feature/dependency-graph-oso-clean/docs/dependency_graph/SUMMARY.md
Next Steps
I'd love to get your feedback on:
The branch is ready for review and can be found here:
https://github.com/libp2p/py-libp2p/tree/feature/dependency-graph-oso-clean
Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions