Metadata-Version: 2.1
Name: amaazetools
Version: 0.0.6
Summary: Python package for mesh processing tools developed by AMAAZE
Home-page: https://github.com/jwcalder/AMAAZETools
Author: Jeff Calder
Author-email: jwcalder@umn.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# AMAAZE Tools

The AMAAZETools Python package contains Python implementations of mesh processing tools developed by [AMAAZE](https://amaaze.umn.edu/). The examples directory contains a series of test scripts showing how to use the package. 

## Installation
The package is now available on the python package index, and can be installed with
```
pip install amaazetools
```
To install the most recent developers version of the package, run 

```
git clone https://github.com/jwcalder/AMAAZETools
cd AMAAZETools
pip install -r requirements.txt
python setup.py install --user
```

## Documentation

Detailed documentation for all of the Python code within this repository can be found at <https://jwcalder.github.io/AMAAZETools/>.

## Contact and questions

Email <jwcalder@umn.edu> with any questions or comments.

## Contributors

Several people have contributed to the development of this software:

1. David Floeder
2. Riley O'Neill
3. Brendan Cook


