Package python-module-logilab-astng: Information

    Source package: python-module-logilab-astng
    Version: 0.24.2-alt1.hg20130227
    Build time:  Apr 1, 2013, 01:05 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)
    python3-module-logilab-astng (noarch)



    ACL:
    @qa_p7

      1. /usr/bin/pytest3
      2. python3-devel
      3. python3-module-distribute
      4. rpm-build-python >= 0.8
      5. rpm-build-python3
      6. python-devel = 2.7
      7. python-tools-2to3

    Last changed


    April 1, 2013 Eugeny A. Rostovtsev 0.24.2-alt1.hg20130227
    - Version 0.24.2
    March 22, 2013 Aleksey Avdeev 0.23.1-alt1.hg20120119.1
    - Rebuild with Python-3.3
    June 22, 2012 Eugeny A. Rostovtsev 0.23.1-alt1.hg20120119
    - Version 0.23.1
    - Added module for Python 3