Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37048317
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-vulture

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 2.4-alt1.1
Время сборки: 12 ноября 2022, 22:01 ( 71.8 недели назад )
Размер архива: 38.92 Kb

Домашняя страница:   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

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-vulture
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin