stdlibx-matchtools

This package provides utilities for building declarative pattern matching logic. It lets you define ordered cases with explicit matching conditions and associated handlers, making it easy to express branching logic in a clear and composable way.

Installation

pip install stdlibx-matchtools
uv add stdlibx-matchtools
poetry add stdlibx-matchtools
pipenv install stdlibx-matchtools