Python Environment Management

Open-source Python projects categorized as Environment Management

Top 6 Python Environment Management Projects

Environment Management
  • Poetry

    Python packaging and dependency management made easy

    Project mention: Django project setup - Part 1 | dev.to | 2024-09-30

    # Palindrome project Project used to explain my view on a django project architecture ## Tools, libs, etc. Some time related files. Versions on Poetry. - [Python](https://www.python.org/) Programming languange - [django-environ](https://django-environ.readthedocs.io) Manage .envs in Django - [Poetry](https://python-poetry.org/) Python packaging and dependency management - poetry.lock - pyproject.toml - [Django](https://www.djangoproject.com/) Web framework written in Python - [Docker](https://www.docker.com/) Manage containers for dev environment - compose.yaml - compose/dev/Dockerfile - compose/dev/start - .env - [Just](https://just.systems/) encapsulate commands for easier use - justfile ## Dev environment setup 1. Install Just, Docker and Poetry(opcional). 2. Copy .env.example to .env, no need for edtion. 3. Certified that docker is up and running 4. `$ just build` ## Run the server for development 1. Certified that docker is up and running 2. `$ just runserver` You can access on http://0.0.0.0:8000/

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Pipenv

    Python Development Workflow for Humans.

    Project mention: Generate pip requirements.txt file based on imports of any project | news.ycombinator.com | 2024-09-30

    https://github.com/pypa/pipenv

    Pipenv was last updated 10 hours ago. Looks like it's still an active project to me.

  • hatch

    Modern, extensible Python project management

    Project mention: Flying Fast and Furious: AI-Powered FastAPI Deployments | dev.to | 2024-07-31

    Configuring Tools and Dependencies: Hatch, a package manager and environment tool, was used to simplify the setup process. Installing and configuring Hatch was straightforward, ensuring the Python environment was set up correctly. Essential dependencies like FastAPI and Uvicorn were specified in the pyproject.toml file for easy management.

  • 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

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 Environment Management discussion

Log in or Post with

Python Environment Management related posts

  • The Simplest Data Architecture

    5 projects | dev.to | 25 Sep 2024
  • Protected ML APIs with Flama JWT Authentication

    2 projects | dev.to | 11 Sep 2024
  • Cursor Pagination Example

    2 projects | dev.to | 2 Sep 2024
  • Flying Fast and Furious: AI-Powered FastAPI Deployments

    3 projects | dev.to | 31 Jul 2024
  • 🚀 Deploying a 3-tier Application with Docker and Nginx Proxy Manager 🌐

    2 projects | dev.to | 22 Jul 2024
  • Passo a Passo: Criando Sua Primeira Biblioteca em Python com Poetry (Parte I)

    2 projects | dev.to | 19 Jul 2024
  • Panic at the Tech Job Market

    2 projects | news.ycombinator.com | 17 Jul 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 3 Oct 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 Poetry 31,235
2 Pipenv 24,831
3 hatch 5,933
4 virtualenv 4,809
5 Pew 1,167
6 rez 941

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