Package: python3-flask-caching
Source: flask-caching
Version: 1.0.0-1
Architecture: all
Maintainer: Peter Justin <Peter Justin>
Installed-Size: 62
Depends: python3-flask, python3:any (>= 3.3.2-2~)
Homepage: https://github.com/sh4nks/flask-caching
Priority: optional
Section: python
Filename: pool/main/f/flask-caching/python3-flask-caching_1.0.0-1_all.deb
Size: 14572
SHA256: 1eae8e24c6a9fdd08917ca79e4117f0f0ee20638cf0f036bb20a89a7237331a1
SHA1: e89a19052d30537f0aeec36afed72ca9c70246af
MD5sum: e0f84bbb02db63e372828a54f4883473
Description: Adds caching support to your Flask application
 .
 Flask-Caching
 =============
 .
 Adds easy cache support to Flask.
 .
 Setup
 -----
 .
 The Cache Extension can either be initialized directly:
 .
 .. code:: python
 .
     from flask import Flask
     from flask_caching import Cache
 .
     app = Flask(__name__)
     # For more configuration options, check out the documentation
     cache = Cache(app, config={'CACHE_TYPE': 'simple'})

Package: python3-flask-celery-tools
Source: flask-celery-tools
Version: 1.4.1-1
Architecture: all
Maintainer: @Salamek <adam.schubert@sg1-game.net>
Installed-Size: 56
Depends: python3-celery, python3-flask (>= 1.0.2), python3-redis, python3-sqlalchemy (>= 1.2.7), python3:any
Homepage: https://github.com/Salamek/Flask-Celery-Tools
Priority: optional
Section: python
Filename: pool/main/f/flask-celery-tools/python3-flask-celery-tools_1.4.1-1_all.deb
Size: 10400
SHA256: 19984569a2378ceae4fefdddd7f46f6b8b850561968bb436a3b253dc7b1a9ec2
SHA1: 2672f6660d80ecc2bb263016b88b2ca71dc64650
MD5sum: 33b0cb751e09c285f298c78cc4a24dbf
Description: Celery support for Flask without breaking PyCharm inspection
 .
 # Flask-Celery-Tools
 .
 This is a fork of [Flask-Celery-Helper](https://github.com/Robpol86/Flask-Celery-Helper)
 .
 Even though the [Flask documentation](http://flask.pocoo.org/docs/patterns/celery/) says Celery extensions are
 unnecessary now, I found that I still need an extension to properly use Celery in large Flask applications. Specifically
 I need an init_app() method to initialize Celery after I instantiate it.
 .
 This extension also comes with a ``single_instance`` method.
 .
 * Python PyPy, 3.6, 3.7 and 3.8 supported on Linux and OS X.
 * Python 3.6, 3.7 and 3.8 supported on Windows (both 32 and 64 bit versions of Python).
 .
 [![Build Status Windows ](https://img.shields.io/appveyor/ci/Salamek/Flask-Celery-Tools/master.svg?style=flat-square&label=AppVeyor%20CI)](https://ci.appveyor.com/project/Salamek/Flask-Celery-Tools) [![Build Status](https://img.shields.io/travis/Salamek/Flask-Celery-Tools/master.svg?style=flat-square&label=Travis%20CI)](https://travis-ci.com/Salamek/Flask-Celery-Tools ) [![Coverage Status](https://img.shields.io/codecov/c/github/Salamek/Flask-Celery-Tools/master.svg?style=flat-square&label=Codecov)](https://codecov.io/gh/Salamek/Flask-Celery-Tools) [![Latest Version ](https://img.shields.io/pypi/v/Flask-Celery-Tools.svg?style=flat-square&label=Latest)](https://pypi.python.org/pypi/Flask-Celery-Tools)
 .
 ## Attribution
 .
 Single instance decorator inspired by [Ryan Roemer](http://loose-bits.com/2010/10/distributed-task-locking-in-celery.html).

Package: python3-flask-jwt-extended
Source: flask-jwt-extended
Version: 3.18.2-1
Architecture: all
Maintainer: Landon Gilbert-Bland <landogbland@gmail.com>
Installed-Size: 95
Depends: python3-flask, python3-jwt, python3-six, python3-werkzeug, python3:any (>= 3.3.2-2~)
Homepage: https://github.com/vimalloc/flask-jwt-extended
Priority: optional
Section: python
Filename: pool/main/f/flask-jwt-extended/python3-flask-jwt-extended_3.18.2-1_all.deb
Size: 16076
SHA256: b938ed3c6c71b2f6461f4f7dbdf31f1596006fe46813715494cef959cffd03f9
SHA1: 7114c16f4904bfc024fbdbe0dfcdd52c59c3eea5
MD5sum: 0f98996af6e2c168e0d881d94e659594
Description: Extended JWT integration with Flask
 # Flask-JWT-Extended
 [![Build Status](https://travis-ci.org/vimalloc/flask-jwt-extended.svg?branch=master)](https://travis-ci.org/vimalloc/flask-jwt-extended)
 [![Coverage Status](https://coveralls.io/repos/github/vimalloc/flask-jwt-extended/badge.svg?branch=master)](https://coveralls.io/github/vimalloc/flask-jwt-extended?branch=master)
 [![PyPI version](https://badge.fury.io/py/Flask-JWT-Extended.svg)](https://badge.fury.io/py/Flask-JWT-Extended)
 [![Documentation Status](https://readthedocs.org/projects/flask-jwt-extended/badge/)](http://flask-jwt-extended.readthedocs.io/en/latest/)
 [![Join the chat at https://gitter.im/flask-jwt-extended/Lobby](https://badges.gitter.im/flask-jwt-extended/Lobby.svg)](https://gitter.im/flask-jwt-extended/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 .
 ### Features
 .
 Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to Flask for protecting views,
 but also many helpful (and **optional**) features  built in to make working with JSON Web Tokens
 easier. These include:
 .
 * Support for adding custom claims to JSON Web Tokens
 * Custom claims validation on received tokens
 * Creating tokens from complex objects or complex object from received tokens
 * [Refresh tokens](https://auth0.com/blog/refresh-tokens-what-are-they-and-when-to-use-them/)
 * Token freshness and separate view decorators to only allow fresh tokens
 * Token revoking/blacklisting
 * Storing tokens in cookies and CSRF protection

Package: python3-flask-login
Source: flask-login
Version: 0.4.0-1
Architecture: all
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 64
Depends: python3-flask, python3:any (>= 3.3.2-2~)
Suggests: python3-flask-login-doc
Homepage: https://github.com/maxcountryman/flask-login
Priority: optional
Section: python
Filename: pool/main/f/flask-login/python3-flask-login_0.4.0-1_all.deb
Size: 15372
SHA256: 54e4bf6143079d2dfada0f294bab829ff1b14cbf35bd2be611b43da1f61f7fbc
SHA1: 84b208324e7a39cff17d4b05e56dcaeefc94fe26
MD5sum: 5ae692a99c58dc24088523fa4726d8e3
Description: user session management for Flask -- Python 3 module
 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.
 .
 Flask-Login is not bound to any particular database system or permissions
 model. The only requirement is that your user objects implement a few
 methods, and that you provide a callback to the extension capable of
 loading users from their ID.
 .
 This package provides the Python 3 module.

Package: python3-flask-socketio
Source: flask-socketio
Version: 4.2.1-1
Architecture: all
Maintainer: Miguel Grinberg <miguelgrinberg50@gmail.com>
Installed-Size: 75
Depends: python3-flask (>= 0.9), python3:any (>= 3.3.2-2~)
Homepage: http://github.com/miguelgrinberg/Flask-SocketIO/
Priority: optional
Section: python
Filename: pool/main/f/flask-socketio/python3-flask-socketio_4.2.1-1_all.deb
Size: 13430
SHA256: 4a2f949ee07ff25f70c0e961a69717ef4237f6d10a8674d763675b8b56773590
SHA1: 27c163104ae30590fa29575b4cc889d95d9946b9
MD5sum: 927bc82535017102ace4f8a7e528066e
Description: Socket.IO integration for Flask applications
 .
 Flask-SocketIO
 --------------
 .
 Socket.IO integration for Flask applications.

Package: python3-raven
Source: python-raven
Version: 6.0.0-1
Architecture: all
Maintainer: Vincent Bernat <bernat@debian.org>
Installed-Size: 657
Depends: python3:any (>= 3.3.2-2~)
Homepage: https://github.com/getsentry/raven-python
Priority: optional
Section: python
Filename: pool/main/p/python-raven/python3-raven_6.0.0-1_all.deb
Size: 217658
SHA256: 567a4cac2738630c1217ea6fdc3172d4f8019a778055fa766dd8810325606f05
SHA1: 7781e1d2145ba29e3ce9ab4d5445a5ca87fc4c98
MD5sum: 5a9a1354e0b54553bba1b21a30583163
Description: client for Sentry - Python 3.X
 Raven is a Python client for Sentry. It provides full out-of-the-box
 support for many of the popular frameworks, including Django, and
 Flask. Raven also includes drop-in support for any WSGI-compatible web
 application.
 .
 This package contains the module for Python 3.

Package: python3-socketio
Source: python-socketio
Version: 4.4.0-2
Architecture: all
Maintainer: Paulo Henrique de Lima Santana (phls) <phls@debian.org>
Installed-Size: 247
Depends: python3-engineio, python3-six (>= 1.9.0), python3:any (>= 3.7~)
Homepage: https://pypi.org/project/python-socketio
Priority: optional
Section: python
Filename: pool/main/p/python-socketio/python3-socketio_4.4.0-2_all.deb
Size: 59160
SHA256: 2b7d67ae18a50b3260a21c85a6c89fd41b68f03eb53591dca52fb051ee970036
SHA1: 2e31e03610e4296a6436ed9651e4bc242ff76d21
MD5sum: 10507681a435733dd32e3bc261bdd4eb
Description: python3 implementation of the Socket.IO realtime client and server
 Socket.IO is a transport protocol that enables real-time bidirectional
 event-based communication between clients (typically, though not always,
 web browsers) and a server. The official implementations of the client and
 server components are written in JavaScript. This package provides Python
 implementations of both, each with standard and asyncio variants.
 .
 Client Features:
 .
 Can connect to other Socket.IO compliant servers besides the one in this
 package.
 Compatible with Python 3.5+.
 Two versions of the client, one for standard Python and another for asyncio.
 Uses an event-based architecture implemented with decorators that hides the
 details of the protocol.
 Implements HTTP long-polling and WebSocket transports.
 Automatically reconnects to the server if the connection is dropped.
 .
 Server Features:
 .
 Can connect to servers running other compliant Socket.IO clients besides the
 one in this package.
 Compatible with Python 3.5+.
 Two versions of the server, one for standard Python and another for asyncio.
 Supports large number of clients even on modest hardware due to being
 asynchronous.
 Can be hosted on any WSGI and ASGI web servers includind Gunicorn, Uvicorn,
 eventlet and gevent.
 Can be integrated with WSGI applications written in frameworks such as
 Flask, Django, etc.
 Can be integrated with aiohttp, sanic and tornado asyncio applications.
 Broadcasting of messages to all connected clients, or to subsets of them
 assigned to rooms.
 Optional support for multiple servers, connected through a messaging queue
 such as Redis or RabbitMQ.
 Send messages to clients from external processes, such as Celery workers or
 auxiliary scripts.
 Event-based architecture implemented with decorators that hides the details
 of the protocol.
 Support for HTTP long-polling and WebSocket transports.
 Support for XHR2 and XHR browsers.
 Support for text and binary messages.
 Support for gzip and deflate HTTP compression.
 Configurable CORS responses, to avoid cross-origin problems with browsers.

