Skip to main content

A simple asynchronous API wrapper for mangadex.org.

Project description

aiomangadex

Build Status Documentation Status

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 hashes)

Uploaded Source

Built Distribution

aiomangadex-1.0.0-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

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