1 repository
Package managers that install and coordinate dependencies from multiple package ecosystems simultaneously, such as conda-forge and PyPI.
Distinct from Python Package Managers: Distinct from Python Package Managers: coordinates dependencies from both conda-forge and PyPI simultaneously, not limited to a single ecosystem.
Explore 1 awesome GitHub repository matching development tools & productivity · Multi-Source Package Managers. Refine with filters or upvote what's useful.
Pixi is a conda environment manager that creates reproducible, lock-file-backed environments with cross-platform support and multi-language dependency resolution. It combines package management from both conda-forge and PyPI simultaneously, coordinating their dependency graphs to prevent conflicts, while pinning every transitive dependency to exact versions in a cross-platform lock file for bit-for-bit identical environments across machines. The project distinguishes itself by also functioning as a cross-platform task runner that executes user-defined commands and multi-step pipelines inside
Coordinates dependency resolution and installation from both conda-forge and PyPI simultaneously.