flm-templates


Nameflm-templates JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryBetter templates for LLM output, especially for HTML
upload_time2023-04-15 13:48:05
maintainer
docs_urlNone
authorPhilippe Faist
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "flm-templates",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Philippe Faist",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a3/6c/4d8f14a323dfb9ba60f3d21040e3f469c5910fbf620198b40df26022a487/flm_templates-0.1.2.tar.gz",
    "platform": null,
    "description": "# More templates for FLM\n\nInstall using:\n```\n> pip install flm-templates\n```\n\nThis FLM extension package provides a few more elaborate HTML templates.\nPerhaps I'll add more in the future.  Feel free to contribute new ones\nas well!  The templates provided here use the\n[Jinja2 template engine](https://jinja.palletsprojects.com/), which is\nsignificantly more powerful, flexible, and robust than the minimalistic\nbuilt-in template engine provided in FLM's core package.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Better templates for LLM output, especially for HTML",
    "version": "0.1.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9070bf75bd30267af2e9f7cb36ed3d8ef2a8974d1ef2fe8aa5f66817ed37e1e6",
                "md5": "97becfd40db749368d9af488c7dc94c3",
                "sha256": "f62dfd0dc0e5f5ff6de11b412e4ce8adf583acfe71813295cfa5746cf7b3d625"
            },
            "downloads": -1,
            "filename": "flm_templates-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "97becfd40db749368d9af488c7dc94c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 93001,
            "upload_time": "2023-04-15T13:48:04",
            "upload_time_iso_8601": "2023-04-15T13:48:04.013322Z",
            "url": "https://files.pythonhosted.org/packages/90/70/bf75bd30267af2e9f7cb36ed3d8ef2a8974d1ef2fe8aa5f66817ed37e1e6/flm_templates-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a36c4d8f14a323dfb9ba60f3d21040e3f469c5910fbf620198b40df26022a487",
                "md5": "298440e432b5226bc73b42736f94b171",
                "sha256": "39306b1c36d723946f4426303a5dffcab17ec115469a85ea4af8422f4d54ef62"
            },
            "downloads": -1,
            "filename": "flm_templates-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "298440e432b5226bc73b42736f94b171",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 87643,
            "upload_time": "2023-04-15T13:48:05",
            "upload_time_iso_8601": "2023-04-15T13:48:05.868767Z",
            "url": "https://files.pythonhosted.org/packages/a3/6c/4d8f14a323dfb9ba60f3d21040e3f469c5910fbf620198b40df26022a487/flm_templates-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-15 13:48:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "flm-templates"
}
        
Elapsed time: 0.08193s