flm-htmlplus


Nameflm-htmlplus JSON
Version 0.1.3 PyPI version JSON
download
home_page
SummaryEnhancements to LLM's HTML output (syntax highlighting, math equations, option for PDF output, etc.)
upload_time2023-04-15 13:55: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.
            # Enhancements to LLM's HTML output, plus PDF via HTML

Installation:
```
> pip install git+https://github.com/phfaist/flm-htmlplus
```

This LLM extension package provides the `flm_htmlplus` workflow
(`--workflow=flm_htmlplus`) which adds some processing levels
to LLM's default HTML output.  Mathematical equations can be
compiled into SVG elements.  You can also generate PDF output
(internally, this uses an instance of Chrome to print the
generated HTML content to a PDF document).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "flm-htmlplus",
    "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/3d/30/fd8d4662328dea0189ac726429953ea9179917bbfa5e9113ecdf93158e13/flm_htmlplus-0.1.3.tar.gz",
    "platform": null,
    "description": "# Enhancements to LLM's HTML output, plus PDF via HTML\n\nInstallation:\n```\n> pip install git+https://github.com/phfaist/flm-htmlplus\n```\n\nThis LLM extension package provides the `flm_htmlplus` workflow\n(`--workflow=flm_htmlplus`) which adds some processing levels\nto LLM's default HTML output.  Mathematical equations can be\ncompiled into SVG elements.  You can also generate PDF output\n(internally, this uses an instance of Chrome to print the\ngenerated HTML content to a PDF document).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Enhancements to LLM's HTML output (syntax highlighting, math equations, option for PDF output, etc.)",
    "version": "0.1.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80fe6c8d0581a09de7558488653af7360e7245996d82f7dd0cd88418fb2d1d3f",
                "md5": "cdbc966990f6d3241fb8e4010ef317c4",
                "sha256": "51db2bef74cd601f5aff3b7ad5b4a2b61b374236e8c9f88bdbed1a7afd7391d3"
            },
            "downloads": -1,
            "filename": "flm_htmlplus-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cdbc966990f6d3241fb8e4010ef317c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 1228974,
            "upload_time": "2023-04-15T13:55:03",
            "upload_time_iso_8601": "2023-04-15T13:55:03.425165Z",
            "url": "https://files.pythonhosted.org/packages/80/fe/6c8d0581a09de7558488653af7360e7245996d82f7dd0cd88418fb2d1d3f/flm_htmlplus-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d30fd8d4662328dea0189ac726429953ea9179917bbfa5e9113ecdf93158e13",
                "md5": "76dc7f38159997deb389da5053122642",
                "sha256": "702ac7068f916b9d18b82b138cd459bbf0a4bc48c7809d98157e987a1290e058"
            },
            "downloads": -1,
            "filename": "flm_htmlplus-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "76dc7f38159997deb389da5053122642",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 1226298,
            "upload_time": "2023-04-15T13:55:05",
            "upload_time_iso_8601": "2023-04-15T13:55:05.432663Z",
            "url": "https://files.pythonhosted.org/packages/3d/30/fd8d4662328dea0189ac726429953ea9179917bbfa5e9113ecdf93158e13/flm_htmlplus-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-15 13:55:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "flm-htmlplus"
}
        
Elapsed time: 0.05475s