Common OneGov form library based on WTForms.
Provides fields, widgets and shared form code, as well as the ability to define custom forms using JSON. Those forms are stored on the database and are meant to be customer defined forms.
Through the web creating of forms is possible with this, but onegov.form does not offer any UI to do that.
Install tox and run it:
pip install tox tox
Limit the tests to a specific python version:
tox -e py27
Onegov Form follows PEP8 as close as possible. To test for it run:
tox -e pep8
Onegov Form uses Semantic Versioning
onegov.form is released under GPLv2