_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-flask 2.1.1
Propagated dependencies: python-asgiref@3.7.2 python-click@8.1.7 python-importlib-metadata@5.2.0 python-itsdangerous@2.0.1 python-jinja2@3.1.2 python-werkzeug@2.0.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://palletsprojects.com/p/flask/
Licenses: Modified BSD
Synopsis: Microframework based on Werkzeug, Jinja2 and good intentions
Description:

Flask is a micro web framework based on the Werkzeug toolkit and Jinja2 template engine. It is called a micro framework because it does not presume or force a developer to use a particular tool or library.

python-flask-jwt 0.3.2
Propagated dependencies: python-flask@2.1.1 python-pyjwt@2.6.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/mattupstate/flask-jwt
Licenses: Expat
Synopsis: JWT token authentication for Flask apps
Description:

This package implements JWT token authentication for Flask apps.

python-flask-wtf 1.0.1
Propagated dependencies: python-flask@2.1.1 python-itsdangerous@2.0.1 python-wtforms@3.1.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/lepture/flask-wtf
Licenses: Modified BSD
Synopsis: Simple integration of Flask and WTForms
Description:

Flask-WTF integrates Flask and WTForms, including CSRF, file upload, and reCAPTCHA.

python-flask-mail 0.9.1
Propagated dependencies: python-mock@3.0.5 python-nose@1.3.7 python-flask@2.1.1 python-blinker@1.4 python-speaklater@1.3
Channel: gn-bioinformatics
Location: gn/packages/edash.scm (gn packages edash)
Home page: https://github.com/rduplain/flask-mail
Licenses: Modified BSD
Synopsis: Flask extension for sending email
Description:

Flask extension for sending email

python-flask-cors 3.0.7
Dependencies: python-flask@2.1.1 python-six@1.16.0 python-nose@1.3.7
Channel: gn-bioinformatics
Location: gn/packages/edash.scm (gn packages edash)
Home page: https://github.com/corydolphin/flask-cors
Licenses: Expat
Synopsis: A Flask extension adding a decorator for CORS support
Description:

A Flask extension adding a decorator for CORS support

python-flask-oidc 1.4.0
Propagated dependencies: python-flask@2.1.1 python-itsdangerous@2.0.1 python-oauth2client@4.0.0 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/puiterwijk/flask-oidc
Licenses: FreeBSD
Synopsis: OpenID Connect extension for Flask
Description:

python-flask-oidc provides an OpenID Connect extension for Flask.

python-flask-cors 3.0.10
Propagated dependencies: python-six@1.16.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://flask-cors.readthedocs.io/en/latest/
Licenses: Expat
Synopsis: Handle Cross-Origin Resource Sharing with Flask
Description:

This package provides a Flask extension for handling CORS, making cross-origin AJAX possible.

python-flask-login 0.6.0
Propagated dependencies: python-flask@2.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/maxcountryman/flask-login
Licenses: Expat
Synopsis: User session management for Flask
Description:

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.

python-flask-babel 2.0.0
Propagated dependencies: python-flask@2.1.1 python-babel@2.10.3 python-jinja2@3.1.2 python-pytz@2023.3.post1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/python-babel/flask-babel
Licenses: Modified BSD
Synopsis: Add i18n/l10n support to Flask applications
Description:

This package implements internationalization and localization support for Flask. This is based on the Python babel module as well as pytz - both of which are installed automatically if you install this library.

python-flask-restx 0.5.1
Propagated dependencies: python-aniso8601@9.0.1 python-flask@2.1.1 python-jsonschema@4.5.1 python-pytz@2023.3.post1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/python-restx/flask-restx
Licenses: Modified BSD
Synopsis: Framework for fast, easy and documented API development with Flask
Description:

Flask-RESTX is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTX 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.

python-flask-misaka 1.0.0
Propagated dependencies: python-flask@2.1.1 python-misaka@2.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/singingwolfboy/flask-misaka/
Licenses: Expat
Synopsis: Flask interface to Misaka, a Markdown parsing library
Description:

This package provides an interface between the Flask web framework and the Misaka Markdown parser.

python-flask-assets 2.0
Propagated dependencies: python-flask@2.1.1 python-webassets@2.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/miracle2k/flask-assets
Licenses: FreeBSD
Synopsis: Asset management for Flask
Description:

