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

    Исходный пакет: python-module-astroid
    Версия: 1.6.4-alt2
    Собран:  14 мая 2019 г. 22:07
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/astroid

    Лицензия: 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)

    Сопровождающий: Stanislav Levin


      1. python-module-pytest-runner
      2. python-module-setuptools
      3. python-module-setuptools

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


    3 сентября 2018 г. Stanislav Levin 1.6.4-alt2
    - Move Python3 module to a separated src package.
    25 мая 2018 г. Stanislav Levin 1.6.4-alt1
    - 1.5.3 -> 1.6.4
    20 октября 2017 г. Aleksei Nikiforov 1.5.3-alt3
    - Updated runtime dependencies.