Paketname | python-logilab-astng |
Beschreibung | extend Python's abstract syntax tree (AST) |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.19.3-1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 592 Byte |
Hängt ab von | python-support (>= 0.90.0), python-logilab-common (>= 0.45.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | logilab-astng |
Paketgröße | 87174 Byte |
Prüfsumme MD5 | 23ad23dd3f791cc70c8de24fc300183c |
Prüfsumme SHA1 | add11a69056242fdc531a0d2aa5ff6639f145b73 |
Prüfsumme SHA256 | b0617ae51c5ad2ec05c1495113a3e4d22dd030c395f0baa98cd0e4c55053da0c |
Link zum Herunterladen | python-logilab-astng_0.19.3-1_all.deb |
Ausführliche Beschreibung | 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.
|