python-oauthlib 3.2.2-ok1 source package in openKylin

Changelog

python-oauthlib (3.2.2-ok1) nile; urgency=medium

  * Build for openKylin.

 -- Luoyaoming <email address hidden>  Tue, 30 Apr 2024 17:48:04 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauthlib_3.2.2.orig.tar.gz 173.2 KiB 9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918
python-oauthlib_3.2.2-ok1.debian.tar.xz 2.5 KiB 8be54bab5aae4a49200aff653f372a8e66e6e22f314f4c001992e834062894d8
python-oauthlib_3.2.2-ok1.dsc 2.0 KiB 31080721437c1c7fbe5fb59a628c72532c21a03179c6cc4cfcd0b798d16fb72c

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.