Metadata-Version: 2.1
Name: example_package_samreynoldsmath
Version: 0.1.16
Summary: A small example package with a linear solver
License: MIT
Author: Sam Reynolds
Author-email: sreyn@proton.me
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Description-Content-Type: text/markdown

# Python Package Template

## Description
A simple demo of how to structure and use a Python package

## Installation
```bash
python3 -m pip install --index-url https://test.pypi.org/simple/ example-package-samreynoldsmath
```

## License
[MIT](https://choosealicense.com/licenses/mit/)

