Metadata-Version: 2.5
Name: boring-math-number-theory
Version: 2.1.1
Summary: Number theory library.
Keywords: gcd,lcm,number-theory,primes
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pythonic-fp-circulararray>=6.1.1
Requires-Dist: pythonic-fp-iterables>=5.1.4
Project-URL: Changelog, https://github.com/grscheller/boring-math-number-theory/blob/main/CHANGELOG.md
Project-URL: Documentation, https://grscheller.github.io/boring-math-number-theory/release/html/
Project-URL: Homepage, https://grscheller.github.io/boring-math/
Project-URL: Source, https://github.com/grscheller/boring-math-number-theory
Import-Name: boring_math.number_theory
Import-Namespace: boring_math

# Boring Math - Number Theory

Beginnings of a number theory library.

PyPI project
[boring-math-number-theory](https://pypi.org/project/boring-math-number-theory).
This PyPI project is part of the
[Boring Math](https://grscheller.github.io/boring-math) projects.

## Description

A collection of integer related functions for number theory. The
beginnings of a number theory library. Emphasizing first principles.

## Copyright and License

Copyright (c) 2023-2026 Geoffrey R. Scheller. Licensed under the Apache
License, Version 2.0. See the LICENSE file for details.

