| Source: astroid |
| Section: python |
| Priority: optional |
| Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
| Uploaders: Sylvain Thénault <sylvain.thenault@logilab.fr>, |
| Alexandre Fayolle <afayolle@debian.org>, |
| Sandro Tosi <morph@debian.org> |
| Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.5) |
| Build-Depends-Indep: python-support |
| XS-Python-Version: >= 2.5 |
| Standards-Version: 3.8.2 |
| Homepage: http://bitbucket/logilab/astroid |
| Vcs-Hg: https://bitbucket.org/logilab/astroid |
| Vcs-Browser: https://bitbucket.org/logilab/astroid/src |
| |
| Package: python-astroid |
| Architecture: all |
| Depends: ${python:Depends}, |
| ${misc:Depends}, |
| python-logilab-common (>= 0.60.0-1), |
| XB-Python-Version: ${python:Versions} |
| Description: rebuild a new abstract syntax tree from Python's ast |
| The aim of this module is to provide a common base representation of |
| Python source code for projects such as pyreverse or pylint. |
| . |
| It rebuilds the tree generated by the _ast module by recursively walking down the |
| AST and building an extended ast. The new node classes |
| have additional methods and attributes for different usages. |
| Furthermore, astroid builds partial trees by inspecting living objects. |
| |
| |