Metadata-Version: 2.1
Name: formly
Version: 3.0.0
Summary: A forms/survey generator for dynamically constructed multi-page surveys
Home-page: http://github.com/eldarion/formly/
Author: Patrick Altman
Author-email: paltman@eldarion.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.1
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.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: django (>=1.11)
Requires-Dist: django-appconf (>=1.0.2)
Requires-Dist: jsonfield (>=2.0.2)
Requires-Dist: six (>=1.15.0)



======
Formly
======

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

\ 

.. image:: https://img.shields.io/circleci/project/github/eldarion/formly.svg
    :target: https://circleci.com/gh/eldarion/formly
.. image:: https://img.shields.io/codecov/c/github/eldarion/formly.svg
    :target: https://codecov.io/gh/eldarion/formly
.. image:: https://img.shields.io/github/contributors/eldarion/formly.svg
    :target: https://github.com/eldarion/formly/graphs/contributors
.. image:: https://img.shields.io/github/issues-pr/eldarion/formly.svg
    :target: https://github.com/eldarion/formly/pulls
.. image:: https://img.shields.io/github/issues-pr-closed/eldarion/formly.svg
    :target: https://github.com/eldarion/formly/pulls?q=is%3Apr+is%3Aclosed

\ 

.. image:: https://img.shields.io/badge/license-BSD-blue.svg
    :target: https://opensource.org/licenses/BSD-3-Clause

\ 

``formly`` is a forms/survey generator for dynamically constructed multi-page surveys with the ability to be non-linear.


Development sponsored by `Midwest Communications`_ and `Massachusetts General Hospital`_.


Supported Django and Python Versions
------------------------------------

+-----------------+-----+-----+-----+-----+
| Django / Python | 2.7 | 3.4 | 3.5 | 3.6 |
+=================+=====+=====+=====+=====+
|  1.11           |  *  |  *  |  *  |  *  |
+-----------------+-----+-----+-----+-----+
|  2.0            |     |  *  |  *  |  *  |
+-----------------+-----+-----+-----+-----+
|  3.1            |     |     |     |  *  |
+-----------------+-----+-----+-----+-----+


.. _Midwest Communications: http://mwcradio.com/
.. _Massachusetts General Hospital: http://www.massgeneral.org/


