Skip to content

Marcdh3/Dep-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dep-Finder Build Status Coverage Status Python Status

This software retrieves all dependencies of local python packages that were installed via pip.

Installation

Dependencies

This project's dependencies are listed in the requirements.txt file.

Install steps

Inside the base directory of this project, run the following commands to install dependencies and the depfinder package:

pip install -r requirements.txt
pip install .

Tests

Run the following command to ensure depfinder was installed correctly:

python tests/tests.py

3 tests should run without any errors.

Usage

The depfinder utility can print to stdout all dependencies of a package in a format that is suitable for requirements.txt files.

Example

python -m depfinder -i <query package>

Future

  • Add an ignore package option
  • Add an exclude-self flag

About

Python package dependency finder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages