stdlibx-streams =============== .. toctree:: :maxdepth: 1 :hidden: Getting Started Reference This package provides stream and reactive programming abstractions for event-driven applications. It includes streams, subjects, and observers, enabling composable event handling and structured data flow patterns. Installation ------------ .. tab:: pip .. code-block:: bash pip install stdlibx-streams .. tab:: uv .. code-block:: bash uv add stdlibx-streams .. tab:: poetry .. code-block:: bash poetry add stdlibx-streams .. tab:: pipenv .. code-block:: bash pipenv install stdlibx-streams