python-oauthlib 3.1.0-1build1 source package in Ubuntu

Changelog

python-oauthlib (3.1.0-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:53:03 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauthlib_3.1.0.orig.tar.gz 151.7 KiB bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889
python-oauthlib_3.1.0-1build1.debian.tar.xz 3.9 KiB e4db959a2bd4ec44ffe08e8e5544a8c1da6c4010406b74e0fdbbdf5260913ac4
python-oauthlib_3.1.0-1build1.dsc 2.2 KiB 35327365923b17b6b088acd6ed912f8660a2b7d16e428e59aa4d4bf0e3f56b78

View changes file

Binary packages built by this source

python3-oauthlib: generic, spec-compliant implementation of OAuth for Python3

 OAuthLib is a generic utility which implements the logic of OAuth without
 assuming a specific HTTP request object. It can be used to graft OAuth support
 onto HTTP libraries.
 .
 OAuth 1 is fully supported per the RFC for both clients and providers.
 .
 OAuth 2 client and provider support for:
 .
   - Authorization Code Grant
   - Implicit Grant
   - Client Credentials Grant
   - Resource Owner Password Credentials Grant
   - Refresh Tokens
   - Bearer Tokens
   - Draft MAC tokens
   - Token Revocation
   - OpenID Connect Authentication
 .
 This package contains the Python 3 version of the library.