Python Environment Management

Open-source Python projects categorized as Environment Management

Top 5 Python Environment Management Projects

  • Poetry

    Python packaging and dependency management made easy

  • Project mention: Understanding Dependencies in Programming | dev.to | 2024-04-14

    You can manage dependencies in Python with the package manager pip, which comes pre-installed with Python. Pip allows you to install and uninstall Python packages, and it uses a requirements.txt file to keep track of which packages your project depends on. However, pip does not have robust dependency resolution features or isolate dependencies for different projects; this is where tools like pipenv and poetry come in. These tools create a virtual environment for each project, separating the project's dependencies from the system-wide Python environment and other projects.

  • Pipenv

    Python Development Workflow for Humans.

  • Project mention: Pipenv VS instld - a user suggested alternative | libhunt.com/r/pipenv | 2023-12-09
  • 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
  • virtualenv

    Virtual Python Environment builder

  • Project mention: Setup and use Virtualenv in Python Applications | dev.to | 2024-04-11

    For more information visit: virtualenv documentation.

  • Pew

    A tool to manage multiple virtual environments written in pure python

  • Project mention: Pew VS instld - a user suggested alternative | libhunt.com/r/pew | 2023-12-09
  • rez

    An integrated package configuration, build and deployment system for software

  • Project mention: Rez package manager alternatives | /r/vfx | 2023-07-07
  • 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
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). The latest post mention was on 2024-04-14.

Python Environment Management related posts

Index

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

Project Stars
1 Poetry 29,397
2 Pipenv 24,583
3 virtualenv 4,708
4 Pew 1,163
5 rez 890
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com