Metadata-Version: 1.2
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
Description: # 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.
        
Platform: UNKNOWN
Requires-Python: >=3.5
