A Magpie authentication handler for python-requests
Project description
requests Magpie authentication library
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.
History
0.1.1
Initial Release
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.1.1.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for requests_magpie-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a55b2d8dbbd05c9406732e9d52460b742150ec5c91436fa2d5ddbbdcac7a5657 |
|
MD5 | b472171eb9bb91177a05af86bf1d1f2d |
|
BLAKE2b-256 | 459109db136b0a8d3237577c08c88900ab23f8a4b6cb124d7f6ccfd15de50e57 |