Metadata-Version: 2.4
Name: crispy-forms-foundation
Version: 1.1.0
Summary: Django application to add 'django-crispy-forms' layout objects for 'Foundation for sites'
Home-page: https://github.com/sveetch/crispy-forms-foundation
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Keywords: Django,django-crispy-forms,foundation-site
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: Django>=4.2
Requires-Dist: django-crispy-forms>=2.0
Provides-Extra: sandbox
Requires-Dist: django-debug-toolbar>=4.4.0; extra == "sandbox"
Provides-Extra: dev
Requires-Dist: pytest-django>=4.0.0; extra == "dev"
Requires-Dist: pytest>=7.0.0; extra == "dev"
Provides-Extra: quality
Requires-Dist: flake8>=6.0.0; extra == "quality"
Requires-Dist: tox>=4.11.0; extra == "quality"
Provides-Extra: doc
Requires-Dist: furo>=2024.8.6; extra == "doc"
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
Requires-Dist: sphinx>=8.0.2; extra == "doc"
Provides-Extra: doc-live
Requires-Dist: livereload>=2.7.0; extra == "doc-live"
Provides-Extra: release
Requires-Dist: twine>=5.0.0; extra == "release"
Dynamic: license-file

.. _Django: https://www.djangoproject.com/
.. _django-crispy-forms: https://github.com/maraujop/django-crispy-forms
.. _Foundation for sites: https://get.foundation/
.. _Python: http://python.org/

Introduction
============

**This project is in maintenance mode.**

This is a `Django`_ application to add `django-crispy-forms`_ layout objects for
`Foundation for sites`_.

This app does not include `Foundation for sites`_ assets, you will have to install them
by yourself in your projects.

Links
*****

* Read the documentation on `Read the docs <http://crispy-forms-foundation.readthedocs.io/>`_;
* Download his `PyPi package <http://pypi.python.org/pypi/crispy-forms-foundation>`_;
* Clone it on its `Github repository <https://github.com/sveetch/crispy-forms-foundation>`_;

Requires
========

* `Python`_ >= 3.10;
* `Django`_ >= 4.2;
* `django-crispy-forms`_ >= 2.0.0;
* `Foundation for sites`_ >= 6.3.x;
