Metadata-Version: 2.4
Name: rrsr
Version: 0.0.1
Summary: Implementation of spaced repetition algorithms with flashcards management
Author-email: RadoTheProgrammer <rrrado15@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Requires-Dist: numpy>=2.2.5
Requires-Dist: pandas>=2.2.3
Description-Content-Type: text/markdown


Implementation of spaced repetition algorithms with flashcards management

This is a utils projects that will be used by some of my other projects.

# Usage
See `sandbox.py` for an example.