Package python3-module-vulture: Information

    Source package: python3-module-vulture
    Version: 2.4-alt1.1
    Latest version according to Repology
    Build time:  Nov 16, 2022, 03:00 AM in the task #309935
    Report package bug
    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.

    List of rpms provided by this srpm:
    python3-module-vulture (noarch)

    Maintainer: Grigory Ustinov

    List of contributors:
    Daniel Zagaynov
    Grigory Ustinov

    ACL:
    Grigory Ustinov
    @python

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

    Last changed


    Nov. 13, 2022 Daniel Zagaynov 2.4-alt1.1
    - NMU: used %add_python3_self_prov_path macro to skip self-provides from dependencies.
    May 24, 2022 Grigory Ustinov 2.4-alt1
    - Initial build for Sisyphus