awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Runtime Environment Managers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesRuntime Environment Managers

Tools that manage and switch between different language runtime versions and isolated workspaces.

Distinguishing note: Focuses on runtime version control and workspace isolation rather than just dependency management.

Explore 1 awesome GitHub repository matching development tools & productivity · Runtime Environment Managers. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Runtime Environment Managers

Awesome Runtime Environment Managers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • python-poetry/poetry

    python-poetry/poetry

    34,278View on GitHub↗

    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

    Creates and isolates language runtimes to ensure consistent execution across development projects.

    Pythondependency-managerpackage-managerpackaging
    34,278View on GitHub↗