Metadata-Version: 2.1
Name: lys-python
Version: 0.3.5
Summary: Interactive multi-dimensional data analysis and visualization
Home-page: https://github.com/lys-devel/lys
Author: Asuka Nakamura
Author-email: lys.devel@gmail.com
License: GNU GPLv3
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy>=1.19.5
Requires-Dist: scipy>=1.5.4
Requires-Dist: opencv-python-headless>=4.5.5.64
Requires-Dist: PyQt5>=5.15.6
Requires-Dist: matplotlib>=3.3.4
Requires-Dist: pyqtgraph>=0.11.1
Requires-Dist: dask>=2021.3.0
Requires-Dist: distributed>=2021.3.0
Requires-Dist: dask-image>=2021.12.0
Requires-Dist: autopep8>=1.6.0
Requires-Dist: QtPy>=2.0.1

# lys: interactive multi-dimensional data analysis and visualization platform

[![DOI](https://joss.theoj.org/papers/10.21105/joss.05869/status.svg)](https://doi.org/10.21105/joss.05869)

lys is an interactive multi-dimensional data analysis and visualization platform based on several popular libraries such as numpy, scipy, dask, and matplotlib. lys enables users to intuitive, flexible, parallelized, low-code, and extendable data analysis.

![Brief image of lys](docs_src/image_top.png)

Publication: [A. Nakamura. Journal of Open Source Software, 8(92), 5869 (2023).](https://doi.org/10.21105/joss.05869)

Check out for the [documentation](https://lys-devel.github.io/lys/index.html) for more information.

## Installation

See the [install documentation](https://lys-devel.github.io/lys/install.html). System requirements are also found in this page.

## Contributing

Please read [documentation](https://lys-devel.github.io/lys/contributing.html) for details on our code of conduct, and the process for submitting pull requests to us.

## License

This project is licensed under the GPLv3 License - see the [LICENSE.md](LICENSE.md) file for details

