A Magpie authentication handler for python-requests
Project description
Requests is an HTTP library, written in Python, for human beings. This library adds optional Magpie authentication support. Basic GET usage:
import requests
from requests_magpie import MagpieAuth
auth = MagpieAuth("https://www.example.com/magpie", "username", "password")
r = requests.get("https://www.example.com/protected", auth=auth)
The entire requests.api should be supported.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
requests_magpie-0.3.0.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for requests_magpie-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0466a24a63cc64c9f53ae5c62ff600a7b08a9dc01be3a69cb5f48ec93b17c4cc |
|
MD5 | e9587b872178205e9e1ae8136cdc46af |
|
BLAKE2b-256 | 9fa2f7ab3625ac1a878b401419e5a90efd635a5ee8e2ff4e357626dcbda0c963 |