https://github.com/mfa/wtforms-clone
wtforms bitbucket clone (using hg-git)
https://github.com/mfa/wtforms-clone
Last synced: 11 months ago
JSON representation
wtforms bitbucket clone (using hg-git)
- Host: GitHub
- URL: https://github.com/mfa/wtforms-clone
- Owner: mfa
- License: other
- Created: 2011-12-06T16:37:00.000Z (over 14 years ago)
- Default Branch: hg
- Last Pushed: 2011-12-06T17:09:11.000Z (over 14 years ago)
- Last Synced: 2025-04-01T21:49:13.497Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.71 MB
- Stars: 1
- 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.