SkillAgentSearch skills...

Modulegraph

modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.

Install / Use

/learn @ronaldoussoren/Modulegraph
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

modulegraph

modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements.

modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.

CI Status

.. image:: https://github.com/ronaldoussoren/modulegraph/workflows/Lint/badge.svg .. image:: https://github.com/ronaldoussoren/modulegraph/workflows/Test/badge.svg

Project links

  • Documentation <https://modulegraph.readthedocs.io/en/latest/>_

  • Issue Tracker <https://github.com/ronaldoussoren/modulegraph/issues>_

  • Repository <https://github.com/ronaldoussoren/modulegraph/>_

View on GitHub
GitHub Stars46
CategoryProduct
Updated3mo ago
Forks4

Languages

Python

Security Score

87/100

Audited on Jan 2, 2026

No findings