1 .. modulegraph documentation master file, created by
2 sphinx-quickstart on Tue Sep 28 21:04:40 2010.
3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.
6 Modulegraph - Python module dependency graph
7 ============================================
9 modulegraph determines a dependency graph between Python modules primarily
10 by bytecode analysis for import statements.
12 modulegraph uses similar methods to :mod:`modulefinder` from the standard library,
13 but uses a more flexible internal representation, has more extensive
14 knowledge of special cases, and is extensible.
32 * `Sourcecode repository on bitbucket <http://bitbucket.org/ronaldoussoren/modulegraph/>`_
34 * `The issue tracker <http://bitbucket.org/ronaldoussoren/modulegraph/issues>`_