pipenv
Dev env manager
A tool for managing project dependencies and environments in Python development workflows.
Python Development Workflow for Humans.
25k stars
361 watching
2k forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
packagingpippipfilepythonvirtualenv
Related projects:
Repository | Description | Stars |
---|---|---|
pypa/virtualenv | Creates isolated environments for Python applications. | 4,844 |
jazzband/pip-tools | Maintains predictable and deterministic builds of Python applications by managing dependencies. | 7,783 |
pyenv/pyenv | A tool for managing multiple Python versions on a system | 39,896 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,569 |
pyenv-win/pyenv-win | A tool for managing multiple Python versions on Windows | 5,146 |
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. | 8,009 |
pypi/warehouse | The software behind the Python Package Index. | 3,617 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,562 |
stability-ai/stability-sdk | An SDK for interacting with Stability AI's APIs to generate images and other artifacts through latent diffusion inference. | 2,427 |
pypa/sampleproject | Provides a sample project to demonstrate basic packaging and distribution of a Python project using PyPUG's tutorial. | 5,138 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,999 |
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,285 |
python-poetry/poetry | Makes managing dependencies and packaging for Python projects easier | 32,005 |
brainsik/virtualenv-burrito | Automates setup of virtual environments with virtualenvwrapper for Python development | 850 |