aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-deptry/pkg-descr
blob: 79a4f815cfefa195b4c03961d6e1106413c3e218 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
deptry is a command line tool to check for issues with dependencies in a Python
project, such as unused or missing dependencies. It supports the following types
of projects:
- Projects that use Poetry and a corresponding pyproject.toml file
- Projects that use PDM and a corresponding pyproject.toml file
- Projects that use a requirements.txt file according to the pip standards

Dependency issues are detected by scanning for imported modules within all
Python files in a directory and its subdirectories, and comparing those to the
dependencies listed in the project's requirements.