Tempita


NameTempita JSON
Version 0.5.2 PyPI version JSON
download
home_pagehttp://pythonpaste.org/tempita/
SummaryA very small text templating language
upload_time2013-12-17 04:08:06
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
<http://pythonpaste.org/tempita/#the-language>`_, the `interface
<http://pythonpaste.org/tempita/#the-interface>`_, and there's nothing
more to learn about it.
            

Raw data

            {
    "_id": null,
    "home_page": "http://pythonpaste.org/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/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz",
    "platform": "UNKNOWN",
    "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\n<http://pythonpaste.org/tempita/#the-language>`_, the `interface\n<http://pythonpaste.org/tempita/#the-interface>`_, and there's nothing\nmore to learn about it.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A very small text templating language",
    "version": "0.5.2",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "http://pythonpaste.org/tempita/"
    },
    "split_keywords": [
        "templating",
        "template",
        "language",
        "html"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "465b2ad80b580134a160e84b9aac0d136df3d77d5ccd45cd349f6146d41cee76",
                "md5": "063abdda9883f36ba1e464d9ba03d623",
                "sha256": "f4554840cb59c6b4a5df4fad27eea4e3cb47ca7089bfeefb5890ff1bb8af2117"
            },
            "downloads": -1,
            "filename": "Tempita-0.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "063abdda9883f36ba1e464d9ba03d623",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12880,
            "upload_time": "2021-09-17T17:25:58",
            "upload_time_iso_8601": "2021-09-17T17:25:58.844081Z",
            "url": "https://files.pythonhosted.org/packages/46/5b/2ad80b580134a160e84b9aac0d136df3d77d5ccd45cd349f6146d41cee76/Tempita-0.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56c88ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4",
                "md5": "4c2f17bb9d481821c41b6fbee904cea1",
                "sha256": "cacecf0baa674d356641f1d406b8bff1d756d739c46b869a54de515d08e6fc9c"
            },
            "downloads": -1,
            "filename": "Tempita-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4c2f17bb9d481821c41b6fbee904cea1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12648,
            "upload_time": "2013-12-17T04:08:06",
            "upload_time_iso_8601": "2013-12-17T04:08:06.724531Z",
            "url": "https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2013-12-17 04:08:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tempita"
}
        
Elapsed time: 0.46798s