python-requests-oauthlib
Port variant py38
Summary Authentication support for Requests (PY38)
Package version 1.3.0
Homepage https://github.com/requests/requests-oauthlib
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py39
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 13 DEC 2020, 19:47:07 UTC
Port created 12 OCT 2018, 03:30:34 UTC
Subpackage Descriptions
single Requests-OAuthlib |build-status| |coverage-status| |docs| ========================================================= This project provides first-class OAuth library support for [Requests]. The OAuth 1 workflow -------------------- OAuth 1 can seem overly complicated and it sure has its quirks. Luckily, requests_oauthlib hides most of these and let you focus at the task at hand. Accessing protected resources using requests_oauthlib is as simple as: History ------- UNRELEASED ++++++++++ nothing yet v1.3.0 (6 November 2019) ++++++++++++++++++++++++ - Instagram compliance fix - Added force_querystring argument to fetch_token() method on OAuth2Session v1.2.0 (14 January 2019) ++++++++++++++++++++++++ - This project now depends on OAuthlib 3.0.0 and above. It does **not** support versions of OAuthlib before 3.0.0. - Updated oauth2 tests to use 'sess' for an OAuth2Session instance instead of `auth` because OAuth2Session objects and methods acceept an `auth` paramether which is typically an instance of `requests.auth.HTTPBasicAuth` - `OAuth2Session.fetch_token` previously tried to guess how and where to provide "client" and "user" credentials incorrectly. This was incompatible with some OAuth servers and incompatible with breaking changes in oauthlib that seek to correctly provide the `client_id`. The older implementation also did not raise the correct exceptions when username and password are not present on Legacy clients. - Avoid automatic netrc authentication for OAuth2Session. v1.1.0 (9 January 2019) +++++++++++++++++++++++ - Adjusted version specifier for oauthlib dependency: this project is not yet compatible with oauthlib 3.0.0. - Dropped dependency on nose. - Minor changes to clean up the code and make it more readable/maintainable. v1.0.0 (4 June 2018) ++++++++++++++++++++ - **Removed support for Python 2.6 and Python 3.3.** This project now supports Python 2.7, and Python 3.4 and above. - Added several examples to the documentation. - Added plentymarkets compliance fix. - Added a token property to OAuth1Session, to match the corresponding token property on OAuth2Session. v0.8.0 (14 February 2017) +++++++++++++++++++++++++ - Added Fitbit compliance fix. - Fixed an issue where newlines in the response body for the access token request would cause errors when trying to extract the token. - Fixed an issue introduced in v0.7.0 where users passing auth to several methods would encounter conflicts with the client_id and client_secret-derived auth. The user-supplied auth argument is now used in preference to those options. v0.7.0 (22 September 2016) ++++++++++++++++++++++++++ - Allowed ``OAuth2Session.request to take the client_id and client_secret`` parameters for the purposes of automatic token refresh, which may need them. v0.6.2 (12 July 2016) +++++++++++++++++++++ - Use client_id and client_secret for the Authorization header if provided. - Allow explicit bypass of the Authorization header by setting ``auth=False``. - Pass through the proxies kwarg when refreshing tokens. - Miscellaneous cleanups. v0.6.1 (19 February 2016)
Configuration Switches (platform-specific settings discarded)
PY38 ON Build using Python 3.8 PY39 OFF Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py38
autoselect-python:single:standard
Build and Runtime python38:single:standard
Runtime (only) python-oauthlib:single:py38
python-requests:single:py38
Download groups
main mirror://PYPIWHL/a3/12/b92740d845ab62ea4edf04d2f4164d82532b5a0b03836d4d4e71c6f3d379
Distribution File Information
7f71572defaecd16372f9006f33c2ec8c077c3cfa6f5911a9a90202beb513f3d 23560 requests_oauthlib-1.3.0-py2.py3-none-any.whl
Ports that require python-requests-oauthlib:py38
python-vdirsyncer:py38 Synchronize calendars and contacts (PY38)