Metadata-Version: 2.3
Name: xarray-behave
Version: 0.37.2
Summary: xarray tools for behavioral data.
Author-email: Jan Clemens <clemensjan@googlemail.com>
Requires-Python: >3.9
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: defopt==6.3
Requires-Dist: rich
Requires-Dist: flammkuchen
Requires-Dist: h5py
Requires-Dist: pyyaml
Requires-Dist: zarr
Requires-Dist: dask
Requires-Dist: pandas
Requires-Dist: xarray
Requires-Dist: scikit-image
Requires-Dist: peakutils
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: scipy>1.9
Requires-Dist: sounddevice
Requires-Dist: soundfile
Requires-Dist: librosa>0.8
Requires-Dist: opencv-python-headless
Requires-Dist: pyvideoreader
Requires-Dist: PySide6-Essentials
Requires-Dist: pyqtgraph>0.12.2
Requires-Dist: qtpy
Requires-Dist: superqt
Requires-Dist: colorcet
Project-URL: documentation, https://janclemenslab.org/das/
Project-URL: source, https://github.com/janclemenslab/xarray-behave

# xarray-behave

Install a working conda installation (see [here](https://docs.conda.io/en/latest/miniconda.html)). 

```shell
conda create -c conda-forge -c ncb -n xb python=3.12 xarray-behave
```

See `demo.ipynb` for usage examples.

