Skip to content

sam-atkins/deptr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deptr

deptr is a dependency tracker, written in Rust.

It works for Python Poetry projects, scanning the pyproject.toml manifest file for dependencies and then recursively scanning the project's Python source code to find if the dependencies are in the manifest..

Installation

From source

git clone {this repo}
cd deptr
cargo install --path .

Usage

deptr --help

Dev

cargo run -- --help
cargo run path/to/pyproject