Metadata-Version: 2.1
Name: wagtailformblocks
Version: 0.10.1
Summary: A Wagtail module that provides content blocks to display and process user defined forms
Home-page: https://github.com/LUKKIEN/wagtailformblocks
Author: Tim Leguijt
Author-email: info@leguijtict.nl
License: BSD
Keywords: wagtailformblocks
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Wagtail
Classifier: Framework :: Wagtail :: 4
Classifier: Framework :: Wagtail :: 5
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: django-model-utils (<4.4,>=4.2)
Requires-Dist: django-recaptcha (<3.1,>=3.0)
Requires-Dist: wagtail (<5.3,>=4.2)
Requires-Dist: django (<6,>=3.2)
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: psycopg2 ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: pytest-django ; extra == 'testing'
Requires-Dist: pytest-pythonpath ; extra == 'testing'
Requires-Dist: coverage ; extra == 'testing'
Requires-Dist: factory-boy ; extra == 'testing'
Requires-Dist: tox ; extra == 'testing'
Requires-Dist: flake8 ; extra == 'testing'
Requires-Dist: isort ; extra == 'testing'

===============================
Wagtail Form Blocks
===============================


.. image:: https://img.shields.io/pypi/v/wagtailformblocks.svg
        :target: https://pypi.python.org/pypi/wagtailformblocks

.. image:: https://readthedocs.org/projects/wagtailformblocks/badge/?version=latest
        :target: https://wagtailformblocks.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://travis-ci.org/LUKKIEN/wagtailformblocks.svg?branch=master
    :target: https://travis-ci.org/LUKKIEN/wagtailformblocks

.. image:: https://codecov.io/gh/LUKKIEN/wagtailformblocks/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/LUKKIEN/wagtailformblocks

A Wagtail module that provides content blocks to display and process user defined forms


* Documentation: https://wagtailformblocks.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
