Skip to content
#

python-dependencies

Here are 10 public repositories matching this topic...

⚡ Super-fast & precise Python dependency auditor. Statically extracts imports (AST), maps imports to PyPI names (e.g. cv2 -> opencv-python) via env metadata, and cross-checks requirements.txt for missing or unused packages in seconds. 极速且精准的 Python 依赖审计工具。静态解析提取代码导入(AST 语法树),结合环境元数据自动将导入名映射为 PyPI 包名(如将 cv2 映射为 opencv-python)并在数秒内对比校验,以揪出缺失或未使用的依赖包

  • Updated Jul 3, 2026
  • Python

Improve this page

Add a description, image, and links to the python-dependencies topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-dependencies topic, visit your repo's landing page and select "manage topics."

Learn more