grscheller.boring-math

View on PyPIReverse Dependencies (0)

0.3.1 grscheller_boring_math-0.3.1-py3-none-any.whl

Wheel Details

Project: grscheller.boring-math
Version: 0.3.1
Filename: grscheller_boring_math-0.3.1-py3-none-any.whl
Download: [link]
Size: 15971
MD5: f1e327d036574a66ddc14052c2700f51
SHA256: d3f2a5eb7c8a6a0649aa8cc149f19b2f21be5bba7afbe8be8e3c0cb9639aa91b
Uploaded: 2024-03-09 17:55:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: grscheller.boring-math
Version: 0.3.1
Summary: Libraries of a mathematical nature with example executables.
Author-Email: "Geoffrey R. Scheller" <geoffrey[at]scheller.com>
Project-Url: Changelog, https://github.com/grscheller/boring-math/blob/main/CHANGELOG.md
Project-Url: Documentation, https://grscheller.github.io/boring-math/
Project-Url: Source, https://github.com/grscheller/boring-math
Keywords: math,mathematics,lcm,gcd,primes,comb,combinations,pythagorean triples,ackermann,fibonacci
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.11
Requires-Dist: grscheller.circular-array (<2.1,>=2.0.0)
Requires-Dist: pytest (>=7.4); extra == "test"
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 4268 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
grscheller/boring_math/__init__.py sha256=l9dA4xdQ4nNJhSQ2DV-34RA7RYCQmv1WS4SeW2Zy2D0 990
grscheller/boring_math/integer_math.py sha256=Sg--MXMiw8nCcMMoJSF8HB7rIy_5i9LL3w3OxQwcG_M 5483
grscheller/boring_math/pythag3.py sha256=vL6tG4NWhHxsTxgNO3i4aBGHEPqBL5laIsGB1-gYfNo 3329
grscheller/boring_math/recursive.py sha256=dS7u3i4G3dV70lrr8ioO3z2cUqyIvlyNwwOHpWc3Qtg 1723
grscheller/boring_math/cli/__init__.py sha256=3u6eCyXFnHnSHKT9F59cNyo87GAN1Y0hvSNWTBqjfvw 827
grscheller/boring_math/cli/ackermann.py sha256=_Ipj0I1RRbSXu2EysQcwCpr-rImKEQIrLvNYbYMyWY0 1893
grscheller/boring_math/cli/pythag3.py sha256=8QBbPLql65vgu3k5_LOmoU8_uCG4_iAmfYoU9qOUTXs 2404
grscheller_boring_math-0.3.1.dist-info/entry_points.txt sha256=ny17SVhm0Q6KUKu1905OA0as-ThJz6pTuh6KBSrgVhA 145
grscheller_boring_math-0.3.1.dist-info/LICENSE sha256=csqbZRvA3Nyuav1aszWvswE8CZtaKr-hMjjjcKqms7w 10774
grscheller_boring_math-0.3.1.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
grscheller_boring_math-0.3.1.dist-info/METADATA sha256=CdgjFptKxQy7QBYmjr9K1PxUYWNGr3ttjmnKoyK7Rpc 5178
grscheller_boring_math-0.3.1.dist-info/RECORD

entry_points.txt

ackermann_list = grscheller.boring_math.cli.ackermann:ackermann_list_cli
pythag3 = grscheller.boring_math.cli.pythag3:pythag3_cli