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

<p align="center">
  <img src="logo.png" />
</p>

[![Documentation](https://img.shields.io/badge/docs-passing-success)](https://star-age.github.io/diplotocus-docs/) [![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/star-age/Diplotocus/blob/main/LICENSE) [![License](https://img.shields.io/badge/pypi-v0.0.5-blue)](https://pypi.org/project/diplotocus/)

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

[Diplotocus Documentation](https://star-age.github.io/diplotocus-docs/)

# Installation :

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

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

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