python-oauthlib 3.1.0-ok1 source package in openKylin

Changelog

python-oauthlib (3.1.0-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python

Downloads

File Size SHA-256 Checksum
python-oauthlib_3.1.0.orig.tar.gz 151.7 KiB bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889
python-oauthlib_3.1.0-ok1.debian.tar.xz 2.4 KiB 06bdee973aaec5f493f88941928fdc82ebdd40cff416351f0f10d12c61f7b7a8
python-oauthlib_3.1.0-ok1.dsc 2.1 KiB 516039de5287cfb6d7eaca68aa1c1947001098f774a4d2507035aed54766a14f

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.