Metadata-Version: 2.1
Name: euler-math
Version: 0.4.1
Summary: Utilities for Project Euler
Home-page: https://github.com/mndrake/euler-math
License: MIT
Keywords: math,euler
Author: David Carlson
Author-email: mndrake2222@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Dist: gmpy2 (>=2.1.2,<3.0.0)
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Requires-Dist: twine (>=4.0.0,<5.0.0)
Project-URL: Repository, https://github.com/mndrake/euler-math
Description-Content-Type: text/markdown

==========
euler-math
==========

Utility methods for Project Euler

^^^^^^^^^^^^
Installation
^^^^^^^^^^^^

pip install euler-math
