Skip to main content

The core for a blazingly fast and modern graphql client designed with simplicity in mind.

Project description

Qlient Core: Python GraphQL Client Core Library

DeepSource DeepSource pypi versions license codestyle

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qlient-core-1.0.1.tar.gz (19.1 kB view hashes)

Uploaded Source

Built Distribution

qlient_core-1.0.1-py3-none-any.whl (23.7 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