blob: 422c596b91664c74106a47de67cf07cd52c9ca6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Importlab is a library for Python that automatically infers dependencies and
calculates a dependency graph. It can perform dependency ordering of a set of
files, including cycle detection.
Importlab's main use case is to work with static analysis tools that process one
file at a time, ensuring that a file's dependencies are analysed before it is.
Importlab is primarily intended to be used as a library. It takes one or more
python files as arguments, and generates an import graph, typically used to
process files in dependency order.
This is not an official Google product.
|