-
python3-flask-wtf-decorators-0.1.2-0.7.20200715.7fa5a26.fc36.noarch
Flask-WTF-Decorators is easy to use. You can define a view that requires
validation.
from flask-wtf-decorators import FormValidator
form_validator = FormValidator()
@form_validator.validate_form(TestForm)
@app.route('/', methods=['GET', 'POST'])
def index(form):
pass
You can tell Flask-WTF-Decorators what to do when a form is illegal.
To do this you should provide a callback for error_handler.
@form_validator.error_handler
def error_handler(errors):
return jsonify({'errors': errors}), 400
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-flask-xml-rpc-0.1.2-25.fc36.noarch
Flask-XML-RPC adds XML-RPC support to Flask.
This way, you can provide simple APIs easily accessible from almost any
programming language.
documentation:
http://packages.python.org/Flask-XML-RPC
development version:
http://bitbucket.org/leafstorm/flask-xml-rpc/get/tip.gz#egg=Flask-XML-RPC-dev
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-flit-core-3.12.0-1.lbn36.noarch
Distribution-building parts of Flit. See flit package for more information
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-flit-scm-1.7.0-5.lbn36.noarch
A PEP 518 build backend that uses setuptools_scm to generate a version file
from your version control system, then flit_core to build the package.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-flower-1.2.0-1.lbn36.noarch
Flower is a web based tool for monitoring and administrating Celery clusters
Features
Real-time monitoring using Celery Events
Task progress and history
Ability to show task details (arguments, start time, runtime, and more)
Graphs and statistics
Remote Control
View worker status and statistics
Shutdown and restart worker instances
Control worker pool size and autoscale settings
View and modify the queues a worker instance consumes from
View currently running tasks
View scheduled tasks (ETA/countdown)
View reserved and revoked tasks
Apply time and rate limits
Configuration viewer
Revoke or terminate tasks
Broker monitoring
View statistics for all Celery queues
Queue length graphs
HTTP API
Basic Auth, GitHub OAuth2 and Google OpenID authentication
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-frozendict-2.4.6-1.lbn36.noarch
frozendict is an immutable wrapper around dictionaries that implements
the complete mapping interface. It can be used as a drop-in
replacement for dictionaries where immutability is desired.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-furo-2024.08.06-3.lbn36.noarch
Furo is a Sphinx theme, which is:
- Intentionally minimal --- the most important thing is the content, not
the scaffolding around it.
- Responsive --- adapting perfectly to the available screen space, to
work on all sorts of devices.
- Customizable --- change the color palette, font families, logo and
more!
- Easy to navigate --- with carefully-designed sidebar navigation and
inter-page links.
- Good looking content --- through clear typography and well-stylized
elements.
- Good looking search --- helps readers find what they want quickly.
- Biased for smaller docsets --- intended for smaller documentation
sets, where presenting the entire hierarchy in the sidebar is not
overwhelming.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-geoalchemy2-0.12.5-1.lbn36.noarch
GeoAlchemy 2 GeoAlchemy 2 is a Python toolkit for working with spatial
databases. It is based on the gorgeous SQLAlchemy <
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-grpcio-1.68.0-1.lbn36.x86_64
gRPC Python
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-grpcio-gcp-0.2.2-1.lbn36.noarch
gRPC-GCP Python Package for gRPC-GCP Python.Installation gRPC-GCP Python is
available wherever gRPC is available.From PyPI If you are installing
locally...:: $ pip install grpcio-gcpElse system wide (on Ubuntu)...:: $ sudo
pip install grpcio-gcpUsage Create a config file (e.g. spanner.grpc.config)
defining API configuration, with ChannelPoolConfig and MethodConfig.::
channel_pool: { max_size:...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36