Python API for graphql
Project description
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': "Earth"}).fetch(['climate'])
Out[3]: {'data': {'Planet': None}}
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-2020.7.1.tar.gz
(6.2 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file epigraph-2020.7.1.tar.gz.
File metadata
- Download URL: epigraph-2020.7.1.tar.gz
- Upload date:
- Size: 6.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 |
1759b522b079402b750bd3852a0d022b151fdc8c63ac394ec335da1b84570c92
|
|
| MD5 |
677c869f5b4b83d9c60fd03c77e24a52
|
|
| BLAKE2b-256 |
8698a36646965ad82d20ce7c75bee5d28fc0bbe51f46ccbb00229ceca737f4c0
|
File details
Details for the file epigraph-2020.7.1.0-py3-none-any.whl.
File metadata
- Download URL: epigraph-2020.7.1.0-py3-none-any.whl
- Upload date:
- Size: 8.4 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 |
f49c76c57ef1d1478301fbc66da457097039274a73885a3b57fe276d0e3b3de0
|
|
| MD5 |
f29452069f8392119f0cfedb12fbf222
|
|
| BLAKE2b-256 |
704fefbaa04cdc15fe91791290b233c7c9c70d375ceb58162bd2e6abe5c0d3d6
|
File details
Details for the file epigraph-2020.7.1-py3-none-any.whl.
File metadata
- Download URL: epigraph-2020.7.1-py3-none-any.whl
- Upload date:
- Size: 6.9 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 |
4b2c1c66048690f10f3af0ac838d08f5a8f148d8f0e41e3eef0102b331aabb16
|
|
| MD5 |
73cb5c81f26512b29ebc10af5e6e2e2d
|
|
| BLAKE2b-256 |
21daf9de90053b9a1f1ab00c194ed165245d3dc3ecacae7607a03143ef4ce810
|