Metadata-Version: 2.1
Name: django-chili
Version: 0.1.0.dev1
Summary: A short description of your project
Author-email: Sean O'Dell <sean@celsoft.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Requires-Dist: django<6,>=5.0
Requires-Dist: jinja2<4,>=3.0
Requires-Dist: beautifulsoup4<5,>=4.11

.. |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/
