Metadata-Version: 2.4
Name: diplotocus
Version: 0.3.2
Summary: A python package to generate animations of matplotlib objects.
Author-email: Tristan Boin <tristan.boin@obspm.fr>
License-Expression: MIT
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Framework :: Matplotlib
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: svgpath2mpl
Dynamic: license-file

<p align="center">
  <img src="https://github.com/titanbin/Diplotocus/blob/main/logo.png?raw=true" />
</p>

[![Documentation](https://img.shields.io/badge/docs-passing-success)](https://diplotocus.readthedocs.io) [![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/titanbin/Diplotocus/blob/main/LICENSEE) [![License](https://img.shields.io/pypi/v/diplotocus?color=blue)](https://pypi.org/project/diplotocus/)

**Diplotocus** is a python package designed to render animations of matplotlib objects, in a *timeline* style.

[Diplotocus Documentation](https://diplotocus.readthedocs.io)

# Installation :

- Using pip (preferred):
```bash
pip install diplotocus
```

- Download the source code of this repository, and run:
```bash
pip install .
```

# Dependencies:
- matplotlib
- numpy
- ffmpeg (necessary to render videos)
- [svgpath2mpl](https://pypi.org/project/svgpath2mpl/)
- tqdm (optional)
