| Name | django-chili JSON |
| Version |
0.1.0.dev3
JSON |
| download |
| home_page | |
| Summary | Using static HTML files as templates with Django projects. |
| upload_time | 2024-01-23 22:42:01 |
| maintainer | |
| docs_url | None |
| author | |
| requires_python | >=3.7 |
| license | |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
django
jinja2
beautifulsoup4
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
.. |bowl| image:: docs/source/django-chili.png
===================================
|bowl| Welcome to Django Chili!
===================================
.. overview_start
**Django Chili** is a Django extension that enables the use of static HTML files as Django
templates. It's designed for scenarios where UI designs are created using
tools like Figma/Anima or Bootstrap Studio and need to be integrated into Django projects.
The extension adds tags to Django that can load static HTML files and uses CSS selectors
to transform and decorate them into Django templates. This allows developers to work on the
Django logic separately, without altering the original HTML that designers are producing.
.. overview_end
Documentation
https://docs.django-chili.io/en/latest/
Raw data
{
"_id": null,
"home_page": "",
"name": "django-chili",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Sean O'Dell <sean@celsoft.com>",
"download_url": "https://files.pythonhosted.org/packages/b7/2d/ae3fe8b645b3384c0458e483444799a36d738a965f8bfb4ad5f4e74cb194/django-chili-0.1.0.dev3.tar.gz",
"platform": null,
"description": ".. |bowl| image:: docs/source/django-chili.png\n\n===================================\n|bowl| Welcome to Django Chili!\n===================================\n\n.. overview_start\n\n**Django Chili** is a Django extension that enables the use of static HTML files as Django\ntemplates. It's designed for scenarios where UI designs are created using\ntools like Figma/Anima or Bootstrap Studio and need to be integrated into Django projects.\nThe extension adds tags to Django that can load static HTML files and uses CSS selectors\nto transform and decorate them into Django templates. This allows developers to work on the\nDjango logic separately, without altering the original HTML that designers are producing.\n\n.. overview_end\n\n\nDocumentation\n https://docs.django-chili.io/en/latest/\n",
"bugtrack_url": null,
"license": "",
"summary": "Using static HTML files as templates with Django projects.",
"version": "0.1.0.dev3",
"project_urls": {
"Documentation": "https://docs.django-chili.io/",
"Source": "https://github.com/django-chili/django-chili"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1f97a34bcf304d72068d1810dc6a4a832357700eaf33be5f9e6e773badd9b702",
"md5": "64f77354b5c2269931f499f6318d562b",
"sha256": "38f61ff21c500d76f97a127e6605834e37e0138c65e92db8ee321caaec0cb5db"
},
"downloads": -1,
"filename": "django_chili-0.1.0.dev3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "64f77354b5c2269931f499f6318d562b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 5601,
"upload_time": "2024-01-23T22:41:59",
"upload_time_iso_8601": "2024-01-23T22:41:59.857884Z",
"url": "https://files.pythonhosted.org/packages/1f/97/a34bcf304d72068d1810dc6a4a832357700eaf33be5f9e6e773badd9b702/django_chili-0.1.0.dev3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b72dae3fe8b645b3384c0458e483444799a36d738a965f8bfb4ad5f4e74cb194",
"md5": "5cfc09d11180418ab64b1cadd0626439",
"sha256": "62a757529efe314f84df2e5725a08696d234f3fe492c4cf94d602a5b15baca0d"
},
"downloads": -1,
"filename": "django-chili-0.1.0.dev3.tar.gz",
"has_sig": false,
"md5_digest": "5cfc09d11180418ab64b1cadd0626439",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 4556,
"upload_time": "2024-01-23T22:42:01",
"upload_time_iso_8601": "2024-01-23T22:42:01.270560Z",
"url": "https://files.pythonhosted.org/packages/b7/2d/ae3fe8b645b3384c0458e483444799a36d738a965f8bfb4ad5f4e74cb194/django-chili-0.1.0.dev3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-23 22:42:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "django-chili",
"github_project": "django-chili",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "django",
"specs": [
[
"<",
"6"
],
[
">=",
"5.0"
]
]
},
{
"name": "jinja2",
"specs": [
[
"<",
"4"
],
[
">=",
"3.0"
]
]
},
{
"name": "beautifulsoup4",
"specs": [
[
"<",
"5"
],
[
">=",
"4.11"
]
]
}
],
"lcname": "django-chili"
}