awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jazzband avatar

jazzband/pip-tools

0
View on GitHub↗
8,005 स्टार्स·664 फोर्क्स·Python·BSD-3-Clause·6 व्यूज़pip-tools.rtfd.io↗

Pip Tools

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 compatible package sets across different deployment tiers.

The system covers broader capabilities including dependency compilation, recursive dependency expansion, and the generation of cryptographic hashes for package integrity verification. It also includes utilities to align a virtual environment's installed packages to match the exact versions listed in a lock file.

Features

  • Requirements Compilers - Resolves high-level dependency declarations into a pinned, flat list of packages to ensure consistent installations.
  • Dependency Constraints - Defines version compatibility rules to filter and lock sub-dependencies using external constraint files.
  • Project Lockfile Management - Maintains consistent dependency versions by generating and updating project lockfiles with security hashes.
  • Python Package Managers - Manages Python project dependencies, virtual environments, and the locking of packages to specific versions.
  • Environment Synchronizers - Aligns the local virtual environment with a defined dependency state by installing or removing packages.
  • Lock Files - Produces persistent lock files recording exact dependency versions and hashes for deterministic builds.
  • Library Version Resolution - Implements logic for calculating compatible library version sets to satisfy overlapping requirements.
  • Environment Synchronizers - Provides a utility to synchronize a virtual environment's installed packages to exactly match a pinned requirements file.
  • Repeatable Build Tooling - Generates pinned requirements files with hashes to ensure installations use identical package versions and checksums.
  • Layered Dependency Constraints - Supports using pinned requirements files as constraints for other layers to separate production and development environments.
  • Layered Requirements Workflows - Manages separate but compatible dependency sets for different deployment stages using constraints.
  • Python Environment Managers - Provides tools for synchronizing virtual environments to match locked requirements files.
  • Dependency Version Updates - Provides utilities to refresh pinned package versions to the latest compatible releases.
  • Cryptographic Hash Verifiers - Generates cryptographic content hashes to verify that downloaded packages match the original compiled versions.
  • Dependency Integrity Verifiers - Includes content hashes in output requirements files to verify package integrity during installation.
  • Dependency Tree Traversers - Recursively maps and flattens the full hierarchy of transitive dependencies into a single output file.
  • Package Managers - Keeps pinned dependencies up to date and reproducible.

स्टार हिस्ट्री

jazzband/pip-tools के लिए स्टार हिस्ट्री चार्टjazzband/pip-tools के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Pip Tools के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Pip Tools के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • nvie/pip-toolsnvie का अवतार

    nvie/pip-tools

    8,005GitHub पर देखें↗

    pip-tools is a set of command line utilities for compiling high-level Python dependency lists into pinned requirements files. It functions as a dependency lock tool and requirements compiler that resolves transitive dependencies to produce a deterministic list of packages. The project enables the maintenance of separate production and development dependency layers through layered requirement constraints. It supports targeted package upgrades and the generation of content hashes to verify package integrity during installation. The toolset covers dependency locking, version updates, and virtua

    Python
    GitHub पर देखें↗8,005
  • pdm-project/pdmpdm-project का अवतार

    pdm-project/pdm

    8,647GitHub पर देखें↗

    PDM is a Python package manager, dependency resolver, and build tool designed to create reproducible environments. It functions as a runtime manager that installs and switches between different versions of the Python interpreter using standalone builds, while managing isolated virtual environments to prevent version conflicts between projects. The tool distinguishes itself through the use of cross-platform lockfiles and a plugin-based extension architecture, allowing users to add new capabilities via external distributions. It provides a centralized package caching system and a parallel insta

    Python
    GitHub पर देखें↗8,647
  • pypa/pipenvpypa का अवतार

    pypa/pipenv

    25,066GitHub पर देखें↗

    Pipenv is a Python dependency manager and virtual environment manager that ensures reproducible environments across different systems. It functions as a lockfile resolver, generating deterministic lockfiles from high-level dependency constraints to prevent version drift. The tool integrates project workflow automation by loading environment variables and executing custom project scripts. It also includes security auditing capabilities to scan installed packages for known vulnerabilities. The system covers a broad range of capabilities including dependency version locking, package installatio

    Python
    GitHub पर देखें↗25,066
  • rubygems/bundlerrubygems का अवतार

    rubygems/bundler

    4,881GitHub पर देखें↗

    Bundler is a Ruby dependency manager that resolves gem versions and locks them in a lockfile so every machine installs the same set of dependencies. It manages package sources, provides environment diagnostics, and wraps commands and consoles to run inside a consistent gem context, preventing version mismatches across development, testing, and production. Unlike a simple package installer, Bundler uses a SAT solver to find a consistent set of gem versions satisfying all constraints, segregates authentication secrets from source URLs, and enforces platform-specific dependency filtering. Its lo

    Rubydependency-managerrubyrubygems
    GitHub पर देखें↗4,881
Pip Tools के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

jazzband/pip-tools क्या करता है?

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.

jazzband/pip-tools की मुख्य विशेषताएं क्या हैं?

jazzband/pip-tools की मुख्य विशेषताएं हैं: Requirements Compilers, Dependency Constraints, Project Lockfile Management, Python Package Managers, Environment Synchronizers, Lock Files, Library Version Resolution, Repeatable Build Tooling।

jazzband/pip-tools के कुछ ओपन-सोर्स विकल्प क्या हैं?

jazzband/pip-tools के ओपन-सोर्स विकल्पों में शामिल हैं: nvie/pip-tools — pip-tools is a set of command line utilities for compiling high-level Python dependency lists into pinned requirements… pdm-project/pdm — PDM is a Python package manager, dependency resolver, and build tool designed to create reproducible environments. It… pypa/pipenv — Pipenv is a Python dependency manager and virtual environment manager that ensures reproducible environments across… rubygems/bundler — Bundler is a Ruby dependency manager that resolves gem versions and locks them in a lockfile so every machine installs… pypa/pip — pip is a Python package manager used to install, update, and remove software libraries from the Python Package Index… sdispater/poetry — Poetry is a Python build tool, dependency manager, and project orchestrator. It provides a unified workflow for…