Metadata-Version: 2.1
Name: accurating
Version: 0.3
Summary: 
Author: Lukasz Lew
Author-email: lukasz.lew@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: jax (>=0.4.8,<0.5.0)
Requires-Dist: jaxlib (>=0.4.7,<0.5.0)
Requires-Dist: pytest (>=6.2.5,<7.0.0)
Description-Content-Type: text/markdown

# AccuRating

## Development

```shell
git clone https://github.com/lukaszlew/accurating
poetry install
poetry run pytest
```

