ezmsg.tools =========== Tools to visualize running graphs and data in ezmsg. Overview -------- ``ezmsg-tools`` tools to visualize running graphs and data in ezmsg. Key features: * **Graph visualization** - Visualize ezmsg graph topologies * **Data visualization** - Real-time data plotting and monitoring * **Debug tools** - Tools for debugging ezmsg pipelines .. note:: The data visualization is highly fragile. Expect bugs. Installation ------------ Install from PyPI: .. code-block:: bash pip install ezmsg-tools Or install the latest development version: .. code-block:: bash pip install git+https://github.com/ezmsg-org/ezmsg-tools@main Dependencies ^^^^^^^^^^^^ Core dependencies: * ``ezmsg`` * ``various visualization libraries`` Quick Start ----------- For general ezmsg tutorials and guides, visit `ezmsg.org `_. For package-specific documentation: * **API Reference** - See :doc:`api/index` for complete API documentation * **README** - See the `GitHub repository `_ for usage examples Documentation ------------- .. toctree:: :maxdepth: 2 :caption: Contents: api/index Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex`