Python Geometrical Morphing.
If you find this collection useful, feel free to download, use it and suggest pull requests!
The official distribution is on GitHub, and you can clone the repository using
git clone https://github.com/mathLab/PyGeM
PyGeM uses Sphinx for code documentation. To build the html versions of the docs simply:
> cd docs
> make htmlThe generated html can be found in docs/build/html. Open up the index.html you find there to browse
We are using Travis CI for continusous intergration testing. You can check out the current status here.
To run tests locally:
> python test.pySee the LICENSE file for license rights and limitations (MIT).
