ytml


Nameytml JSON
Version 1.0.2 PyPI version JSON
download
home_page
SummaryA YAML based HTML templating engine
upload_time2024-01-17 19:46:31
maintainer
docs_urlNone
authorJohannes Koester
requires_python>=3.11,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ytml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Johannes Koester",
    "author_email": "johannes.koester@uni-due.de",
    "download_url": "https://files.pythonhosted.org/packages/6c/bc/01013fed31926a2cb3b4a5bd7fcfdd96a14bc3f883d1546fbbe2b1f6eb1e/ytml-1.0.2.tar.gz",
    "platform": null,
    "description": "# YTML: Write HTML using YAML while templating with YTE\n\nYTML allows to define HTML tags in YAML syntax, usually leading to significantly less code.\nIn combination with [YTE](https://yte-template-engine.github.io), you can perform arbitrary templating.\nUnlike other many approaches for templating, YTE/YTML is always valid YAML.\n\nNote: Unlike YTE which is mature and fully tested, YTML is a prototype and still mostly undocumented.\nNevertheless, it is stable and usable.\n\nInspired by https://stackoverflow.com/questions/4121548/yaml-like-templating-language-for-html.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A YAML based HTML templating engine",
    "version": "1.0.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f581f4fbeb8805d9fcec145b0694bcdb1d4ba8064f9cd7559a4418d8d20fd40",
                "md5": "a45476f78cc65d5aa67353e8a4a8cdf4",
                "sha256": "ef37692bc37f73e5ff97c51248eb9040f02fed007d56b2a00c96d2b2999894c5"
            },
            "downloads": -1,
            "filename": "ytml-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a45476f78cc65d5aa67353e8a4a8cdf4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 3540,
            "upload_time": "2024-01-17T19:46:29",
            "upload_time_iso_8601": "2024-01-17T19:46:29.781662Z",
            "url": "https://files.pythonhosted.org/packages/9f/58/1f4fbeb8805d9fcec145b0694bcdb1d4ba8064f9cd7559a4418d8d20fd40/ytml-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cbc01013fed31926a2cb3b4a5bd7fcfdd96a14bc3f883d1546fbbe2b1f6eb1e",
                "md5": "207fc9fa28ba19c84beab08b9667d332",
                "sha256": "cbea9213895614c4ee6cf19ffd23b2b951eec290d386e744758274d0536fa8d2"
            },
            "downloads": -1,
            "filename": "ytml-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "207fc9fa28ba19c84beab08b9667d332",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 3054,
            "upload_time": "2024-01-17T19:46:31",
            "upload_time_iso_8601": "2024-01-17T19:46:31.596007Z",
            "url": "https://files.pythonhosted.org/packages/6c/bc/01013fed31926a2cb3b4a5bd7fcfdd96a14bc3f883d1546fbbe2b1f6eb1e/ytml-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-17 19:46:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ytml"
}
        
Elapsed time: 0.46613s