A simple script to sort python dependencies in requirement text files.
-
Updated
Apr 29, 2026 - Python
A simple script to sort python dependencies in requirement text files.
Find the python dependencies used by your python files and projects
Check if pip-compile needs to be run
Pre-commit Plugin: dephell. Run dephell as part of your pre-commit hooks.
pyuvstarter cuts the uv setup fluff: it sets up local python repos, finds your py imports, installs the packages, then sets up uv .venv & vscode for you.
A rewrite of the pydeps project, using FastAPI, for deployment on Deta.
Visualise dependency Graphs as a solar system. Part of BrisHack2026.
PyAthena is a Python DB API 2.0 (PEP 249) compliant client for Amazon Athena.
⚡ 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)并在数秒内对比校验,以揪出缺失或未使用的依赖包
audit npm dependencies. unused, missing, outdated — one pass.
Add a description, image, and links to the python-dependencies topic page so that developers can more easily learn about it.
To associate your repository with the python-dependencies topic, visit your repo's landing page and select "manage topics."