step-template


Namestep-template JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/dotpy/step
SummarySimple Template Engine for Python
upload_time2023-09-28 20:19:08
maintainer
docs_urlNone
authorDaniele Mazzocchio
requires_python
licenseOSI-Approved :: BSD License
keywords templates templating template-engines
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            step is a pure-Python module providing a very simple template engine with minimum syntax. It supports variable expansion, flow control and embedding of Python code.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dotpy/step",
    "name": "step-template",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "templates templating template-engines",
    "author": "Daniele Mazzocchio",
    "author_email": "danix@kernel-panic.it",
    "download_url": "https://files.pythonhosted.org/packages/d4/dc/c896dace1892a3f41ac42d35cec074cb3f5daff0f1140785744d01784a6e/step-template-0.0.4.tar.gz",
    "platform": null,
    "description": "step is a pure-Python module providing a very simple template engine with minimum syntax. It supports variable expansion, flow control and embedding of Python code.",
    "bugtrack_url": null,
    "license": "OSI-Approved :: BSD License",
    "summary": "Simple Template Engine for Python",
    "version": "0.0.4",
    "project_urls": {
        "Download": "https://github.com/dotpy/step/archive/step-0.0.4.tar.gz",
        "Homepage": "https://github.com/dotpy/step"
    },
    "split_keywords": [
        "templates",
        "templating",
        "template-engines"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4dcc896dace1892a3f41ac42d35cec074cb3f5daff0f1140785744d01784a6e",
                "md5": "f93e35720142c8776b4c8ad16c162669",
                "sha256": "6f13b5685bf420788c85bc9db25addf95f8f2ff683adb8ec37e91584957cd684"
            },
            "downloads": -1,
            "filename": "step-template-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f93e35720142c8776b4c8ad16c162669",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7063,
            "upload_time": "2023-09-28T20:19:08",
            "upload_time_iso_8601": "2023-09-28T20:19:08.132016Z",
            "url": "https://files.pythonhosted.org/packages/d4/dc/c896dace1892a3f41ac42d35cec074cb3f5daff0f1140785744d01784a6e/step-template-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-28 20:19:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dotpy",
    "github_project": "step",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "step-template"
}
        
Elapsed time: 0.36857s