You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-flask-migrate-4.0.7-2.lbn36.noarch
SQLAlchemy database migrations for Flask applications using Alembic.
RPMPackage python3-flask-migrate-4.0.7-2.lbn36.noarch
SQLAlchemy database migrations for Flask applications using Alembic.
RPMPackage python3-flask-mako-0.4-21.fc36.noarch
This extension for the Flask micro web framework allows developers to use Mako Templates instead of the default Jinja2 templating engine.
RPMPackage python3-flask-mail-0.9.1-16.fc36.noarch
A Flask extension for sending email messages.
RPMPackage python3-flask-login-0.6.3-2.lbn36.noarch
Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.
RPMPackage python3-flask-login-0.6.3-2.lbn36.noarch
Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.
RPMPackage python3-flask-jwt-extended-4.7.1-1.lbn36.noarch
Flask-JWT-Extended FeaturesFlask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to Flask for protecting routes, but also many helpful (and **optional**) features built in to make working with JSON Web Tokens easier. These include:- Adding custom claims to JSON Web Tokens - Automatic user loading (current_user). - Custom claims validation on received tokens - [Refresh...
RPMPackage python3-flask-httpauth-4.8.0-1.lbn36.noarch
FlaskHTTPAuth Basic and Digest HTTP authentication for Flask routes.
RPMPackage python3-flask-htmlmin-2.2.0-5.fc36.noarch
Minify flask text/html mime types responses. Just add MINIFY_PAGE = True to your deployment config to minify html and text responses of your flask application.
RPMPackage python3-flask-healthz-0.0.3-2.fc36.noarch
This module allows you to define endpoints in your Flask application that can be used as liveness and readiness probes.
RPMPackage python3-flask-cors-4.0.1-2.lbn36.noarch
Python3 flask_cors package.
RPMPackage python3-flask-compress-1.14-1.lbn36.noarch
Flask-Compress allows you to easily compress your Flask application's responses with gzip. The preferred solution is to have a server (like Nginx) automatically compress the static files for you. If you don't have that option Flask-Compress will solve the problem for you.
RPMPackage python3-flask-caching-2.3.0-1.lbn36.noarch
Flask-Caching Adds easy cache support to Flask
RPMPackage python3-flask-bootstrap-3.3.7.1-17.fc36.noarch
FlaskBootstrap packages Bootstrap into an extension that mostly consists of a blueprint named 'bootstrap'. It can also create links to serve Bootstrap from a CDN and works with no boilerplate code in your application
RPMPackage python3-flask-basicauth-0.2.0-2.fc36.noarch
HTTP basic authentication for Flask
RPMPackage python3-flask-babel-4.0.0-1.lbn36.noarch
Adds i18n/l10n support to Flask applications with the help of the Babel library.
RPMPackage python3-flask-appbuilder-4.7.0-1.lbn36.noarch
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Extensive configuration of all functionality, easily integrate with normal Flask/Jinja2
RPMPackage python3-flask-admin-1.5.8-4.fc36.noarch
Flask-Admin is advanced, extensible and simple to use administrative interface building extension for Flask framework. It comes with batteries included: model scaffolding for SQLAlchemy, MongoEngine, MongoDB and Peewee ORMs, simple file management interface and a lot of usage samples. You're not limited by the default functionality - instead of providing simple scaffolding for the ORM models, Flask-Admin provides tools that can be used to construct administrative interfaces of any complexity, using a consistent look and feel.
RPMPackage python3-flask-3.0.3-5.lbn36.noarch
Flask is called a “micro-framework” because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that can add this functionality into your application as if it was implemented in Flask itself. There are currently extensions for object relational mappers, form validation, upload handling, various open authentication technologies and more. Python 3 version.
RPMPackage python3-feedparser-6.0.11-1.lbn36.noarch
feedparser - Parse Atom and RSS feeds in Python.| Copyright 2010-2021 Kurt McKee <contactme@kurtmckee.org> | Copyright 2002-2008 Mark Pilgrimfeedparser is open source. See the LICENSE file for more information. Installation feedparser can be installed by running pip:.. code-block:: shell $ pip install feedparser Documentation The feedparser documentation is available on the web at: is also...