This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
Copyright (c) 2009-2021 Miguel Araujo, Daniel Feldroy and contributors.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

View File

@@ -0,0 +1,106 @@
Metadata-Version: 2.1
Name: django-crispy-forms
Version: 2.1
Summary: Best way to have Django DRY forms
Author-email: Miguel Araujo <miguel.araujo.perez@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/django-crispy-forms/django-crispy-forms
Project-URL: Issues, https://github.com/django-crispy-forms/django-crispy-forms/issues
Project-URL: Changelog, https://github.com/django-crispy-forms/django-crispy-forms/releases
Keywords: forms,django,crispy,DRY
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: django >=4.2
===================
django-crispy-forms
===================
.. image:: https://github.com/django-crispy-forms/django-crispy-forms/actions/workflows/main.yml/badge.svg
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
.. image:: http://codecov.io/github/django-crispy-forms/django-crispy-forms/coverage.svg?branch=main
:target: http://codecov.io/github/django-crispy-forms/django-crispy-forms?branch=main
The best way to have Django_ DRY forms. Build programmatic reusable layouts out of components, having full control of the rendered HTML without writing HTML in templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application.
`django-crispy-forms` supports Django 4.2+ with Python 3.8+.
Looking for Bootstrap 5 support? See the `crispy-bootstrap5 package`_.
.. _`crispy-bootstrap5 package`: https://github.com/django-crispy-forms/crispy-bootstrap5
The application mainly provides:
* A filter named ``|crispy`` that will render elegant div based forms. Think of it as the built-in methods: ``as_table``, ``as_ul`` and ``as_p``. You cannot tune up the output, but it is easy to start using it.
* A tag named ``{% crispy %}`` that will render a form based on your configuration and specific layout setup. This gives you amazing power without much hassle, helping you save tons of time.
Django-crispy-forms supports several frontend frameworks, such as Twitter `Bootstrap`_ (versions 2, 3, and 4), `tailwind`_, `Bulma`_ and Foundation. You can also easily adapt your custom company's one, creating your own, `see the docs`_ for more information. You can easily switch among them using ``CRISPY_TEMPLATE_PACK`` setting variable.
.. _`tailwind`: https://github.com/django-crispy-forms/crispy-tailwind
.. _`Bootstrap`: https://getbootstrap.com
.. _`Bulma`: https://github.com/ckrybus/crispy-bulma
.. _`see the docs`: https://django-crispy-forms.readthedocs.io
Authors
=======
django-crispy-forms is the new django-uni-form. django-uni-form was an application created by `Daniel Greenfeld`_ that I led since version 0.8.0. The name change tries to better explain the purpose of the application, which changed in a significant way since its birth.
If you are upgrading from django-uni-form, we have `instructions`_ for helping you.
* Lead developer: `Miguel Araujo`_
.. _`Daniel Greenfeld`: https://github.com/pydanny
.. _`Miguel Araujo`: https://github.com/maraujop
.. _`instructions`: https://django-crispy-forms.readthedocs.io/en/latest/install.html#moving-from-django-uni-form-to-django-crispy-forms
Example
=======
This is a teaser of what you can do with latest django-crispy-forms. `Find here the gist`_ for generating this form:
.. image:: http://i.imgur.com/LSREg.png
.. _`Find here the gist`: https://gist.github.com/1838193
Documentation
=============
For extensive documentation see the ``docs`` folder or `read it on readthedocs`_
.. _`read it on readthedocs`: https://django-crispy-forms.readthedocs.io/en/latest/index.html
Special thanks
==============
* To Daniel Feldroy (`@pydanny`_) for his support, time and the opportunity given to me to do this.
* The name of the project was suggested by the fantastic Audrey Feldroy (`@audreyfeldroy`_)
* To Kenneth Love (`@kennethlove`_) for creating django-uni-form-contrib from which bootstrap template pack was started.
.. _`@audreyfeldroy`: https://github.com/audreyfeldroy
.. _`@pydanny`: https://github.com/pydanny
.. _`@kennethlove`: https://github.com/kennethlove
.. _Django: http://djangoproject.com

