flask-principal 0.4.0-1build1 source package in Ubuntu

Changelog

flask-principal (0.4.0-1build1) wily; urgency=medium

  * No-change rebuild for python3.5 transition

 -- Steve Langasek <email address hidden>  Wed, 22 Jul 2015 06:48:30 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-principal_0.4.0.orig.tar.gz 5.3 KiB f5d6134b5caebfdbb86f32d56d18ee44b080876a27269560a96ea35f75c99453
flask-principal_0.4.0-1build1.debian.tar.xz 2.5 KiB c0a2cbf0f538361656d56f6ae40f4bce92d059a8c5db1724b37c38aeb1d12b86
flask-principal_0.4.0-1build1.dsc 2.1 KiB 6d82dfa7394d467c628d0713573a2d5070d77a00d29b764875f6175cab4c9cf5

View changes file

Binary packages built by this source

python-flask-principal: No summary available for python-flask-principal in ubuntu focal.

No description available for python-flask-principal in ubuntu focal.

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.