Metadata-Version: 2.1
Name: ytml
Version: 1.0.2
Summary: A YAML based HTML templating engine
License: MIT
Author: Johannes Koester
Author-email: johannes.koester@uni-due.de
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: html5print (>=0.1.2,<0.2.0)
Requires-Dist: markdown (>=3.5.1,<4.0.0)
Requires-Dist: plac (>=1.4.1,<2.0.0)
Requires-Dist: yte (>=1.5.4,<2.0.0)
Description-Content-Type: text/markdown

# YTML: Write HTML using YAML while templating with YTE

YTML allows to define HTML tags in YAML syntax, usually leading to significantly less code.
In combination with [YTE](https://yte-template-engine.github.io), you can perform arbitrary templating.
Unlike other many approaches for templating, YTE/YTML is always valid YAML.

Note: Unlike YTE which is mature and fully tested, YTML is a prototype and still mostly undocumented.
Nevertheless, it is stable and usable.

Inspired by https://stackoverflow.com/questions/4121548/yaml-like-templating-language-for-html.

