qlient-core 1.0.1
pip install qlient-core
Latest version
Released:
The core for a blazingly fast and modern graphql client designed with simplicity in mind.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Daniel Seifert
- Maintainer: Daniel Seifert
- Tags graphql, client, api, query, mutation
- Requires: Python >=3.7, <4.0
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
Qlient Core: Python GraphQL Client Core Library
This is the core for a blazingly fast and modern graphql client that was designed with simplicity in mind.
Help
See the documentation for more details.
Quick Preview
from qlient.core import Client, Backend, GraphQLResponse
class MyBackend(Backend):
"""Must be implemented by you"""
client = Client(MyBackend())
res: GraphQLResponse = client.query.get_my_thing("name")
print(res.request.query) # "query get_my_thing { get_my_thing { name } }"
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Daniel Seifert
- Maintainer: Daniel Seifert
- Tags graphql, client, api, query, mutation
- Requires: Python >=3.7, <4.0
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
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
Built Distribution
File details
Details for the file qlient-core-1.0.1.tar.gz
.
File metadata
- Download URL: qlient-core-1.0.1.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.13 Linux/5.15.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71efc3a71d95630408838d23dc1ef7f3560a4afc5322594dabf606f333056616 |
|
MD5 | de1579882fbfb35e7a2915fe753e8ac5 |
|
BLAKE2b-256 | 2fefb68af2d2452d336dd7e9d70aad7cfece110b0ed69e552bbd476ec193b05e |
File details
Details for the file qlient_core-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: qlient_core-1.0.1-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.13 Linux/5.15.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76d48f23f3cb891618b996f2f5907d319fc45ecd02e9c145eafcfa7948e109b0 |
|
MD5 | 686d7b2ad2fd7a00de05e16c27c602f0 |
|
BLAKE2b-256 | 76fb7872765dcb568b687505de441950b935c982895095e86715ba95beb0a525 |