Metadata-Version: 2.1
Name: animplotlib
Version: 0.1.1
Summary: A thin wrapper around the matplotlib FuncAnimation class
Home-page: https://github.com/aymenhafeez/animplotlib/
Author: Aymen Hafeez
Author-email: aymennh@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.5
Requires-Dist: matplotlib (>=1.1)

# animplotlib

<img src="gifs/trefoil-knot.gif" />

This package acts as a thin wrapper around the matplotlib FuncAnimation class in
order to simplify making basic animations.

## Install

```
pip install animplotlib
```

## User manual

Documentation can be found <a href="">here</a>. Also see the examples folder for
some example code.


