DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-logilab-astng
Beschreibungextend Python's abstract syntax tree (AST)
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.19.3-1
Sektionuniverse/python
Prioritätoptional
Installierte Größe592 Byte
Hängt ab vonpython-support (>= 0.90.0), python-logilab-common (>= 0.45.0)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quellelogilab-astng
Paketgröße87174 Byte
Prüfsumme MD523ad23dd3f791cc70c8de24fc300183c
Prüfsumme SHA1add11a69056242fdc531a0d2aa5ff6639f145b73
Prüfsumme SHA256b0617ae51c5ad2ec05c1495113a3e4d22dd030c395f0baa98cd0e4c55053da0c
Link zum Herunterladenpython-logilab-astng_0.19.3-1_all.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds