Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsleonard/wtforms
wtforms with some fixes
https://github.com/xsleonard/wtforms
Last synced: about 2 months ago
JSON representation
wtforms with some fixes
- Host: GitHub
- URL: https://github.com/xsleonard/wtforms
- Owner: xsleonard
- License: other
- Created: 2013-04-07T09:12:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-19T00:45:03.000Z (almost 12 years ago)
- Last Synced: 2024-10-27T01:40:08.450Z (3 months ago)
- Language: Python
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
WTForms is a flexible forms validation and rendering library for python web
development.For installation instructions, see INSTALL.txt.
To get started using WTForms, we recommend reading the crash course on the
website: http://wtforms.simplecodes.com/.If you downloaded the package from PyPI, there will be a prebuilt copy of the
html documentation in the `docs/html/` directory. If not, you can
generate it yourself by running `make html` in the `docs` directory.