Package python3-module-logilab-astng: Information

    Source package: python3-module-logilab-astng
    Version: 0.24.2-alt2
    Build time:  Apr 17, 2020, 07:53 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 RPM packages built from this SRPM:
    python3-module-logilab-astng (noarch)

    Maintainer: Andrey Bychkov


      1. rpm-build-python3
      2. python3-module-logilab-common
      3. python3-module-setuptools
      4. python-tools-2to3

    Last changed


    Dec. 20, 2019 Andrey Bychkov 0.24.2-alt2
    - build for python2 disabled
    May 16, 2018 Andrey Bychkov 0.24.2-alt1.hg20130227.1.2
    - (NMU) rebuild with python3.6
    March 13, 2016 Ivan Zakharyaschev 0.24.2-alt1.hg20130227.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)