GitXplorerGitXplorer
p

python-detect-deps

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
08664020b62c139a9fd4a0d2c52c66d4b2297553

Initial commit

ppaper42 committed 3 years ago

README

The README file for this repository.

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