1 repo
Dependency managers tailored for specific programming language ecosystems and their unique package formats.
Distinguishing note: Focuses on language-specific resolution logic rather than generic dependency management.
Explore 1 awesome GitHub repository matching development tools & productivity · Language-Specific Dependency Managers. Refine with filters or upvote what's useful.
Poetry is a comprehensive dependency manager and packaging tool for Python projects. It functions as a configuration engine that resolves complex dependency graphs, manages isolated virtual environments, and ensures reproducible builds through deterministic lock file generation. By centralizing project metadata and build requirements into a single configuration file, it provides a unified workflow for managing the entire lifecycle of a Python codebase. The project distinguishes itself through its constraint-based solver, which evaluates environment markers and version requirements to maintain
Resolves and installs project dependencies using deterministic lock files for consistent environments.