ITP: python-logilab-astng -- Python module to rebuild a abstract syntax tree (AST)

Jari Aalto jari.aalto@cante.net
Sun Sep 23 13:14:00 GMT 2012


wget --recursive --no-host-directories --cut-dirs=3 \
    http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/logilab-astng-0.23.1-1.tar.bz2 \
    http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/python-logilab-astng-0.23.1-1-src.tar.bz2 \
    http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/python-logilab-astng-0.23.1-1.tar.bz2 \
    http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/setup.hint
|
Included in Debian:

  http://packages.debian.org/python-logilab-astng

To check packaging:

  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all

Notes:

  This Python module is prerequite for "pylint"

Jari

[ setup.hint ]

sdesc: "Python module to rebuild a abstract syntax tree (AST)"
ldesc: "Provides a common base representation of Python source code for
projects such as pychecker, pyreverse, pylint. It provides a
compatible representation which comes from the `_ast` module. The
module 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.
They include some support for static inference and local name scopes.
Furthermore, astng builds partial trees by inspecting living objects."
category: Python
requires: python



More information about the Cygwin-apps mailing list