Metadata-Version: 2.4
Name: boring-math
Version: 2.3.0
Summary: Daddy's Boring Math Projects
Keywords: mathematics,hobby
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.14
Classifier: Typing :: Typed
License-File: LICENSE
Project-URL: Changelog, https://github.com/grscheller/boring-math/blob/main/CHANGELOG.md
Project-URL: Homepage, https://grscheller.github.io/boring-math
Project-URL: Source, https://github.com/grscheller/boring-math

# Daddy's Boring Math Projects

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 |
|:---- |:----:|:------:|:----:|:-------------- |
| Abstract Algebra | [boring-math-abstract-algebra][100] | [gh][200] | [gh_pages][300] | boring_math.abstract_algebra |
| 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-2026 Geoffrey R. Scheller. Licensed under the Apache
License, Version 2.0. See the LICENSE file for details.


[100]: https://pypi.org/project/boring-math-abstract-algebra
[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
[200]: https://github.com/grscheller/boring-math-abstract-algebra
[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
[300]: https://grscheller.github.io/boring-math/abstract-algebra
[301]: https://grscheller.github.io/boring-math/combinatorics
[302]: https://grscheller.github.io/boring-math/number-theory
[303]: https://grscheller.github.io/boring-math/probability-distributions
[304]: https://grscheller.github.io/boring-math/pythagorean-triples
[305]: https://grscheller.github.io/boring-math/recursive-functions
[306]: https://grscheller.github.io/boring-math/special-functions

