Skip to main content
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.0a2.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

asyncgur-0.1.0a2-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file asyncgur-0.1.0a2.tar.gz.

File metadata

  • Download URL: asyncgur-0.1.0a2.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

Hashes for asyncgur-0.1.0a2.tar.gz
Algorithm Hash digest
SHA256 38085b759f14877db93ad90d0233b777dcaaf7690314d85826682238b195337c
MD5 65f9f0e82437d412d1e30e51ed119bf4
BLAKE2b-256 52147acd7d65c1d6dab30d92081933291ea372de7b98f345048c86e1196de5e3

See more details on using hashes here.

File details

Details for the file asyncgur-0.1.0a2-py3-none-any.whl.

File metadata

  • Download URL: asyncgur-0.1.0a2-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

Hashes for asyncgur-0.1.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 67a7d59ae291dbb1977bc78bab66019ee17297d65fb67793f03886633d9fa060
MD5 35849dce5b9dbc87c77b4551b12731cc
BLAKE2b-256 bc1e217138b96c8d42e466d80afa3fc0231a5a5e15857f2c2cf03cff4100b49c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page