Package python-module-logilab-astng: Information

    Source package: python-module-logilab-astng
    Version: 0.20.3-alt1
    Build time:  Sep 28, 2010, 11:00 PM
    Report package bug
    License: LGPLv2.1+
    Summary: Python Abstract Syntax Tree New Generation
    Description: 
    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 essentialy governed by
    pylint's needs.
    It extends class defined in the compiler.ast [1] module (python <= 2.4)
    or in the builtin _ast module (python >= 2.5) 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.

    List of rpms provided by this srpm:
    python-module-logilab-astng (noarch)

    Maintainer: Andrey Rahmatullin


      1. /usr/bin/pytest
      2. python-devel = 2.6
      3. rpm-build-python >= 0.8
      4. python2.6(unittest2)

    Last changed


    Sept. 29, 2010 Andrey Rahmatullin 0.20.3-alt1
    - 0.20.3
    Sept. 13, 2010 Andrey Rahmatullin 0.20.2-alt1
    - 0.20.2
    Sept. 6, 2010 Andrey Rahmatullin 0.20.1-alt2
    - run tests