Metadata-Version: 2.3
Name: m2io_tmp
Version: 0.1.3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
License: EUPL-1.2
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# MMIO – MultiModal Integration Object

## Installation

```
pip install m2io_tmp # name will change to m2io
```

## Usage

Look at the example notebooks in [`docs/examples/notebooks`](https://github.com/THCLab/mmio-rs/tree/main/docs/examples/notebooks).

## Development
Install [maturin](https://www.maturin.rs/installation)

### Run
`maturin develop && python p.py`

## License

EUPL 1.2 

We have distilled the most crucial license specifics to make your adoption seamless: [see here for details](https://github.com/THCLab/licensing).

