awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesRepeatable Build Tooling

Tools that ensure deterministic installations of packages across different environments.

Distinct from Python Packages: Focuses on build reproducibility via pinning and hashing rather than general package distribution.

Explore 1 awesome GitHub repository matching development tools & productivity · Repeatable Build Tooling. Refine with filters or upvote what's useful.

Awesome Repeatable Build Tooling GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jazzband/pip-toolsAvatar de jazzband

    jazzband/pip-tools

    8,005Voir sur GitHub↗

    pip-tools is a set of utilities for Python dependency pinning, lockfile management, and virtual environment synchronization. It functions as a requirement compiler that resolves high-level package declarations into a pinned list of specific versions and content hashes to ensure repeatable builds across different environments. The tool differentiates itself by providing a mechanism to refresh locked dependencies to their latest compatible versions without manual editing. It supports a layered dependency workflow, allowing one requirements file to act as a constraint for another to maintain com

    Generates pinned requirements files with hashes to ensure installations use identical package versions and checksums.

    Python
    Voir sur GitHub↗8,005
  1. Home
  2. Development Tools & Productivity
  3. Dependency Managers
  4. Python Packages
  5. Repeatable Build Tooling