python-oauthlib 3.1.0-1ubuntu1 source package in Ubuntu

Changelog

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

  * Restore the Python2 module, still rdeps.

 -- Matthias Klose <email address hidden>  Mon, 13 Jan 2020 19:28:11 +0100

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-1ubuntu1.debian.tar.xz 4.0 KiB 371bd6bdff2c1ea5808dca9882257e949ce550deca4758dc33d1ebf2e0e0e44e
python-oauthlib_3.1.0-1ubuntu1.dsc 2.4 KiB fe7b08cc0bc6a44819224eea6284b13960078f550515d5c2af9717abd8699e8a

View changes file

Binary packages built by this source

python-oauthlib: No summary available for python-oauthlib in ubuntu focal.

No description available for python-oauthlib in ubuntu focal.

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.