GitXplorerGitXplorer
p

python-detect-deps

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
b9fb13d9cd5d52cb1ad32cfdb89ac0e60e2240e2

handle comments

ppaper42 committed 3 years ago
Unverified
70767bec21a86a5c9de36339b7e82fbf539767a4

format code

ppaper42 committed 3 years ago
Unverified
4de1300b8667c103e4b47ce7d19cd2c980cad90a

properly handle import a as b

ppaper42 committed 3 years ago
Unverified
237920fc5c4339dd0b43e2fd6d15e7743a470e92

update README.md

ppaper42 committed 3 years ago
Unverified
46b0fa0a7c6a31ea437467a983b3babccc1184de

improve from imports detection

ppaper42 committed 3 years ago
Unverified
36cd3d4b8cc5dd3d984479ddb00c271f77337e48

detect libraries from lib-dynload

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