Metadata-Version: 2.4
Name: amaazetools
Version: 0.2.1
Summary: Python package for mesh processing tools developed by AMAAZE
Author-email: Jeff Calder <jwcalder@umn.edu>
License: MIT
Project-URL: Homepage, https://github.com/jwcalder/AMAAZETools
Project-URL: Bug Tracker, https://github.com/jwcalder/AMAAZETools/issues
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
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: pydicom
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Requires-Dist: graphlearning
Requires-Dist: plyfile
Dynamic: license-file

# 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
pip install .
```

## 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
