Metadata-Version: 1.1
Name: formly
Version: 2.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
Description-Content-Type: UNKNOWN
Description: 
        
        ======
        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            |     |  *  |  *  |  *  |
        +-----------------+-----+-----+-----+-----+
        
        
        .. _Midwest Communications: http://mwcradio.com/
        .. _Massachusetts General Hospital: http://www.massgeneral.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
