flask-principal 0.4.0-4 source package in Ubuntu

Changelog

flask-principal (0.4.0-4) unstable; urgency=medium

  * Team upload.
  * Bump Standards-Version to 4.6.0, no changes needed.
  * Declare Rules-Requires-Root: no.
  * Add upstream metadata.

 -- Stefano Rivera <email address hidden>  Mon, 11 Oct 2021 14:37:57 -0700

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-principal_0.4.0-4.dsc 1.5 KiB d8fa894d09a0867912267008825407fa8fa8ea510d6eb6ab6ba6ad7771d78177
flask-principal_0.4.0.orig.tar.gz 5.3 KiB f5d6134b5caebfdbb86f32d56d18ee44b080876a27269560a96ea35f75c99453
flask-principal_0.4.0-4.debian.tar.xz 3.0 KiB 1c3fba020713de7cdbd438de8235ddc0aa0145ac17dd66e5eb30275e2516b277

Available diffs

No changes file available.

Binary packages built by this source

python3-flask-principal: identity management for Flask

 Flask-Principal provides a very loose framework to tie in providers of two
 types of service, often located in different parts of a web application:
 .
  - Authentication providers
  - User information providers
 .
 For example, an authentication provider may be oauth, using Flask-OAuth and
 the user information may be stored in a relational database. Looseness of
 the framework is provided by using signals as the interface.
 .
 This is the Python 3 version of the package.