python-oauthlib 3.3.1-ok1 source package in openKylin

Changelog

python-oauthlib (3.3.1-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 20:48:58 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-oauthlib_3.3.1.orig.tar.gz 181.6 KiB 0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9
python-oauthlib_3.3.1-ok1.debian.tar.xz 2.7 KiB 3b03daac20061e1d2271cf76ccbd151559bd2e4a60c17d7d641cbd52559cd053
python-oauthlib_3.3.1-ok1.dsc 2.0 KiB 906f8251b2bfa09cc71fb4d0484e2c79db423d0648b5eb645111fa57a086b8ee

Available diffs

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.