simpleurllib3
Easy to use urllib3 simplifier. Usage:
>>> client = simpleurllib3.Client()
>>> resp = client.get('http://httpbin.org/ip')
>>> resp.status
200
>>> resp.data
"{'origin': '127.0.0.1'}"
class Client()
PoolManager client.
class SSLClient()
Secure SSL PoolManager client.
Any Client || Request
client.[method](url, args)
Returns urllib3.response.HTTPResponse,
refer to urllib3 docs for more info.
Release files for simpleurllib3 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simpleurllib3-0.1.5.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simpleurllib3-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / simpleurllib3-0.1.5.tar.gz
| Download URL | simpleurllib3-0.1.5.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0f91b5a24811f2871a1e294d05700a63ad70748826609604f193f403c71ad52c
|
|
BLAKE2b-256 checksum How to use checksums |
c046635ce6c2da44d388fc3032da6f3c763ea4f098e3a71038cdbdbf036ea5dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
|
Release files / simpleurllib3-0.1.5-py3-none-any.whl
| Download URL | simpleurllib3-0.1.5-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0882674f38e8ad9396ad4582ad6f95a0a732a7a562118a1cee6404a77dbc2239
|
|
BLAKE2b-256 checksum How to use checksums |
8c61f4ff1b9327cafb87e7440e1e7201c8b01b6acf0bc10571708766f616719d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
|