Download Source Package logilab-astng:
The aim of this module is to provide a common base representation of Python source code for projects such as pyreverse or pylint.
Since 0.18, it provides a compatible representation which may come from the `compiler` module (for Python <= 2.4) pr the `_ast` module (for Python >= 2.5).
It extends bare node classes with some additional methods and attributes. Instance attributes are added by a builder object, which can generate extended ast (let's call them astng ;) by visiting either an existant ast tree or by inspecting living object. Methods are added by monkey patching ast classes. Finally some support for static inference is provided.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 84.9 kB | 532 kB | [list of files] |