Metadata-Version: 2.1
Name: qimchi
Version: 0.0.6
Summary: Plot your spicy quantum measurements with ease
Home-page: https://gitlab.com/squad-lab/qimchi
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.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: dash (>=2.17,<3.0)
Requires-Dist: dash-bootstrap-components (>=1.6,<2.0)
Requires-Dist: dash_daq (>=0.5.0,<0.6.0)
Requires-Dist: kaleido (==0.0.3) ; sys_platform == "linux"
Requires-Dist: kaleido (==0.2.1.post1) ; sys_platform == "win32"
Requires-Dist: kaleido ; sys_platform == "darwin"
Requires-Dist: rich (>=13.9,<14.0)
Requires-Dist: scikit-image (>=0.24,<0.25)
Requires-Dist: scipy (>=1.11,<2.0)
Requires-Dist: xarray (>=2023.3.0,<2024.0.0)
Requires-Dist: zarr (>=2.18,<3.0)
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
```

