Metadata-Version: 2.4
Name: boring-math-pythagorean-triples
Version: 0.8.0
Summary: Pythagorean triples
Keywords: mathematics,pythagorean,triples
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
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.13
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: bm.integer-math>=0.8.0
Requires-Dist: pythonic-fp.circulararray>=5.3.0
Requires-Dist: pythonic-fp.fptools>=5.0.0
Requires-Dist: pytest>=8.4.1 ; extra == "test"
Project-URL: Changelog, https://github.com/grscheller/boring-math-pythagorean-triples/blob/main/CHANGELOG.md
Project-URL: Documentation, https://grscheller.github.io/boring-math/pythagorean-triples/development/build/html/releases.html
Project-URL: Homepage, https://github.com/grscheller/boring-math/blob/main/README.md
Project-URL: Source, https://github.com/grscheller/boring-math-pythagorean-triples
Provides-Extra: test

Boring Math - Pythagorean Triples
=================================

PyPI project
`boring-math-pythagorean-triples
<https://pypi.org/project/boring-math-pythagorean-triples>`_.

Package containing a class to generate Pythagorean triples along
with a CLI executable.

This PyPI project is part of of the grscheller
`boring-math namespace projects
<https://github.com/grscheller/boring-math/blob/main/README.md>`_

Documentation
-------------

Documentation for this project is hosted on
`GitHub Pages
<https://grscheller.github.io/boring-math/pythagorean-triples/development/build/html>`_.

Copyright and License
---------------------

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

