-
python3-flask-whooshee-0.8.2-1.fc36.noarch
Whoosh integration that allows to create and search custom indexes.
Python 3 version.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-flask-wtf-1.2.2-1.lbn36.noarch
Flask-WTF offers simple integration with WTForms. This integration
includes optional CSRF handling for greater security.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-flask-wtf-1.2.2-1.lbn36.noarch
Flask-WTF offers simple integration with WTForms. This integration
includes optional CSRF handling for greater security.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-flask-wtf-1.2.2-1.lbn36.noarch
Flask-WTF offers simple integration with WTForms. This integration
includes optional CSRF handling for greater security.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
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
/
…
/
Data Science
/
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
/
…
/
Data Science
/
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
/
…
/
Data Science
/
BastionLinux 36
-
python3-google-auth-2.38.0-1.lbn36.noarch
Python client for the kubernetes API.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-graphene-3.2.2-1.lbn36.noarch
**We are looking for contributors**! Please check the ROADMAP < to see how you
can help ������--|Graphene Logo| Graphene <>__ |Build Status| |PyPI version|
|Coverage Status| Introduction Graphene <>__ is a Python library for building
GraphQL schemas/types fast and easily.- **Easy to use:** Graphene helps you use
GraphQL in Python without effort. - **Relay:** Graphene has builtin support for
Relay.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-graphene-sqlalchemy-2.3.0-1.lbn36.noarch
Please read UPGRADE-v2.0.md < to learn how to upgrade to Graphene
2.0.--|Graphene Logo| Graphene-SQLAlchemy |Build Status| |PyPI version|
|Coverage Status| A SQLAlchemy < integration for Graphene < For instaling
graphene, just run this command in your shell.. code:: bash pip install
"graphene-sqlalchemy>2.0"Examples Here is a simple SQLAlchemy model:
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36