A Python client for accessing the IOExplorer API
Project description
ioexplorer-graphql-client
Client for the IOExplorer API.
This is a Python module hosted in PyPi under the name ioapi
. It is auto-generated using quiz, and should be re-built every time the functionality of the ioexplorer-graphql-server
is updated. To re-build, follow these steps:
# 1. Make sure https://github.com/rmarren1/quiz is installed locally.
# This is a fork of https://github.com/ariebovenberg/quiz with some custom patching added.
# In the future, should be able to use the most recent version of `quiz`.
mkvirtualenv re-build-ioapi
git clone https://github.com/rmarren1/quiz
pip install ./quiz
rm -rf quiz
# 2. Update ioapi/schema.json
make build
# 3. Bump the version
vim setup.py # Change the version argument
# 4. Re-build the module
python setup.py sdist
# 5. Upload the new version
twine upload dist/ioapi-<version>.tar.gz
# 6. Commit changes to github
git add -A
git commit -m 'release version <version>'
git tag v<version>
git push
git push --tags
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
ioapi-0.0.13.tar.gz
(8.1 kB
view details)
File details
Details for the file ioapi-0.0.13.tar.gz
.
File metadata
- Download URL: ioapi-0.0.13.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 863fe65f1b0c4254a993a6431c5fee0ee3e9101c365b9c6fb4716d5ea1847fe5 |
|
MD5 | 4cb35d91a75c8d1416646bbe297a706b |
|
BLAKE2b-256 | 635278f1810ef9f4478624ce1187197e67eab51320c4e231b5a67eb0d25d4556 |