Metadata-Version: 2.3
Name: ezmsg-vispy
Version: 0.3.2
License: Copyright (c) 2023 Johns Hopkins University Applied Physics Lab
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License-File: LICENSE.txt
Requires-Python: >=3.9
Requires-Dist: ezmsg>=3.3.4
Requires-Dist: numpy>=1.26.4
Requires-Dist: pyopengl>=3.1.7
Requires-Dist: qdarkstyle>=3.2.3
Requires-Dist: qtpy>=2.4.1
Requires-Dist: vispy>=0.14.2
Description-Content-Type: text/markdown

# ezmsg-vispy

`ezmsg-vispy` is an extension to the [`ezmsg`](https://github.com/iscoe/ezmsg)
framework, crafted to enhance and expedite the development
of real-time data visualizations. By leveraging the power of Qt and the Vispy plotting
library, `ezmsg-vispy` offers a fluid interface for high-performance
visualizations within systems developed with `ezmsg`.
It's an ideal tool for researchers and developers who require rapid prototyping
of graphical interfaces for complex datasets. With `ezmsg-vispy`, creating
interactive visualizations that can integrate seamlessly into message-driven
architectures is more intuitive than ever.

## Installation

To install `ezmsg-vispy`, simply run:

```bash
pip install ezmsg-vispy
```
