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
Beschreibungrebuild a new abstract syntax tree (AST) from Python's ast
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.20.1-1
Sektionpython
Prioritätoptional
Installierte Größe580 Byte
Hängt ab vonpython, python-support (>= 0.90.0), python-logilab-common (>= 0.49.0)
Empfohlene Pakete
PaketbetreuerDebian Python Modules Team
Quellelogilab-astng
Paketgröße92856 Byte
Prüfsumme MD5ba0c5838dda6c33d74443946900520aa
Prüfsumme SHA121ac875caa83d4c71d81a8f852371ee6af467f42
Prüfsumme SHA2569e952defa622a7fa51e1d7b61003567e2bf7ebafbb21ba2533d70032545ba0d6
Link zum Herunterladenpython-logilab-astng_0.20.1-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 rebuilds the generated tree by recursively walking down the AST and building an extended ast (let's call it astng ;). The new node classes have additional methods and attributes for different usages. Furthermore, astng builds partial trees by inspecting living objects.


Impressum
Linux is a registered trademark of Linus Torvalds