Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37046421
en ru br
ALT Linux repos
S:2.4-alt1.1

Group :: Development/Python3
RPM: python3-module-vulture

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.4-alt1.1
Build date: 12 november 2022, 22:01 ( 71.8 weeks ago )
Size: 38.92 Kb

Home page:   https://github.com/jendrikseipp/vulture

License: MIT
Summary: Find dead Python code
Description:

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.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-vulture
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin