.gitignore
.hgignore
.hgtags
.travis.yml
CHANGES.txt
COPYING
MANIFEST.in
README.rst
license.txt
setup.cfg
setup.py
contrib/generate.py
docs/Makefile
docs/make.bat
docs/source/about.rst
docs/source/api.rst
docs/source/conf.py
docs/source/config.rst
docs/source/examples.rst
docs/source/features.rst
docs/source/index.rst
docs/source/start.rst
docs/source/usage.rst
examples/example.xml
examples/index.mako
examples/serve.py
examples/bootstrap/css/bootstrap-theme.css
examples/bootstrap/css/bootstrap-theme.css.map
examples/bootstrap/css/bootstrap-theme.min.css
examples/bootstrap/css/bootstrap.css
examples/bootstrap/css/bootstrap.css.map
examples/bootstrap/css/bootstrap.min.css
examples/bootstrap/fonts/glyphicons-halflings-regular.eot
examples/bootstrap/fonts/glyphicons-halflings-regular.svg
examples/bootstrap/fonts/glyphicons-halflings-regular.ttf
examples/bootstrap/fonts/glyphicons-halflings-regular.woff
examples/bootstrap/js/bootstrap.js
examples/bootstrap/js/bootstrap.min.js
examples/css/datepicker3.css
examples/css/formbar.css
examples/js/bootstrap-datepicker.js
examples/js/formbar.js
examples/js/jquery.js
examples/js/ace/ace.js
examples/js/ace/ext-language_tools.js
examples/js/ace/mode-xml.js
examples/js/ace/snippets/text.js
examples/js/ace/snippets/xml.js
formbar/__init__.py
formbar/config.py
formbar/form.py
formbar/helpers.py
formbar/i18n.py
formbar/renderer.py
formbar/rules.py
formbar.egg-info/PKG-INFO
formbar.egg-info/SOURCES.txt
formbar.egg-info/dependency_links.txt
formbar.egg-info/entry_points.txt
formbar.egg-info/not-zip-safe
formbar.egg-info/requires.txt
formbar.egg-info/top_level.txt
formbar/locale/formbar.pot
formbar/locale/de/LC_MESSAGES/formbar.po
formbar/static/css/datepicker3.css
formbar/static/css/formbar.css
formbar/static/js/bootstrap-datepicker.js
formbar/static/js/formbar.js
formbar/static/js/ace/ace.js
formbar/static/js/ace/ext-language_tools.js
formbar/static/js/ace/mode-xml.js
formbar/static/js/ace/snippets/text.js
formbar/static/js/ace/snippets/xml.js
formbar/templates/checkbox.mako
formbar/templates/datefield.mako
formbar/templates/dropdown.mako
formbar/templates/errors.mako
formbar/templates/filefield.mako
formbar/templates/form.mako
formbar/templates/formbareditor.mako
formbar/templates/help.mako
formbar/templates/hidden.mako
formbar/templates/html.mako
formbar/templates/infofield.mako
formbar/templates/label.mako
formbar/templates/password.mako
formbar/templates/radio.mako
formbar/templates/selection.mako
formbar/templates/textarea.mako
formbar/templates/textfield.mako
formbar/templates/timefield.mako
test/form.xml
test/test_configparser.py
test/test_form.py
test/test_rules.py