Wetlands: A Lightweight Python Library for Managing Conda Environments

2025-05-28

Wetlands is a lightweight Python library designed to simplify Conda environment management. It creates Conda environments on demand, installs dependencies, and executes arbitrary code within them, preventing dependency conflicts. Ideal for plugin systems or integrating external modules, Wetlands uses either pixi or micromamba for fast and efficient Conda environment handling. A simple API allows developers to create, launch, import modules, execute functions, and cleanly exit environments, making dependency management in Python projects easier and more efficient.

Development