mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-23 21:12:14 -05:00
[PR #2466] [CLOSED] Added deptry #6201
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2466
Author: @fpgmaas
Created: 5/8/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
bfe0e86Added deptry📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
deptry is a command line tool to check for issues with dependencies in a Python project, such as obsolete or missing dependencies. It supports the following types of projects:
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.
The documentation can be found here.
What's the difference between this Python project and similar ones?
As far as I know, the only similar project is pip-check-reqs. This only supports scanning of
requirements.txt, whereas deptry supports a broader range of dependency specifications. It also contains a richer set of functionality, is currently under more active development, and has better documentation.--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.