requests-magpie 0.1.1
pip install requests-magpie==0.1.1
Newer version available (0.3.0)
Released:
A Magpie authentication handler for python-requests
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: ISC License (ISCL) (ISC)
- Author: David Caron
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: ISC License (ISCL) (ISC)
- Author: David Caron
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Built Distribution
File details
Details for the file requests-magpie-0.1.1.tar.gz
.
File metadata
- Download URL: requests-magpie-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f627e3951a262c2ccdffd237c57d1d695f0512cc6647fb0d9cd6eb170a9414ec
|
|
MD5 |
c63c285a916efbf4c621a019e31777e7
|
|
BLAKE2b-256 |
dd8667f633d81ac5f3904399b90495bb5c90452a6a567ed95275bb12b6e25c5a
|
File details
Details for the file requests_magpie-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: requests_magpie-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a55b2d8dbbd05c9406732e9d52460b742150ec5c91436fa2d5ddbbdcac7a5657
|
|
MD5 |
b472171eb9bb91177a05af86bf1d1f2d
|
|
BLAKE2b-256 |
459109db136b0a8d3237577c08c88900ab23f8a4b6cb124d7f6ccfd15de50e57
|