A simple asynchronous API wrapper for mangadex.org.
Project description
aiomangadex
An asynchronous API wrapper for mangadex.
Basic Usage
import aiomangadex
import aiohttp
import asyncio
async def fetch(id):
session = aiohttp.ClientSession()
manga = await aiomangadex.fetch_manga(id, session)
await session.close()
print(manga.description)
asyncio.get_event_loop().run_until_complete(fetch(34198))
For more info, visit the docs here.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiomangadex-1.0.0.tar.gz
(5.4 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 aiomangadex-1.0.0.tar.gz.
File metadata
- Download URL: aiomangadex-1.0.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.46.1 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e48c8c0f27f4ca9cdcad0fd55cb27a320d166884be51bbc70b8c6c8e8b199a6f
|
|
| MD5 |
bd465bfca669d055b6426b208f327337
|
|
| BLAKE2b-256 |
f02616e3106f7b51ae0350bce7323c1b2ce306bd63046e3c9f9ecbb0e266bf57
|
File details
Details for the file aiomangadex-1.0.0-py3-none-any.whl.
File metadata
- Download URL: aiomangadex-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.46.1 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55611fc86b67ac76e16cc23b03c1f61882b18b8766d6426f35a3cad50b1d0c47
|
|
| MD5 |
778983605afee0dbc890dc96054289ea
|
|
| BLAKE2b-256 |
63d9b59bce415c034cee815e2a9d356eb26fc61f64b31f4cfbd1e328a8e18524
|