stdlibx-matchtools ================== .. toctree:: :maxdepth: 1 :hidden: Getting Started Reference 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 ------------ .. tab:: pip .. code-block:: bash pip install stdlibx-matchtools .. tab:: uv .. code-block:: bash uv add stdlibx-matchtools .. tab:: poetry .. code-block:: bash poetry add stdlibx-matchtools .. tab:: pipenv .. code-block:: bash pipenv install stdlibx-matchtools