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

# More templates for LLM

Install using:
```
> pip install git+https://github.com/phfaist/flm-templates
```

This LLM 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 LLM's core package.

