📖 A robust parser for requirements.txt files, written in TypeScript
-
Updated
Mar 9, 2026 - TypeScript
📖 A robust parser for requirements.txt files, written in TypeScript
A fast CLI to check your Python dependencies for newer versions on PyPI. Like npm-check-updates, but for Python.
⚡ 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)并在数秒内对比校验,以揪出缺失或未使用的依赖包
Tool for updating your requirements.txt to match the versions of the packages you currently have installed.
Python CLI that combines pip install and requirements.txt management in one command.
A pre-commit hook to automatically generate the projects requirement.txt file using `poetry export`.
Streamlined software project foundation with Git, dependency management via `requirements.txt`, and a basic project structure.
A sphinx extension to generate a rst/markdown to display the dependencies of a python package from requirement.txt. maintainers: @Freed-Wu
Generate requirements.txt for Python projects using AI for complex and ambiguous dependencies.
Aplicación web en Flask para visualizar gráficamente la demanda máxima diaria a partir de archivos Excel, desplegada en Railway.
CLI tool that safely upgrades Python requirements.txt dependencies within major version boundaries while preserving existing constraints
Find updates for packages in requirements.txt on pypi
PCREQ: Automated inference of compatible requirements for Python third-party library upgrades
Manage requirements.txt files in a monorepo style project
PCREQ-evaluation: Evaluation artifact for PCREQ
Checks Python requirements files for problems
Python dependency manager that auto-updates requirements.txt
This project is a lightweight Python module designed to generate the reqirements.txt file. It streamline dependency management by automatically extracting imported modules from python or juypter files and generating there requirements.txt
REQBench: Benchmark for compatible requirements inference in Python third-party library upgrades
To associate your repository with the requirements-txt topic, visit your repo's landing page and select "manage topics."