This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]