Пакет pylint: Информация

    Исходный пакет: pylint
    Версия: 1.1.0-alt1
    Собран:  28 марта 2014 г. 14:17 в задании #117239
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.logilab.org/project/name/pylint

    Лицензия: GPLv2+
    О пакете: Python code static checker
    Описание: 
    Pylint is a Python source code analyzer which looks for programming
    errors, helps enforcing a coding standard and sniffs for some code
    smells (as defined in Martin Fowler's Refactoring book)
    
    Pylint can be seen as another PyChecker since nearly all tests you
    can do with PyChecker can also be done with Pylint. However, Pylint
    offers some more features, like checking length of lines of code,
    checking if variable names are well-formed according to your coding
    standard, or checking if declared interfaces are truly implemented,
    and much more.
    
    Additionally, it is possible to write plugins to add your own checks.

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

    Сопровождающий: Andrey Rahmatullin


      1. rpm-build-python >= 0.8
      2. python-devel = 2.7

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


    19 марта 2014 г. Aitov Timur 1.1.0-alt1
    - 1.1.0
    22 октября 2011 г. Vitaly Kuznetsov 0.21.3-alt1.1
    - Rebuild with Python-2.7
    29 сентября 2010 г. Andrey Rahmatullin 0.21.3-alt1
    - 0.21.3
    - run tests