This package integrates webassets with Flask, adding support for merging, minifying and compiling CSS and Javascript files.

python-flask-restful 0.3.9
Propagated dependencies: python-aniso8601@9.0.1 python-flask@2.1.1 python-pytz@2023.3.post1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://www.github.com/flask-restful/flask-restful/
Licenses: Modified BSD
Synopsis: Flask module for creating REST APIs
Description:

This package contains a Flask module for creating REST APIs.

python-flask-htmlmin 1.2
Propagated dependencies: python-flask@2.1.1 python-htmlmin@0.1.12
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/hamidfzm/Flask-HTMLmin
Licenses: Modified BSD
Synopsis: HTML response minifier for Flask
Description:

Minify text/html MIME type responses when using Flask.

python-flask-migrate 3.1.0
Propagated dependencies: python-flask@2.1.1 python-alembic@1.7.5 python-flask-sqlalchemy@2.5.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/miguelgrinberg/flask-migrate/
Licenses: Expat
Synopsis: SQLAlchemy database migrations for Flask programs using Alembic
Description:

This package contains SQLAlchemy database migration tools for Flask programs that are using python-alembic.

python-flask-session 0.4.0
Propagated dependencies: python-cachelib@0.4.1 python-flask@2.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/fengsp/flask-session
Licenses: Modified BSD
Synopsis: Adds server-side session support to your Flask application
Description:

Flask-Session is an extension for Flask that adds support for Server-side sessions, with a variety of different backends for session storage.

python-flask-seasurf 1.1.1
Propagated dependencies: python-flask@2.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/maxcountryman/flask-seasurf/
Licenses: Modified BSD
Synopsis: CSRF extension for Flask
Description:

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF). CSRF attacks are problematic because the mechanism they use is relatively easy to exploit. This extension attempts to aid you in securing your application from such attacks. This extension is based on the Django middleware.

python-flask-compress 1.4.0
Propagated dependencies: python-flask@2.1.1
Channel: guix-hpc
Location: airbus/gcvb.scm (airbus gcvb)
Home page: https://libwilliam.github.io/flask-compress/
Licenses: Expat
Synopsis: Compress responses in your Flask app with gzip.
#<unspecified>
python-flask-socketio 5.0.1
Propagated dependencies: python-flask@2.1.1 python-socketio@5.1.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/miguelgrinberg/Flask-SocketIO/
Licenses: Expat
Synopsis: Socket.IO integration for Flask applications
Description:

Socket.IO integration for Flask applications

python-flask-compress 1.11
Propagated dependencies: python-setuptools-scm@7.1.0 python-brotli@1.0.9 python-flask@2.1.1
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/colour-science/flask-compress
Licenses: Expat
Synopsis: Compress responses of your Flask application.
Description:

Compress responses in your Flask app with gzip, deflate or brotli.

python-flask-httpauth 3.2.3
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/miguelgrinberg/flask-httpauth/
Licenses: Expat
Synopsis: Basic and Digest HTTP authentication for Flask routes
Description:

flask_httpauth provides Basic and Digest HTTP authentication for Flask routes.

python-flask-markdown 0.3
Propagated dependencies: python-markdown@3.3.4 python-flask@2.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/dcolish/flask-markdown
Licenses: Modified BSD
Synopsis: Small extension to help with using Markdown in Flask
Description:

Flask-Markdown supports several extensions for Markdown and integrates into Jinja2 by default.

python-flask-htpasswd 0.3.1
Propagated dependencies: python-flask@2.1.1 python-itsdangerous@2.0.1 python-passlib@1.7.4 python-tox@3.20.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/carsongee/flask-htpasswd
Licenses: Modified BSD
Synopsis: Basic authentication via htpasswd files in Flask applications
Description:

This package provides Basic authentication via htpasswd files and access_token authentication in Flask applications.

python-flask-compress 1.13
Propagated dependencies: python-brotli@1.0.9 python-flask@2.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/colour-science/flask-compress
Licenses: Expat
Synopsis: Compress responses in a Flask app
Description:

This package lets you compress Flask application responses and static files with gzip, deflate or brotli. Flask-Compress both adds the various headers required for a compressed response and compresses the response data.

Page: 12
Total results: 32