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

    Бинарный пакет: python3-module-vulture
    Версия: 2.4-alt1.1
    Архитектура: noarch
    Собран:  16 ноября 2022 г. 3:00 в задании #309935
    Исходный пакет: python3-module-vulture
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/jendrikseipp/vulture

    Лицензия: MIT
    О пакете: Find dead Python code
    Описание: 
    Vulture finds unused classes, functions and variables in your code.
    This helps you cleanup and find errors in your programs. If you run it
    on both your library and test suite you can find untested code.
    Due to Python's dynamic nature, static code analyzers like vulture
    are likely to miss some dead code. Also, code that is only called
    implicitly may be reported as unused. Nonetheless, vulture can be a
    very helpful tool for higher code quality.

    Сопровождающий: Grigory Ustinov

    Список участников:
    Daniel Zagaynov
    Grigory Ustinov

    Права:
    Grigory Ustinov
    @python

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


    13 ноября 2022 г. Daniel Zagaynov 2.4-alt1.1
    - NMU: used %add_python3_self_prov_path macro to skip self-provides from dependencies.
    24 мая 2022 г. Grigory Ustinov 2.4-alt1
    - Initial build for Sisyphus