pipenv
Dev env manager
A tool for managing project dependencies and environments in Python development workflows.
Python Development Workflow for Humans.
25k stars
360 watching
2k forks
Language: Python
last commit: 16 days ago
Linked from 1 awesome list
packagingpippipfilepythonvirtualenv
Related projects:
Repository | Description | Stars |
---|---|---|
pypa/virtualenv | Creates isolated environments for Python applications. | 4,828 |
jazzband/pip-tools | Maintains predictable and deterministic builds of Python applications by managing dependencies. | 7,759 |
pyenv/pyenv | Software that manages multiple versions of the Python programming language | 39,428 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,537 |
pyenv-win/pyenv-win | A tool for managing multiple Python versions on Windows | 4,996 |
pdm-project/pdm | A modern package manager for Python supporting the latest PEP standards and providing a flexible plugin system for managing dependencies and projects. | 7,950 |
pypi/warehouse | A software system that powers the package registry for Python packages | 3,601 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,493 |
stability-ai/stability-sdk | An SDK for interacting with Stability AI's APIs to generate images and other artifacts through latent diffusion inference. | 2,425 |
pypa/sampleproject | Provides a sample project to demonstrate basic packaging and distribution of a Python project using PyPUG's tutorial. | 5,121 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,914 |
gangleri/pipenv | A plugin that integrates pipenv into the oh-my-zsh shell environment for managing Python projects. | 13 |
nyaadevs/nyaa | A bittorrent client for anime fans | 3,279 |
python-poetry/poetry | Makes managing dependencies and packaging for Python projects easier | 31,748 |
brainsik/virtualenv-burrito | Automates setup of virtual environments with virtualenvwrapper for Python development | 851 |