Metadata-Version: 2.1
Name: dynamic-form
Version: 0.3.0
Summary: A package to dynamically load webforms from a data store (i.e. database) during runtime
Home-page: https://github.com/bedapub/Dynamic-Webforms
Author: Rafael S. Müller
Author-email: rafa.molitoris@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://dynamic-webforms.readthedocs.io/en/latest/
Project-URL: Code, https://github.com/bedapub/Dynamic-Webforms
Keywords: form webform database datastore
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
Requires-Dist: pymongo (>=3.10.1)
Requires-Dist: wtforms (>=2.2.1)
Requires-Dist: flask-wtf (>=0.14.2)
Requires-Dist: expiringdict (>=1.2.0)

Dynamic Form
============

A package to create forms dynamically from a data store during runtime.

Documentation
-------------
Please find the documentation on `Read the Docs`_.

.. _Read the docs: https://dynamic-webforms.readthedocs.io/en/latest

Built with
----------
The core component of the software does not have any dependencies besides the python standard library. The concrete
implementations of the data store and the input parser depend on:

* pyMongo - `MongoDataStore`
* wt_forms - `JsonFormParser`
* wtforms - `JsonFormParser`

Purpose
-------
This package was written during a six month internship and was developed as part of the Study Registration Tool
prototype.


Authors
-------
* **Rafael Müller** <mailto:rafa.molitoris@gmail.com> - Initial work
* **Laura Badi** - Supervisor


