Metadata-Version: 2.1
Name: manim-editor
Version: 0.2.0
Summary: Editor and Presenter for Manim Generated Content
License: MIT
Author: christopher-besch
Author-email: christopher.besch@gmx.de
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Flask (>=2.0.2,<3.0.0)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: jsonschema (>=4.1.2,<5.0.0)
Requires-Dist: waitress (>=2.0.0,<3.0.0)
Description-Content-Type: text/markdown

# Manim Editor

<a href="https://pypi.org/project/manim-editor/"><img src="https://img.shields.io/pypi/v/manim-editor.svg?style=flat&logo=pypi" alt="PyPI Latest Release"></a>
<a href="https://manim-editor.readthedocs.io/en/stable/"><img src='https://readthedocs.org/projects/manim-editor/badge/?version=stable' alt='Documentation Status' /></a>
<a href="http://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/license-MIT-red.svg?style=flat" alt="MIT License"></a>
<a href="https://github.com/ManimEditorProject/manim_editor/actions/workflows/build_pages.yml"><img src="https://github.com/ManimEditorProject/manim_editor/actions/workflows/build_pages.yml/badge.svg" alt="MIT License"></a>

Editor and Presenter for Manim Generated Content.
<hr/>

Take a look at the [Working Example](https://manimeditorproject.github.io/manim_editor/).
More information can be found on the [documentation](https://manim-editor.readthedocs.io/en/stable/).

