renoir


Namerenoir JSON
Version 1.7.0 PyPI version JSON
download
home_pagehttps://github.com/emmett-framework/renoir
SummaryA templating engine designed with simplicity in mind
upload_time2023-10-18 12:47:46
maintainer
docs_urlNone
authorGiovanni Barillari
requires_python>=3.8,<4.0
licenseBSD-3-Clause
keywords templates html web
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Renoir

Renoir – */ˈrɛnwɑːr/* – is a Python templating engine designed with simplicity in mind.

[![pip version](https://img.shields.io/pypi/v/renoir.svg?style=flat)](https://pypi.python.org/pypi/Renoir)
![Tests Status](https://github.com/emmett-framework/renoir/workflows/Tests/badge.svg)

## In a nutshell

```html
{{ extend "layout.html" }}
{{ block title }}Members{{ end }}
{{ block content }}
<ul>
  {{ for user in users: }}
  <li><a href="{{ =user['url'] }}">{{ =user['name'] }}</a></li>
  {{ pass }}
</ul>
{{ end }}
```

## Documentation

The documentation is available under the [docs folder](https://github.com/emmett-framework/renoir/tree/master/docs).

## License

Renoir is released under the BSD License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/emmett-framework/renoir",
    "name": "renoir",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "templates,html,web",
    "author": "Giovanni Barillari",
    "author_email": "gi0baro@d4net.org",
    "download_url": "https://files.pythonhosted.org/packages/df/10/dec20561ba2ed98dc7e1aafd762852a6783fb42d66b009aa6eabcb8f30b0/renoir-1.7.0.tar.gz",
    "platform": null,
    "description": "# Renoir\n\nRenoir \u2013 */\u02c8r\u025bnw\u0251\u02d0r/* \u2013 is a Python templating engine designed with simplicity in mind.\n\n[![pip version](https://img.shields.io/pypi/v/renoir.svg?style=flat)](https://pypi.python.org/pypi/Renoir)\n![Tests Status](https://github.com/emmett-framework/renoir/workflows/Tests/badge.svg)\n\n## In a nutshell\n\n```html\n{{ extend \"layout.html\" }}\n{{ block title }}Members{{ end }}\n{{ block content }}\n<ul>\n  {{ for user in users: }}\n  <li><a href=\"{{ =user['url'] }}\">{{ =user['name'] }}</a></li>\n  {{ pass }}\n</ul>\n{{ end }}\n```\n\n## Documentation\n\nThe documentation is available under the [docs folder](https://github.com/emmett-framework/renoir/tree/master/docs).\n\n## License\n\nRenoir is released under the BSD License.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A templating engine designed with simplicity in mind",
    "version": "1.7.0",
    "project_urls": {
        "Homepage": "https://github.com/emmett-framework/renoir",
        "Issue Tracker": "https://github.com/emmett-framework/renoir/issues",
        "Repository": "https://github.com/emmett-framework/renoir"
    },
    "split_keywords": [
        "templates",
        "html",
        "web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a31e34046250a3796341d90c7204f1fd79ba8adbd4c2d5b774a2df9b9edce1a",
                "md5": "769eda6d1092550420416410c364fe89",
                "sha256": "564ebacde5db1c23e02453953a8b3907276cec874652ce45f4adf496574b0922"
            },
            "downloads": -1,
            "filename": "renoir-1.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "769eda6d1092550420416410c364fe89",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 30441,
            "upload_time": "2023-10-18T12:47:44",
            "upload_time_iso_8601": "2023-10-18T12:47:44.861709Z",
            "url": "https://files.pythonhosted.org/packages/7a/31/e34046250a3796341d90c7204f1fd79ba8adbd4c2d5b774a2df9b9edce1a/renoir-1.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df10dec20561ba2ed98dc7e1aafd762852a6783fb42d66b009aa6eabcb8f30b0",
                "md5": "1f32a445eeca8d2d27bcfedd652acbda",
                "sha256": "f3d5dc3c176f92c7d939698775556896cee5acd2078877efafaf97c69fbb1971"
            },
            "downloads": -1,
            "filename": "renoir-1.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1f32a445eeca8d2d27bcfedd652acbda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 27441,
            "upload_time": "2023-10-18T12:47:46",
            "upload_time_iso_8601": "2023-10-18T12:47:46.467634Z",
            "url": "https://files.pythonhosted.org/packages/df/10/dec20561ba2ed98dc7e1aafd762852a6783fb42d66b009aa6eabcb8f30b0/renoir-1.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-18 12:47:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "emmett-framework",
    "github_project": "renoir",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "renoir"
}
        
Elapsed time: 0.13169s