You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage 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
RPMPackage 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.
RPMPackage python3-flit-core-3.12.0-1.lbn36.noarch
Distribution-building parts of Flit. See flit package for more information
RPMPackage 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
RPMPackage 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
RPMPackage 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.
RPMPackage python3-flask-whooshee-0.8.2-1.fc36.noarch
Whoosh integration that allows to create and search custom indexes. Python 3 version.
RPMPackage python3-flask-talisman-1.1.0-1.lbn36.noarch
Talisman: HTTP security headers for Flask |PyPI Version|Talisman is a small Flask extension that handles setting HTTP headers that can help protect against a few common web application security The default configuration:- Forces all connects to https, unless running with debug enabled. - Enables HTTP Strict Transport Security < - Sets Flask's session cookie to secure, so it will never be set...
RPMPackage python3-flask-sqlalchemy-3.1.1-1.lbn36.noarch
Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks. Python 3 version.
RPMPackage python3-flask-socketio-5.3.6-1.lbn36.noarch
Flask-SocketIO gives Flask applications access to low latency bi-directional communications between the clients and the server. The client-side application can use any of the SocketIO official clients libraries in Javascript, C++, Java and Swift, or any compatible client to establish a permanent connection to the server.
RPMPackage python3-flask-session-0.5.0-8.lbn36.noarch
Flask-Session is an extension for Flask that adds support for server-side sessions to your application.
RPMPackage python3-flask-security-too+fsqla-5.4.3-1.lbn36.noarch
This is a metapackage bringing in fsqla extras requires for python3-flask-security-too. It makes sure the dependencies are installed.
RPMPackage python3-flask-security-too+common-5.4.3-1.lbn36.noarch
This is a metapackage bringing in common extras requires for python3-flask-security-too. It makes sure the dependencies are installed.
RPMPackage python3-flask-security-too+babel-5.4.3-1.lbn36.noarch
This is a metapackage bringing in babel extras requires for python3-flask-security-too. It makes sure the dependencies are installed.
RPMPackage python3-flask-security-too-5.4.3-1.lbn36.noarch
Flask-Security quickly adds security features to your Flask application.
RPMPackage python3-flask-restx-0.5.1-2.fc36.noarch
Flask-RESTX is an extension for Flask that adds support for quickly building REST APIs. It encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTX should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger.
RPMPackage python3-flask-restful-0.3.9-3.fc36.noarch
Flask-RESTful is Python 3 extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries.
RPMPackage python3-flask-principal-0.4.0-30.fc36.noarch
Flask-Principal provides a very loose framework to tie in authentication and user information providers, often located in different parts of a web application.
RPMPackage python3-flask-paranoid-0.3.0-1.fc36.noarch
Flask Simple user session protection.
RPMPackage python3-flask-openid-1.3.0-2.fc36.noarch
Flask-OpenID is an extension to flask that allows you to add openid based authentication to your website in a matter of minutes. This package includes the python 3 version of the module.