LICENSE.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/changes.rst
docs/conf.py
docs/config.rst
docs/contributing.rst
docs/csrf.rst
docs/form.rst
docs/index.rst
docs/install.rst
docs/license.rst
docs/make.bat
docs/quickstart.rst
docs/_static/flask-wtf-icon.png
docs/_static/flask-wtf.png
examples/babel/app.py
examples/babel/templates/index.html
examples/recaptcha/app.py
examples/recaptcha/templates/index.html
examples/uploadr/app.py
examples/uploadr/templates/index.html
requirements/dev.txt
requirements/docs.txt
requirements/tests.txt
src/Flask_WTF.egg-info/PKG-INFO
src/Flask_WTF.egg-info/SOURCES.txt
src/Flask_WTF.egg-info/dependency_links.txt
src/Flask_WTF.egg-info/requires.txt
src/Flask_WTF.egg-info/top_level.txt
src/flask_wtf/__init__.py
src/flask_wtf/_compat.py
src/flask_wtf/csrf.py
src/flask_wtf/file.py
src/flask_wtf/form.py
src/flask_wtf/i18n.py
src/flask_wtf/recaptcha/__init__.py
src/flask_wtf/recaptcha/fields.py
src/flask_wtf/recaptcha/validators.py
src/flask_wtf/recaptcha/widgets.py
tests/conftest.py
tests/test_csrf_extension.py
tests/test_csrf_form.py
tests/test_file.py
tests/test_form.py
tests/test_i18n.py
tests/test_recaptcha.py