Skip to content

Detect external dependencies in Python projects

License

Notifications You must be signed in to change notification settings

paper42/python-detect-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Detect Python dependencies

Scans through python files, collects all imports and filters out internal ones. Can be used to guess dependencies of projects, but every dependency should be manually examined, because of potential false positives like optional or fallback dependencies and dependencies only meant for specific python versions.

Examples

# python-detect-deps .
cryptography
requests
six

About

Detect external dependencies in Python projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages