Metadata-Version: 2.4
Name: lottie_specs
Version: 0.2
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: html5lib==1.1; 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"
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

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/*
```
