.gitignore
.travis.yml
MANIFEST.in
README.rst
license.txt
setup.cfg
setup.py
docs/Makefile
docs/make.bat
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.js
examples/bootstrap/js/bootstrap.min.js
formbar/__init__.py
formbar/config.py
formbar/fahelpers.py
formbar/form.py
formbar/helpers.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/templates/field.mako
formbar/templates/form.mako
formbar/templates/formbar.css
test/form.xml
test/test_configparser.py
test/test_form.py
test/test_rules.py