Flask extension for working with WTForms
Project description
Flask-Formist
Flask extension for working with WTForms.
It can be used as an alternative for Flask-WTF.
It provides BaseForm for working with CSRF tokens (the Flask app config should have CSRF_SECRET_KEY and CSRF_TIME_LIMIT keys).
There is also a handle_form function for dealing with forms: you provide form class, template to be rendered, on_success function to be called when the form is valid, cancel url and object to be edited.
Installation
$ pip install Flask-Formist
Usage
First create the wtf object:
from flask_formist import Formist
wtf = Formist()
Then initialize it using init_app method:
wtf.init_app(app) # app is your Flask app instance
License
Flask-Formist was created by Rafal Padkowski. It is licensed under the terms
of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flask_formist-0.1.0.tar.gz.
File metadata
- Download URL: flask_formist-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/5.15.0-79-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7948c5141cde05eee1131fc0b78ee1066d0011b1fcd54a1529e993a66f6d35ad
|
|
| MD5 |
427784430866730ea8a43a69de27c7a2
|
|
| BLAKE2b-256 |
b402533f27fd37826127dda0cd82aa46b21f1c261eabd2cf70120c05d50cec62
|
File details
Details for the file flask_formist-0.1.0-py3-none-any.whl.
File metadata
- Download URL: flask_formist-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/5.15.0-79-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fba45a1f7ea25644ae181be0e3b2abdf02310ae530ec15138f826da405451858
|
|
| MD5 |
606a8e5d169e0f23c59887055daaf07e
|
|
| BLAKE2b-256 |
487e80cd56eb6d702c7081beb69dab090d7f938bbc23c95fe3742b6769149cbd
|