1Metadata-Version: 2.1
2Name: django-contact-form
3Version: 1.9
4Summary: A generic contact-form application for Django
5Home-page: https://github.com/ubernostrum/django-contact-form/
6Author: James Bennett
7Author-email: james@b-list.org
8License: UNKNOWN
9Keywords: django,email,contact-form
10Platform: UNKNOWN
11Classifier: Development Status :: 5 - Production/Stable
12Classifier: Environment :: Web Environment
13Classifier: Framework :: Django
14Classifier: Framework :: Django :: 2.2
15Classifier: Framework :: Django :: 3.1
16Classifier: Framework :: Django :: 3.2
17Classifier: Intended Audience :: Developers
18Classifier: License :: OSI Approved :: BSD License
19Classifier: Operating System :: OS Independent
20Classifier: Programming Language :: Python
21Classifier: Programming Language :: Python :: 3
22Classifier: Programming Language :: Python :: 3.6
23Classifier: Programming Language :: Python :: 3.7
24Classifier: Programming Language :: Python :: 3.8
25Classifier: Programming Language :: Python :: 3.9
26Classifier: Topic :: Utilities
27Requires-Python: >=3.6
28Provides-Extra: akismet
29License-File: LICENSE
30
31.. -*-restructuredtext-*-
32
33.. image:: https://github.com/ubernostrum/django-contact-form/workflows/CI/badge.svg
34   :alt: CI status image
35   :target: https://github.com/ubernostrum/django-contact-form/actions?query=workflow%3ACI
36
37This application provides extensible contact-form functionality for
38`Django <https://www.djangoproject.com/>`_ sites.
39
40Full documentation for all functionality is included and is also
41`available online <http://django-contact-form.readthedocs.io/>`_.
42
43