Metadata-Version: 2.4
Name: boring-math
Version: 2.0.1
Summary: Purpose boring-math PyPI Project
Keywords: mathematics,special functions
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
License-File: LICENSE
Project-URL: Changelog, https://github.com/grscheller/boring-math/blob/main/CHANGELOG.rst
Project-URL: Homepage, https://grscheller.github.io/boring-math/homepage/build/html/
Project-URL: Source, https://github.com/grscheller/boring-math

# Daddy's Boring Math Library

Collection of Python PyPI projects of a mathematical nature.
It's purpose is to host and provide infrastructure for my
Python mathematical hobby projects.

The overall project's name is **Boring Math** and consists of PyPI
projects with PyPI and GitHub names beginning "boring-math-". All
projects are all under the `boring_math` Python namespace.

For more information visit the project's
[homepage](https://grscheller.github.io/boring-math/).

## Boring Math projects

| Name | PyPI | GitHub | Docs | Python Package |
|:---- |:----:|:------:|:----:|:-------------- |
| Combinatorics | [boring-math-combinatorics][101] | [gh][201] | [gh_pages][301] | boring_math.combinatorics |
| Number Theory | [boring-math-number-theory][102] | [gh][202] | [gh_pages][302] | boring_math.number_theory |
| Prob Distributions | [boring-math-probability-distributions][103] | [gh][203] | [gh_pages][303] | boring_math.probability_distributions |
| Pythagorean Triples | [boring-math-pythagorean-triples][104] | [gh][204] | [gh_pages][304] | boring_math.pythagorean_triples |
| Recursive Functions | [boring-math-recursive-functions][105] | [gh][205] | [gh_pages][305] | boring_math.recursive_functions |
| Special Functions | [boring-math-special-functions][106] | [gh][206] | [gh_pages][306] | boring_math.special_functions |

These are fun little math projects which I enjoy doing. They have many
loose threads. They are as much for me to learn Python as they are for
me to play with math.

## Copyright and License

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


[101]: https://pypi.org/project/boring-math-combinatorics/
[102]: https://pypi.org/project/boring-math-number-theory/
[103]: https://pypi.org/project/boring-math-probability-distributions/
[104]: https://pypi.org/project/boring-math-pythagorean-triples/
[105]: https://pypi.org/project/boring-math-recursive-functions/
[106]: https://pypi.org/project/boring-math-special-functions/
[201]: https://github.com/grscheller/boring-math-combinatorics/
[202]: https://github.com/grscheller/boring-math-number-theory/
[203]: https://github.com/grscheller/boring-math-probability-distributions/
[204]: https://github.com/grscheller/boring-math-pythagorean-triples/
[205]: https://github.com/grscheller/boring-math-recursive-functions/
[206]: https://github.com/grscheller/boring-math-special-functions/
[301]: https://grscheller.github.io/boring-math/combinatorics/development/build/html/
[302]: https://grscheller.github.io/boring-math/number-theory/development/build/html/
[303]: https://grscheller.github.io/boring-math/probability-distributions/development/build/html/
[304]: https://grscheller.github.io/boring-math/pythagorean-triples/development/build/html/
[305]: https://grscheller.github.io/boring-math/recursive-functions/development/build/html/
[306]: https://grscheller.github.io/boring-math/special-functions/development/build/html/

