Metadata-Version: 1.0
Name: modulo
Version: 0.1.0.0
Summary: Pure Python library for working with modular arithmetic, congruence classes, and finite fields.
Home-page: https://github.com/lapets/modulo
Author: Andrei Lapets
Author-email: a@lapets.io
License: MIT
Description: ======
        modulo
        ======
        
        Pure Python library for working with modular arithmetic, congruence classes, and finite fields.
        
        .. image:: https://badge.fury.io/py/modulo.svg
           :target: https://badge.fury.io/py/modulo
           :alt: PyPI version and link.
        
        Purpose
        -------
        The library allows users to work with congruence classes (or, equivalently, finite field elements) as objects, with support for many common operations.
        
        Package Installation and Usage
        ------------------------------
        The package is available on PyPI::
        
            python -m pip install modulo
        
        The library can be imported in the usual way::
        
            from modulo import modulo
        
Platform: UNKNOWN
