Python pip-tools

Open-source Python projects categorized as pip-tools

Top 4 Python pip-tool Projects

  • pip-tools

    A set of tools to keep your pinned Python dependencies fresh.

  • Project mention: Pyenv – lets you easily switch between multiple versions of Python | news.ycombinator.com | 2024-03-25

    > Why is the "requirements.txt" file a stupid flat listing of all transitive dependencies with pinned versions? It makes it harder to change library versions even if there are no true conflicts.

    My friend, here is what you seek: https://github.com/jazzband/pip-tools

    requirements.txt is flat because it's really the output of `pip freeze`. It's supposed to completely and exactly rebuild the environment. Unfortunately it's far too flexible and people abuse it by putting in only direct dependencies etc.

    If you're writing packages, you don't need a requirements.txt at all, by the way. Package dependencies (only direct dependencies) live in pyproject.toml with the rest of the package config. requirements.txt (and pip tools) are only for when you want to freeze the whole environment, like for a server deployment.

  • hatch-pip-compile

    hatch plugin to use pip-compile (or uv) to manage project dependencies and lockfiles

  • Project mention: lockfiles for hatch projects | /r/Python | 2023-12-06

    I came up with hatch-pip-compile - it's a hatch plugin that connects your hatch-managed virtual environment to a lockfile managed with pip-compile. The plugin detects whether your environment or lockfile is out to date and automatically syncs them when needed - and it's fast!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rubric

    Linter config initializer for Python

  • python-project-template

    Python project template with a starting structure, CI/CD. linting, testing, and code coverage analysis (by viperior)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python pip-tools related posts

Index

What are some of the best open-source pip-tool projects in Python? This list will help you:

Project Stars
1 pip-tools 7,472
2 hatch-pip-compile 59
3 rubric 28
4 python-project-template 3

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com