requisitor
Simple HTTP library utilizing only Python stdlib
Examples
>>> r = requisitor.get('http://httpbin.org/basic-auth/user/pass', auth=('user', 'pass'))
>>> r.headers['content-type']
'application/json'
>>> r.text
'{\n "authenticated": true, \n "user": "user"\n}\n'
>>> r.json()
{'authenticated': True, 'user': 'user'}
>>>
Release files for requisitor 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| requisitor-0.0.2.tar.gz | 10.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| requisitor-0.0.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 23.9 kB
Release files / requisitor-0.0.2.tar.gz
| Download URL | requisitor-0.0.2.tar.gz |
|---|---|
| Size | 10.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
236dc7173971ebec5c69b138801512901f7576a7169be3cb25406fd8c33984d6
|
|
BLAKE2b-256 checksum How to use checksums |
5eccbf7203cbc188b7fb0f438d966f68b1c94861750bb7fd44e19b8d5abf44ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|
Release files / requisitor-0.0.2-py2.py3-none-any.whl
| Download URL | requisitor-0.0.2-py2.py3-none-any.whl |
|---|---|
| Size | 13.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
67ce3bde7c923e18a525e82568fff1c4667e9ca909921dc10a912d9bc0c9272f
|
|
BLAKE2b-256 checksum How to use checksums |
58682a8d803fd71d6ccdf265fc5da4b79dfcf9016e41b5a33efb3bbf064eddbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|