Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pallets-eco/wtforms-appengine
WTForms integration for Google App Engine
https://github.com/pallets-eco/wtforms-appengine
appengine python wtforms
Last synced: about 1 month ago
JSON representation
WTForms integration for Google App Engine
- Host: GitHub
- URL: https://github.com/pallets-eco/wtforms-appengine
- Owner: pallets-eco
- License: other
- Archived: true
- Created: 2013-09-26T20:04:41.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T15:02:58.000Z (2 months ago)
- Last Synced: 2024-11-12T07:17:14.652Z (about 1 month ago)
- Topics: appengine, python, wtforms
- Language: Python
- Homepage: https://wtforms-appengine.readthedocs.io
- Size: 98.6 KB
- Stars: 42
- Watchers: 20
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/wtforms/wtforms-appengine.svg?branch=master
:target: https://travis-ci.org/wtforms/wtforms-appengine
.. image:: https://coveralls.io/repos/wtforms/wtforms-appengine/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/wtforms/wtforms-appengine?branch=masterWTForms-Appengine
=================WTForms-Appengine is a fork of the ``wtforms.ext.appengine`` package
from WTForms. The package has been renamed to ``wtforms_appengine``
but otherwise should function the same as the ext package, at least
for the moment.to install::
pip install WTForms-Appengine
Rationale
---------The reasoning for splitting out this package is that WTForms 2.0 has
deprecated all its ``wtforms.ext.`` packages and they will
not receive any further feature updates. The authors feel that packages
for companion libraries work better with their own release schedule and
the ability to diverge more from WTForms.This package is currently looking for a maintainer. If you want to
help maintain this package please contact [email protected].