Пакет python-module-logilab-astng: Информация

    Исходный пакет: python-module-logilab-astng
    Версия: 0.24.2-alt1.hg20130227
    Собран:  1 апреля 2013 г. 13:05
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.logilab.org/project/logilab-astng

    Лицензия: LGPLv2.1+
    О пакете: Python Abstract Syntax Tree New Generation
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-logilab-astng (noarch)
    python3-module-logilab-astng (noarch)

    Сопровождающий: Eugeny A. Rostovtsev


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

    Последнее изменение


    1 апреля 2013 г. Eugeny A. Rostovtsev 0.24.2-alt1.hg20130227
    - Version 0.24.2
    22 марта 2013 г. Aleksey Avdeev 0.23.1-alt1.hg20120119.1
    - Rebuild with Python-3.3
    22 июня 2012 г. Eugeny A. Rostovtsev 0.23.1-alt1.hg20120119
    - Version 0.23.1
    - Added module for Python 3