9 projects
Conda
Conda is a package and environment management system that helps users install and manage software packages and their dependencies, particularly for data science and scientific computing. It allows creation of isolated environments with specific versions of packages, supporting multiple programming languages including Python.
10,983
2,215
$104M
pyenv
pyenv is a Python version management tool that lets developers install and switch between multiple versions of Python on the same system. It enables installing Python versions per-project, managing virtual environments, and automatically switching Python versions based on project requirements.
4,652
1,371
$156K
virtualenv
virtualenv is a tool for creating isolated Python environments that contain their own copy of python, pip, and other dependencies. It allows developers to work on multiple Python projects with different dependencies and versions without conflicts.
2,308
838
$468K
Pixi
Package management made easy
1,335
412
$5.3M
Hatch
Modern, extensible Python project management
Pipenv
Python Development Workflow for Humans.
renv
renv: Project environments for R.
setup-miniconda
Set up your GitHub Actions workflow with conda via miniconda
tox
Command line driven CI frontend and development task automation tool.