Metadata-Version: 2.1
Name: django-contact-form
Version: 2.1
Summary: A generic contact-form application for Django
Author-email: James Bennett <james@b-list.org>
License: BSD-3-Clause
Project-URL: documentation, https://django-contact-form.readthedocs.io/
Project-URL: homepage, https://github.com/ubernostrum/django-contact-form
Keywords: django,email,contact-form
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Django!=4.0.*,>=3.2
Provides-Extra: akismet
Requires-Dist: akismet; extra == "akismet"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-inline-tabs; extra == "docs"
Requires-Dist: sphinx-notfound-page; extra == "docs"
Requires-Dist: sphinxcontrib-django; extra == "docs"
Requires-Dist: sphinxext-opengraph; extra == "docs"
Provides-Extra: tests
Requires-Dist: akismet; extra == "tests"
Requires-Dist: coverage; extra == "tests"
Requires-Dist: tomli; python_full_version < "3.11.0a7" and extra == "tests"

.. -*-restructuredtext-*-

.. image:: https://github.com/ubernostrum/django-contact-form/workflows/CI/badge.svg
   :alt: CI status image
   :target: https://github.com/ubernostrum/django-contact-form/actions?query=workflow%3ACI

This application provides extensible contact-form functionality for
`Django <https://www.djangoproject.com/>`_ sites.

Full documentation for all functionality is included and is also
`available online <http://django-contact-form.readthedocs.io/>`_.
