Metadata-Version: 2.1
Name: animplotlib
Version: 0.1.4
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
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (>=1.1)

# animplotlib

![](examples/gifs/trefoil-knot.gif)

This package acts as a thin wrapper around the `matplotlib.animation.FuncAnimation` class in
order to simplify animating basic plots.

## Install

```
pip install animplotlib
```

## User manual  

Documentation to be updated soon.


