This script is for Slackware 14.0 only and may be outdated.

SlackBuilds Repository

14.0 > Libraries > logilab-astng (0.24.0)

The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse,
pylint... Well, actually the development of this library is essentially
governed by pylint's needs.

It extends class defined in the compiler.ast [1] module with some
additional methods and attributes. Instance attributes are added by a
builder object, which can either generate extended ast (let's call
them astng ;) by visiting an existant ast tree or by inspecting living
object. Methods are added by monkey patching ast classes.

Main modules are:

* nodes and scoped_nodes for more information about methods and
attributes added to different node classes

* the manager contains a high level object to get astng trees from
source files and living objects. It maintains a cache of previously
constructed tree for quick access

* builder contains the class responsible to build astng trees

This requires: logilab-common

Maintained by: Serban Udrea
Keywords: python,pylint,logilab-astng
ChangeLog: logilab-astng

Homepage:
http://www.logilab.org/project/logilab-astng

Source Downloads:
logilab-astng-0.24.0.tar.gz (295bdb2165657ad4b973b3fae1c95f12)

Download SlackBuild:
logilab-astng.tar.gz
logilab-astng.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds