This module provides an foauth.org TransportAdapter for Requests.
In short, foauth.org allows you to easily send requests to OAUth’d services with HTTP Basic authentication. It’s fantastic.
Normally, you have to send all requests to foauth.org manually, after rewriting the URLs. With this adapter, all requests are sent through the service transparently.
Example usage:
import requests
from requests_foauth import Foauth
s = requests.Session()
s.mount('http', Foauth('username', 'password))
>>> s.get('https://api.500px.com/v1/users/')
<Response [200]>
Release files for requests-foauth 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| requests-foauth-0.1.1.tar.gz | 1.9 kB | Details |
Release files / requests-foauth-0.1.1.tar.gz
| Download URL | requests-foauth-0.1.1.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2d65be4684ec57abcc6bbf54abbdff9b1e525ed10754adda0fb05b29b61efea9
|
|
BLAKE2b-256 checksum How to use checksums |
b76c7291fa76577d0eb4530829a041f86d294b45aee6b36bae2b191c5bfd4994
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |