Tempita


NameTempita JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/TurboGears/tempita
SummaryA very small text templating language
upload_time2024-11-12 21:55:45
maintainerNone
docs_urlNone
authorIan Bicking
requires_pythonNone
licenseMIT
keywords templating template language html
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Tempita is a small templating language for text substitution.

This isn't meant to be the Next Big Thing in templating; it's just a
handy little templating language for when your project outgrows
``string.Template`` or ``%`` substitution.  It's small, it embeds
Python in strings, and it doesn't do much else.

You can read about the Language and the Interface at
https://github.com/TurboGears/tempita/blob/main/README.rst,
and there's nothing more to learn about it.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TurboGears/tempita",
    "name": "Tempita",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "templating template language html",
    "author": "Ian Bicking",
    "author_email": "ianb@colorstudy.com",
    "download_url": "https://files.pythonhosted.org/packages/74/d5/ad8a832e120cb9b743f175b80368b457a1078cd65bd9b8578aca5ddb1bd2/tempita-0.6.0.tar.gz",
    "platform": null,
    "description": "Tempita is a small templating language for text substitution.\n\nThis isn't meant to be the Next Big Thing in templating; it's just a\nhandy little templating language for when your project outgrows\n``string.Template`` or ``%`` substitution.  It's small, it embeds\nPython in strings, and it doesn't do much else.\n\nYou can read about the Language and the Interface at\nhttps://github.com/TurboGears/tempita/blob/main/README.rst,\nand there's nothing more to learn about it.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A very small text templating language",
    "version": "0.6.0",
    "project_urls": {
        "Homepage": "https://github.com/TurboGears/tempita"
    },
    "split_keywords": [
        "templating",
        "template",
        "language",
        "html"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2305346f980c4e643f04ec3630c20d8169ffbea5137f6dcf7619d7349f7f9401",
                "md5": "d3cf8c1c68f3c20a3699f6c5fe432a1f",
                "sha256": "696160ba5302b344934558d9d4c94a7b9778b7641612f4e20d62fcac4d7a02c9"
            },
            "downloads": -1,
            "filename": "Tempita-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d3cf8c1c68f3c20a3699f6c5fe432a1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13752,
            "upload_time": "2024-11-12T21:55:43",
            "upload_time_iso_8601": "2024-11-12T21:55:43.827738Z",
            "url": "https://files.pythonhosted.org/packages/23/05/346f980c4e643f04ec3630c20d8169ffbea5137f6dcf7619d7349f7f9401/Tempita-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74d5ad8a832e120cb9b743f175b80368b457a1078cd65bd9b8578aca5ddb1bd2",
                "md5": "ca13cc92318415bb560fb874e673a355",
                "sha256": "76e15de0137e5011c22949cc15a5161f623fe6a31655751c6d765db6bbac27b6"
            },
            "downloads": -1,
            "filename": "tempita-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ca13cc92318415bb560fb874e673a355",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19205,
            "upload_time": "2024-11-12T21:55:45",
            "upload_time_iso_8601": "2024-11-12T21:55:45.424541Z",
            "url": "https://files.pythonhosted.org/packages/74/d5/ad8a832e120cb9b743f175b80368b457a1078cd65bd9b8578aca5ddb1bd2/tempita-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-12 21:55:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TurboGears",
    "github_project": "tempita",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tempita"
}
        
Elapsed time: 0.81415s