Metadata-Version: 2.3
Name: flm-templates
Version: 0.1.4
Summary: Better templates for LLM output, especially for HTML
License: MIT
Author: Philippe Faist
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: flm-core (>=0.3.0a26)
Description-Content-Type: text/markdown

# More templates for FLM

Install using:
```
> pip install flm-templates
```

This FLM extension package provides a few more elaborate HTML templates.
Perhaps I'll add more in the future.  Feel free to contribute new ones
as well!  The templates provided here use the
[Jinja2 template engine](https://jinja.palletsprojects.com/), which is
significantly more powerful, flexible, and robust than the minimalistic
built-in template engine provided in FLM's core package.

