awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jazzband/pip-toolsAvatar von jazzband

    jazzband/pip-tools

    8,005Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,005
  1. Home
  2. Development Tools & Productivity
  3. Dependency Managers
  4. Python Packages
  5. Repeatable Build Tooling