Metadata-Version: 2.4
Name: yamlrender
Version: 1.0.0
Summary: yamlrender takes a YAML file and a Jinja2 template and renders a HTML or PDF file, populating the variables in the  Jinja2 template with data from your YAML file.
Project-URL: Homepage, https://github.com/mizuki-hikaru/yamlrender
Project-URL: Issues, https://github.com/mizuki-hikaru/yamlrender/issues
Author-email: Mizuki Hikaru <mizuki@hikaru.org>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: jinja2
Requires-Dist: mistletoe
Requires-Dist: pyyaml
Requires-Dist: weasyprint
Description-Content-Type: text/markdown

# yamlrender

Please find the documentation at [hikaru.org](https://hikaru.org/projects/yamlrender).
