Skip to main content

A simple asynchronous API wrapper for mangadex.org.

Project description

aiomangadex

An asynchronous API wrapper for mangadex.

Basic Usage

   from aiomangadex import aiomangadex
   import asyncio
   async def get_manga(id):
       manga = await aiomangadex.fetch_manga(id)
       print(manga.title)
   asyncio.run(get_manga(1))

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-0.2.1.tar.gz (3.7 kB view hashes)

Uploaded Source

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