Pre-release
This release is a pre-release and may not be stable for production use.
asyncgur
An Asynchronous Imgur Wrapper for Python
Example Usage:
from asyncgur import Imgur
client_id = 'YOUR_IMGUR_CLIENT_ID'
imgur_app = Imgur(client_id)
async def main():
image, response = await imgur_app.upload_image(image='some_image_url_or_bytes')
assert response.success == True and response.status == 200
print(image)
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
See misc/examples for more usecases.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asyncgur-0.1.0a1.tar.gz
(14.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file asyncgur-0.1.0a1.tar.gz.
File metadata
- Download URL: asyncgur-0.1.0a1.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d29ac02b35b0085ba9afb551e1787655dfdf4a02f8e83d0b4ef0ea0f1443cc1
|
|
| MD5 |
79cd3cd5290a8d64dc45b99dee89e040
|
|
| BLAKE2b-256 |
b329e62f385838488a3413a09eb5f1a646c29d25d21bcd6925c94d920e9cc50c
|
File details
Details for the file asyncgur-0.1.0a1-py3-none-any.whl.
File metadata
- Download URL: asyncgur-0.1.0a1-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64fa89711d8f446ad2ab796b60fd3a2b4a78e30df74210e246c14544ef9bf561
|
|
| MD5 |
5c2d89e9e40fe906245067bb49af6f58
|
|
| BLAKE2b-256 |
edb12a4e63806f3367ac08ff8facd5eb50f613749b661cb6fb1a1f33e495d0b5
|