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
Description: # 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.
        
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
