Skip to main content

No project description provided

Project description

aiocrossref

Asynchronous client for Libgen API

Example

import asyncio

from aiolibgen import LibgenClient

async def books(base_url, ids):
    client = LibgenClient(base_url)
    return await client.by_ids(ids)

response = asyncio.get_event_loop().run_until_complete(books('http://gen.lib.rus.ec', [100500]))

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

aiolibgen-0.2.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

aiolibgen-0.2.0-py3-none-any.whl (4.1 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