Metadata-Version: 2.3
Name: qimchi
Version: 0.0.11
Summary: Plot your spicy quantum measurements with ease
License: AGPL-3.0-or-later
Keywords: quantum,plotter,plotly,dash
Author: Spandan Anupam
Author-email: s.anupam@fz-juelich.de
Requires-Python: >=3.11,<4
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Requires-Dist: dash (>=2.17)
Requires-Dist: dash-bootstrap-components (>=1.6)
Requires-Dist: dash_daq (>=0.5.0)
Requires-Dist: kaleido (==0.0.3) ; sys_platform == "linux"
Requires-Dist: kaleido (==0.0.3) ; sys_platform == "win32"
Requires-Dist: kaleido ; sys_platform == "darwin"
Requires-Dist: rich (>=13.9)
Requires-Dist: scikit-image (>=0.24)
Requires-Dist: scipy (>=1.11)
Requires-Dist: setuptools (>=75.8.0)
Requires-Dist: starlette (>=0.45.3)
Requires-Dist: uvicorn (>=0.34.0)
Requires-Dist: xarray (>=2023.3.0)
Requires-Dist: zarr (>=2.18)
Project-URL: Documentation, https://gitlab.com/squad-lab/qimchi/-/blob/main/README.md
Project-URL: Homepage, https://gitlab.com/squad-lab/qimchi
Project-URL: Repository, https://gitlab.com/squad-lab/qimchi
Description-Content-Type: text/markdown

# Qimchi
## 🚧 Under Construction 🚧
Plotly based data visualization tool for xarray data. Optimized to work with the [qcutils](https://gitlab.com/squad-lab/qcutils) package.

## Installation
This pip package has only been tested with `python>=3.11`. Separate `venv` testing environment is suggested while the package is in production. 
```
pip install git+ssh://git@gitlab.com/squad-lab/qimchi.git
```
This should install the app, and you should be ready to go.

## Run Qimchi
Running qimchi is easy, after installing it in a suitable environment:
```python
py -m qimchi
```

