Metadata-Version: 2.1
Name: pymathutils
Version: 0.2.0
Summary: Mathematical utilities
Keywords: mathematics,scientific-computing,numerical-methods
Author-Email: wlough <wilson.lough@colorado.edu>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Mathematics
Project-URL: Homepage, https://github.com/wlough/MathUtils
Project-URL: Repository, https://github.com/wlough/MathUtils
Project-URL: Issues, https://github.com/wlough/MathUtils/issues
Requires-Python: >=3.11
Requires-Dist: numpy
Requires-Dist: numba
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: ipykernel; extra == "dev"
Requires-Dist: jedi; extra == "dev"
Requires-Dist: jupyterlab; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: mccabe; extra == "dev"
Requires-Dist: notebook; extra == "dev"
Requires-Dist: pycodestyle; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: python-lsp-server; extra == "dev"
Requires-Dist: pyvista[all]; extra == "dev"
Requires-Dist: PyQt5; extra == "dev"
Requires-Dist: vtk; extra == "dev"
Requires-Dist: scipy; extra == "dev"
Requires-Dist: sympy; extra == "dev"
Requires-Dist: twine; extra == "dev"
Description-Content-Type: text/markdown

# MathUtils

A collection of mathematical utilities written in C++ and Python.

# Installation

```bash
pip install pymathutils
```

# Dependencies

- C++
    - Eigen
    - pybind11
- Python
    - Numpy
    - Numba
