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
Release history Release notifications | RSS feed
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.57.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file async-graphql-0.0.57.tar.gz
.
File metadata
- Download URL: async-graphql-0.0.57.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/36.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5240acb788285caf9d987548b714bb6d349b05e7bfdc5018b2c3acc9e0b3bd6c |
|
MD5 | 2d7907ab26cde51fe75863beb70cf576 |
|
BLAKE2b-256 | 8f3539c998643f0b12269dac77374b62ecbb92958ed774e7fa2f9a08519c81fe |
Provenance
File details
Details for the file async_graphql-0.0.57-py3-none-any.whl
.
File metadata
- Download URL: async_graphql-0.0.57-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/36.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17d918bab9f858b4b4ae84ccb081ee6aba05755f1de02679481aac008e520a62 |
|
MD5 | c7b339db03245672a4f705b5e65ea132 |
|
BLAKE2b-256 | f6931d4d4596e9f9e3c7a4c8b13c9b7b4d723bbe598acf5b30b910ed36d7ebbe |