py3-vulture-2.15
finds unused code in Python programs
Back to search · Project homepage
Description
Vulture finds unused code in Python programs. This is useful for
cleaning up and finding errors in large code bases. If you run
Vulture 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.
Package information
- Ports path
- devel/py-vulture
- Package architecture
- amd64
- Maintainer
- Martin Reindl <martin@catai.org>
- Categories
- devel, lang/python
- Available flavors
- None listed
- Only for architectures
- aarch64, amd64, arm, i386, mips64, mips64el, powerpc, powerpc64, riscv64, sparc64, alpha, hppa
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Runtime
Build
- lang/python/3
- devel/py-build
- devel/py-installer
- devel/py-setuptools py3-setuptools->=79v0
- devel/py-wheel