Pure Python library for working with modular arithmetic, congruence classes, and finite fields.
The library allows users to work with congruence classes (or, equivalently, finite field elements) as objects, with support for many common operations.
The package is available on PyPI:
python -m pip install modulo
The library can be imported in the usual way:
from modulo import modulo