Get the latest tech news
How to Visualize Your Python Project's Dependency Graph
How to Visualize your Python Project’s Dependency Graph. Gauge is solving the monolith/microservices dilemma. We’re building tools to untangle codebases through incremental modularization. Our open-source toolkit supports defining and enforcing rules for interfaces and dependencies. By focusing on high cohesion and loose coupling, you can unlock a codebase that your engineers and AI love to work in. Improve quality and developer velocity at the same time.
In order to correctly visualize your existing dependencies, Tach will crawl the Python AST to figure out which modules import from each other. Simply run tach show --web, and click on the generated URL to view your dependency graph! By following the above steps, you can easily visualize your project’s set of Python dependencies, and inform future architecture decisions.
Or read this on Hacker News