Metadata-Version: 2.1
Name: orzo
Version: 0.2.1
Summary: A python client application geared towards rendering 3D scenes with NOODLES
Keywords: noodles,cbor,Websockets,client,NOODLES
Author: Alex Racapé
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Dist: penne
Requires-Dist: numpy
Requires-Dist: moderngl
Requires-Dist: moderngl-window
Requires-Dist: imgui[pyglet]
Requires-Dist: pytest ; extra == "testing"
Requires-Dist: rigatoni[geometry] ; extra == "testing"
Requires-Dist: pandas ; extra == "testing"
Project-URL: Documentation, https://insightcenternoodles.github.io/Orzo/
Project-URL: Source, https://github.com/InsightCenterNoodles/Orzo
Provides-Extra: testing

# Orzo

![Build Status](https://github.com/InsightCenterNoodles/Orzo/workflows/CI/badge.svg)
![PyPI](https://img.shields.io/pypi/v/Orzo)
[![Coverage badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/InsightCenterNoodles/Orzo/python-coverage-comment-action-data/endpoint.json&color=red)](https://htmlpreview.github.io/?https://github.com/InsightCenterNoodles/Orzo/blob/python-coverage-comment-action-data/htmlcov/index.html)


Rendering Client Application for NOODLES and Python

## Description
Orzo is the first client application to build on the NOODLES protocol to render 3d scenes in Python. NOODLES allows multiple client
applications to interact collaboratively with data in real-time, and now these scenes can be easily displayed in Python.


## Documentation

For more information, check out [the documentation](https://insightcenternoodles.github.io/Orzo/).


## Installation

Installation is as simple as:

```bash
pip install orzo
```

## Simple Example

```python
import orzo

orzo.run("ws://localhost:50000")

```

## Hungry for more NOODLES?
For more information and other related repositories check out [this collection](https://github.com/InsightCenterNoodles)


