Python requirements

Open-source Python projects categorized as requirements

Top 9 Python requirement 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.

  • pigar

    :coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • creosote

    Identify unused dependencies and avoid a bloated virtual environment.

  • cairis

    Computer Aided Integration of Requirements and Information Security - Server

  • strictdoc

    Software for technical documentation and requirements management.

  • resolvelib

    Resolve abstract dependencies into concrete ones

  • ochrona-cli

    A command line tool for detecting vulnerabilities in Python dependencies and doing safe package installs

  • 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
  • pip-rating

    Check the health of your project's requirements and get a score for each dependency.

  • Project mention: Check the health of your project's requirements and get a score for each dependency | /r/coolgithubprojects | 2023-08-09
  • req2toml

    Convert requirements.txt to poetry toml 🚀

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 requirements related posts

Index

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

Project Stars
1 pip-tools 7,472
2 pigar 1,574
3 creosote 305
4 cairis 140
5 strictdoc 138
6 resolvelib 129
7 ochrona-cli 52
8 pip-rating 28
9 req2toml 6

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