Metadata-Version: 2.1
Name: lottie_specs
Version: 0.1
Summary: Tools to load the Lottie standard specs
Home-page: https://github.com/lottie/lottie-spec-python
Author: Lottie Animation Community
Project-URL: Bug Reports, https://github.com/lottie/lottie-spec-python/issues
Project-URL: Source, https://github.com/lottie/lottie-spec-python
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
License-File: COPYING
Provides-Extra: docs
Requires-Dist: lxml==4.9.3; extra == "docs"
Requires-Dist: source_translator==1.0.0; extra == "docs"
Requires-Dist: graphviz==0.20.1; extra == "docs"
Requires-Dist: mkdocs==1.5.3; extra == "docs"
Requires-Dist: latex2mathml==3.77.0; extra == "docs"

Lottie Specs
============

Python bindings for the Lottie specs


### Building Packages

```bash
pip install build twine

python3 -m build --sdist
python3 -m build --wheel
twine upload dist/*
```
