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

    Исходный пакет: python3-module-vulture
    Версия: 2.4-alt1.1
    Собран:  17 ноября 2022 г. 9:27
    Категория: Разработка/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.

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

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

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

      1. rpm-build-python3
      2. python3-module-pytest
      3. python3-module-setuptools
      4. python3-module-pytest-cov
      5. python3-module-toml

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


    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