Metadata-Version: 2.1
Name: igl
Version: 0.2
Summary: libigl Python Bindings
Home-page: https://libigl.github.io/
Author: libigl
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

[![Build Status](https://travis-ci.com/geometryprocessing/libigl-python-bindings.svg?branch=master)](https://travis-ci.com/geometryprocessing/libigl-python-bindings)
[![Build status](https://ci.appveyor.com/api/projects/status/gti6d6encnc6akvr?svg=true)](https://ci.appveyor.com/project/teseoch/libigl-python-bindings)


To compile the libigl python bindings run from the main directory:
```
python setup.py install
````


to run the tests:
```
python setup.py test
```


