Metadata-Version: 2.3
Name: eindata
Version: 0.0.2
Summary: Data wrangling and exploratory data analysis awith elegant einops-inspired syntax.
Project-URL: Documentation, https://github.com/mbodiai/eindata#readme
Project-URL: Issues, https://github.com/mbodiai/eindata/issues
Project-URL: Source, https://github.com/mbodiai/eindata
Author-email: mbodi team <info@mbodi.ai>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# eindata

[![PyPI - Version](https://img.shields.io/pypi/v/eindata.svg)](https://pypi.org/project/eindata)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/eindata.svg)](https://pypi.org/project/eindata)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install eindata
```

## License

`eindata` is distributed under the terms of the [apache-2.0](https://spdx.org/licenses/apache-2.0.html) license.
