GrabLib
A library for retrieving files from HTTP servers.
Installation
pip install redeye-grablib
Usage
>>> import grablib
>>> import asyncio
>>>
>>> grabber = grablib.GrabLib()
>>> asyncio.run(grabber.get("https://picsum.photos/20/30"))
{
'url': 'https://picsum.photos/20/30',
'sha256': '91aa5c45c2d5709e46631caa743bec9461a4e97df87d60038c126078876add02',
'data': b'[image binary]'
}
Release files for redeye-grablib 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 | |
|---|---|---|---|
| redeye-grablib-0.0.2.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| redeye_grablib-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.1 kB
Release files / redeye-grablib-0.0.2.tar.gz
| Download URL | redeye-grablib-0.0.2.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
41f0fb8057b47da53b88a7188ef30b888dd7e2fa31712578711d92844316a43a
|
|
BLAKE2b-256 checksum How to use checksums |
933acbd1d4365f3dbf8891ddee9bd0320b4c601da576ac6a8592cae1c11f399a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.0+
|
Release files / redeye_grablib-0.0.2-py3-none-any.whl
| Download URL | redeye_grablib-0.0.2-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f2b35ea3e8af86891be5ee0f1c74e973afc861b985c50715d4ef3d571135b395
|
|
BLAKE2b-256 checksum How to use checksums |
4362616571e8cbf5ce7a1f2e9620e23f541fccc78216e6f6b6be804d87d65a65
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.0+
|