View File

@@ -0,0 +1,34 @@
crispy_forms/LICENSE,sha256=uF73RkiaeYNAN33_9YghCuCVjLi-4ivhQRXaD_9gszk,1077
crispy_forms/__init__.py,sha256=PzBQfDzn4eAse8To8At3B-mWS53IUkqx0X3zSAcKWMA,20
crispy_forms/__pycache__/__init__.cpython-312.pyc,,
crispy_forms/__pycache__/base.cpython-312.pyc,,
crispy_forms/__pycache__/bootstrap.cpython-312.pyc,,
crispy_forms/__pycache__/exceptions.cpython-312.pyc,,
crispy_forms/__pycache__/helper.cpython-312.pyc,,
crispy_forms/__pycache__/layout.cpython-312.pyc,,
crispy_forms/__pycache__/layout_slice.cpython-312.pyc,,
crispy_forms/__pycache__/utils.cpython-312.pyc,,
crispy_forms/base.py,sha256=KWNZO9Wzr7w800y2dph6duEwjj0RybZ2HwTXCLLVhz0,744
crispy_forms/bootstrap.py,sha256=cKmjNvbqGS1mnavPomB1y7nW_ItF8_EPlUj04yXzJFQ,37898
crispy_forms/exceptions.py,sha256=EuMJtfQ1338W-vJrKGRYSYEFgjxWdN4f-l1LgBTvqtY,330
crispy_forms/helper.py,sha256=XKNVFyBfGGtOJezADsH2SoqNs8_pwO1mGogio8NcAL4,12772
crispy_forms/layout.py,sha256=ebvXjseG0mkPJ5nq8hgeYgDIafNhgYjJNwrUvjNORYI,33645
crispy_forms/layout_slice.py,sha256=27VQTVS3b--Dqmohuf4Uo60oAbiRmCu8vxR3eiC-Twk,6353
crispy_forms/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
crispy_forms/templatetags/__pycache__/__init__.cpython-312.pyc,,
crispy_forms/templatetags/__pycache__/crispy_forms_field.cpython-312.pyc,,
crispy_forms/templatetags/__pycache__/crispy_forms_filters.cpython-312.pyc,,
crispy_forms/templatetags/__pycache__/crispy_forms_tags.cpython-312.pyc,,
crispy_forms/templatetags/__pycache__/crispy_forms_utils.cpython-312.pyc,,
crispy_forms/templatetags/crispy_forms_field.py,sha256=1HnkQoTMKyCp9eQPShIoALSJZ-3RWTZHJEW9N94EEyQ,4996
crispy_forms/templatetags/crispy_forms_filters.py,sha256=i0zs2ua_DrOyTEQY5dG866EmnYBrSpUB5Dq3C2rfv_s,4590
crispy_forms/templatetags/crispy_forms_tags.py,sha256=1bPkp5U90YbV2HK5HLMs_jZtwURMcz7huLVBFdn7g9w,10162
crispy_forms/templatetags/crispy_forms_utils.py,sha256=07eZBcjRyP1I2KdPXLW0e17IzHffi4uPULJKG1Ofdsk,888
crispy_forms/utils.py,sha256=aEXrP215zytthrexLfvpabod-lTWvoVpbJSI6ruwcT4,6888
django_crispy_forms-2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
django_crispy_forms-2.1.dist-info/LICENSE.txt,sha256=3CyXC-naPcg55TkU1IAYWcfS3K0DVZa7CfIfGV3t2vU,1096
django_crispy_forms-2.1.dist-info/METADATA,sha256=0jslEPFb7U6yLbzPD_MGf9YKYNzGtvaRlPdaRUVAzmk,5038
django_crispy_forms-2.1.dist-info/RECORD,,
django_crispy_forms-2.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django_crispy_forms-2.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
django_crispy_forms-2.1.dist-info/top_level.txt,sha256=pCbYT_pVzHkR3WKhGSjzB3IaNIVojjLzuzLuDYsEMpU,13

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.41.2)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1 @@
crispy_forms