Metadata-Version: 2.1
Name: lxd_io
Version: 0.4.4
Summary: Read leveLXData datasets without boilerplate code
Author-email: Lennart Vater <lennart.vater@rwth-aachen.de>
Maintainer-email: Lennart Vater <lennart.vater@rwth-aachen.de>
License: MIT
Project-URL: Homepage, https://github.com/lenvt/lxd-io
Project-URL: Issues, https://github.com/lenvt/lxd-io/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: loguru>=0.7.3
Requires-Dist: matplotlib>=3.7.5
Requires-Dist: numpy>=1.24.4
Requires-Dist: pandas>=2.0.3

# lxd-io

Read [leveLXData](https://levelxdata.com/) datasets without boilerplate code.

* Supported datasets: exiD, highD, inD, rounD, uniD

* Tested on: highD, exiD

## Install

Install with pip

```bash
python -m pip install lxd-io
```

## Use

Check [the tutorial notebook](https://github.com/lenvt/lxd-io/blob/main/tutorial.ipynb) or [test/test_lxd_io.py](https://github.com/lenvt/lxd-io/blob/main/test/test_lxd_io.py) for usage info.
