Show HN: Wetlands – a lightweight Python library for managing Conda environments
Published on: 2025-06-17 19:54:04
Wetlands
Wetlands is a lightweight Python library for managing Conda environments.
Wetlands can create Conda environments on demand, install dependencies, and execute arbitrary code within them. This makes it easy to build plugin systems or integrate external modules into an application without dependency conflicts, as each environment remains isolated.
The name Wetlands comes from the tropical environments where anacondas thrive.
Documentation: https://arthursw.github.io/wetlands/latest/
Source Code: https://github.com/arthursw/wetlands/
✨ Features
Automatic Environment Management : Create and configure environments on demand.
: Create and configure environments on demand. Dependency Isolation : Install dependencies without conflicts.
: Install dependencies without conflicts. Embedded Execution : Run Python functions inside isolated environments.
: Run Python functions inside isolated environments. Pixi & Micromamba: Wetlands uses either a self-contained pixi or micromamba f
... Read full article.