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

  • Default inline alert: Версия в репозитории: 2.4-alt1.1

Бинарный пакет: python3-module-vulture
Версия: 2.4-alt1
Архитектура: noarch
Собран:  25 мая 2022 г. 1:08 в задании #300575
Исходный пакет: 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

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

Права:
Grigory Ustinov
@python

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


24 мая 2022 г. Grigory Ustinov 2.4-alt1
- Initial build for Sisyphus