Metadata-Version: 2.5
Name: boring-math
Version: 3.0.0
Summary: Boring Math homepage - for packagers/forkers.
Keywords: hobby,mathematics
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
Import-Name: boring_math.homepage
Import-Namespace: boring_math

# Daddy's Boring Math Projects

Collection of Python 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 | Links | Python Package |
|:---- |:-----:|:-------------- |
| Abstract Algebra | [boring-math-abstract-algebra][101] | boring_math.abstract_algebra |
| Combinatorics | [boring-math-combinatorics][102] | boring_math.combinatorics |
| Number Theory | [coring-math-number-theory][103] | boring_math.number_theory |
| Prob Distributions | [boring-math-probability-distributions][104] | boring_math.probability_distributions |
| Pythagorean Triples | [boring-math-pythagorean-triples][105] | boring_math.pythagorean_triples |
| Recursive Functions | [boring-math-recursive-functions][106] | boring_math.recursive_functions |
| Special Functions | [boring-math-special-functions][107] | boring_math.special_functions |

These started out as fun little math projects which I enjoy doing. The
direction these seem to be taking is that of mathematical libraries.

**Note:** There is no need for an end user to install the
`boring-math` project itself.

## Copyright and License

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


[101]: https://grscheller.github.io/boring-math/projects/abstract-algebra.html
[102]: https://grscheller.github.io/boring-math/projects/combinatorics.html
[103]: https://grscheller.github.io/boring-math/projects/number-theory.html
[104]: https://grscheller.github.io/boring-math/projects/probability-distributions.html
[105]: https://grscheller.github.io/boring-math/projects/pythagorean-triples.html
[106]: https://grscheller.github.io/boring-math/projects/recursive-functions.html
[107]: https://grscheller.github.io/boring-math/projects/special-functions.html

