Metadata-Version: 2.1
Name: reductionml
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# ReductionML-Python

## Development

Install develop version of the package:

```sh
just py-develop
```

Run tests:

```sh
just py-test
```
