.gitignore
.hgignore
.hgtags
.travis.yml
CHANGES.txt
MANIFEST.in
README.rst
license.txt
setup.cfg
setup.py
contrib/generate.py
docs/Makefile
docs/make.bat
docs/build/doctrees/config.doctree
docs/build/doctrees/environment.pickle
docs/build/doctrees/examples.doctree
docs/build/doctrees/index.doctree
docs/build/doctrees/rules.doctree
docs/build/doctrees/start.doctree
docs/build/html/.buildinfo
docs/build/html/config.html
docs/build/html/examples.html
docs/build/html/genindex.html
docs/build/html/index.html
docs/build/html/objects.inv
docs/build/html/py-modindex.html
docs/build/html/rules.html
docs/build/html/search.html
docs/build/html/searchindex.js
docs/build/html/start.html
docs/build/html/_modules/index.html
docs/build/html/_modules/formbar/config.html
docs/build/html/_sources/config.txt
docs/build/html/_sources/examples.txt
docs/build/html/_sources/index.txt
docs/build/html/_sources/rules.txt
docs/build/html/_sources/start.txt
docs/build/html/_static/ajax-loader.gif
docs/build/html/_static/basic.css
docs/build/html/_static/comment-bright.png
docs/build/html/_static/comment-close.png
docs/build/html/_static/comment.png
docs/build/html/_static/default.css
docs/build/html/_static/doctools.js
docs/build/html/_static/down-pressed.png
docs/build/html/_static/down.png
docs/build/html/_static/file.png
docs/build/html/_static/jquery.js
docs/build/html/_static/minus.png
docs/build/html/_static/plus.png
docs/build/html/_static/pygments.css
docs/build/html/_static/searchtools.js
docs/build/html/_static/sidebar.js
docs/build/html/_static/underscore.js
docs/build/html/_static/up-pressed.png
docs/build/html/_static/up.png
docs/build/html/_static/websupport.js
docs/source/conf.py
docs/source/config.rst
docs/source/examples.rst
docs/source/index.rst
docs/source/rules.rst
docs/source/start.rst
examples/example1.xml
examples/example2.xml
examples/index.mako
examples/serve.py
examples/bootstrap/css/bootstrap-responsive.css
examples/bootstrap/css/bootstrap-responsive.min.css
examples/bootstrap/css/bootstrap.css
examples/bootstrap/css/bootstrap.min.css
examples/bootstrap/css/formbar.css
examples/bootstrap/img/glyphicons-halflings-white.png
examples/bootstrap/img/glyphicons-halflings.png
examples/bootstrap/js/bootstrap-datepicker.js
examples/bootstrap/js/bootstrap.js
examples/bootstrap/js/bootstrap.min.js
examples/bootstrap/js/formbar.js
examples/bootstrap/js/jquery.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/templates/bootstrap-datepicker.js
formbar/templates/dropdown.mako
formbar/templates/errors.mako
formbar/templates/filefield.mako
formbar/templates/form.mako
formbar/templates/formbar.css
formbar/templates/formbar.js
formbar/templates/help.mako
formbar/templates/infofield.mako
formbar/templates/label.mako
formbar/templates/password.mako
formbar/templates/selection.mako
formbar/templates/textarea.mako
formbar/templates/textfield.mako
test/form.xml
test/test_configparser.py
test/test_form.py
test/test_rules.py