renoir


Namerenoir JSON
Version 1.8.0 PyPI version JSON
download
home_pageNone
SummaryA templating engine designed with simplicity in mind
upload_time2024-10-12 14:13:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords html templates 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.

## 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": null,
    "name": "renoir",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "html, templates, web",
    "author": null,
    "author_email": "Giovanni Barillari <g@baro.dev>",
    "download_url": "https://files.pythonhosted.org/packages/e1/66/c46107832f44508d178bb5c1ab18bb320cdc461d8e74c5d1406a8b600949/renoir-1.8.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## 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": null,
    "summary": "A templating engine designed with simplicity in mind",
    "version": "1.8.0",
    "project_urls": {
        "Documentation": "https://github.com/emmett-framework/renoir/docs",
        "Funding": "https://github.com/sponsors/gi0baro",
        "Homepage": "https://github.com/emmett-framework/renoir",
        "Issues": "https://github.com/emmett-framework/renoir/issues",
        "Source": "https://github.com/emmett-framework/renoir"
    },
    "split_keywords": [
        "html",
        " templates",
        " web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb89a2bc0aee4a07f3e500b12b5b10205e436e82437ee329d1781460ea00ff49",
                "md5": "90625b1d2e5f28f929bebaa140bc6879",
                "sha256": "f92a2368fe4ddd17ac2ad3df8f20cc1d80d30188d771639619facbeaf31fa5ee"
            },
            "downloads": -1,
            "filename": "renoir-1.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90625b1d2e5f28f929bebaa140bc6879",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22690,
            "upload_time": "2024-10-12T14:13:11",
            "upload_time_iso_8601": "2024-10-12T14:13:11.357293Z",
            "url": "https://files.pythonhosted.org/packages/fb/89/a2bc0aee4a07f3e500b12b5b10205e436e82437ee329d1781460ea00ff49/renoir-1.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e166c46107832f44508d178bb5c1ab18bb320cdc461d8e74c5d1406a8b600949",
                "md5": "bf5611aa0c02250acd472b0bac51ccd0",
                "sha256": "9ab3b361c45cd003b6d57f6328b4cd8397eb969f276465287d592bb4326e7fbc"
            },
            "downloads": -1,
            "filename": "renoir-1.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bf5611aa0c02250acd472b0bac51ccd0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 26278,
            "upload_time": "2024-10-12T14:13:12",
            "upload_time_iso_8601": "2024-10-12T14:13:12.786259Z",
            "url": "https://files.pythonhosted.org/packages/e1/66/c46107832f44508d178bb5c1ab18bb320cdc461d8e74c5d1406a8b600949/renoir-1.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-12 14:13:12",
    "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.64941s