Metadata-Version: 2.1
Name: mathx
Version: 0.1
Summary: Mathematics extensions
Home-page: https://github.com/draustin/mathx
Author: Dane Austin
Author-email: dane_austin@fastmail.com.au
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy

# mathx
A mathematics toolbox built on top of `Numpy` and `Scipy`.

Much of this package was developed in support of optical physics calculations and experimental tools. The contents
are expressed in mathematical rather than physical terms.

## Installation

Development version: `pip install git+https://github.com/draustin/mathx`

Release version: `pip install mathx`

## Testing

Uses `tox`, `tox-conda` and `pytest`.





