Skip to main content

Async GraphQL client

Project description



Make graphql requests asynchronously, python 2.7 and more required


The library is tiny, memory usage loading the module is also is good:
```
Line # Mem usage Increment Line Contents
================================================
12 10.9 MiB 10.9 MiB @profile
13 def profiled():
14 13.0 MiB 2.1 MiB import asyncio
15 13.0 MiB 0.0 MiB async def main(loop):
16 13.5 MiB 0.5 MiB from async_graphql import Client, errors
```
This is good when using graphql in lots of replicated micro-services to not go out of memory.


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

async-graphql-0.0.58.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

async_graphql-0.0.58-py3-none-any.whl (3.5 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