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

    Исходный пакет: python-module-astroid
    Версия: 1.0.1-alt1
    Собран:  28 марта 2014 г. 14:17 в задании #117239
    Категория: Разработка/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-astroid (noarch)
    python3-module-astroid (noarch)

    Сопровождающий: Aitov Timur


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

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


    19 марта 2014 г. Aitov Timur 1.0.1-alt1
    - Version 1.0.1
    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