Metadata-Version: 2.3
Name: fsrs-rs-python
Version: 0.2.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# FSRS-RS-Python

Python bindings for fsrs-rs, use burn-rs, instead of pytorch.

```
pip install fsrs-rs-python
```

---

## Usage

see [examples](./examples)

## Development

```bash
maturin develop
find examples/ -exec python {} \;
```

