Python API for graphql
Project description
CHIME/FRB API
Release |
Style |
Documentation |
---|---|---|
epigraph
Automated GraphQL API
Installation
pip install epigraph
Running the API
In [1]: from epigraph import graphql_api
In [2]: API = graphql_api.GraphQLAPI(url="https://swapi.graph.cool/")
In [3]: API.query('Planet').args({'name': "Alderaan"}).fetch(['climate'])
Out[3]: {"data": {"Planet": {"climate": ["temperate"]}}}
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
epigraph-2021.2.tar.gz
(8.2 kB
view details)
Built Distribution
File details
Details for the file epigraph-2021.2.tar.gz
.
File metadata
- Download URL: epigraph-2021.2.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.6 Darwin/19.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a492d5f44c874aca72c379ab5ee6c2267563c45185ce0212a3fe51172c9a9a1b |
|
MD5 | 97ab2e2589fa2b9490ecdcef9af92612 |
|
BLAKE2b-256 | 3ac5152dc8954b5e0b4784db441ce569901091a4c9aec46a28009f94c9149173 |
File details
Details for the file epigraph-2021.2-py3-none-any.whl
.
File metadata
- Download URL: epigraph-2021.2-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.6 Darwin/19.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9e0001d8b20df2461554f54ed83efc28c893c694290ad1479fba4979e1857e8 |
|
MD5 | a634f9d1d728f6f10f27495ebc06ffaf |
|
BLAKE2b-256 | f39fd521058a59ce30fbe948bfe26a4e38b5479a279ba8f9d7b8fe564cf05371 |