Skip to content

open-spaced-repetition/fsrs-rs-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSRS-RS-Python

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

pip install fsrs-rs-python

Usage

see examples

Development

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