datamade/wtforms

Name: wtforms

Owner: datamade

Description: A flexible forms validation and rendering library for Python.

Created: 2018-05-09 14:45:14.0

Updated: 2018-05-09 14:45:17.0

Pushed: 2018-05-09 14:50:52.0

Homepage: https://wtforms.readthedocs.io/

Size: 1776

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

What is WTForms?

Build Status Coverage Status Documentation Status

WTForms is a flexible forms validation and rendering library for python web development.

To get started using WTForms, we recommend reading the crash course on the docs site: https://wtforms.readthedocs.io/en/stable/

If you downloaded the package from PyPI, there will also be a prebuilt copy of the html documentation in the docs/html/ directory.

Why use WTForms?
Installation

The easiest way to install WTForms is using pip:

pip install WTForms

If you downloaded a source tarball, or cloned the repository, you can install using setup.py:

python setup.py install

You can also simply place the wtforms subdirectory somewhere on your python path. This can be useful if you deploy on Google App Engine for example.

Third-Party Library Integrations

WTForms works with most web frameworks very well; but there are a number of tools available that make integration with database ORM's, environments, and frameworks even better - either reducing boilerplate or adding features like query fields, etc.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.