{ "info": { "author": "Ryan Marren", "author_email": "rymarr@tuta.io", "bugtrack_url": null, "classifiers": [], "description": "# ioexplorer-graphql-client\n
\n\nClient for the IOExplorer API.\n\nThis is a Python module hosted in PyPi under the name [`ioapi`](https://pypi.org/project/ioapi/). It is auto-generated using [quiz](https://quiz.readthedocs.io/en/latest/), and should be re-built every time the functionality of the [`ioexplorer-graphql-server`](https://github.com/MSKCC-IPOP/ioexplorer-graphql-server) is updated. To re-build, follow these steps:\n\n```\n# 1. Make sure https://github.com/rmarren1/quiz is installed locally.\n# This is a fork of https://github.com/ariebovenberg/quiz with some custom patching added.\n# In the future, should be able to use the most recent version of `quiz`.\nmkvirtualenv re-build-ioapi\ngit clone https://github.com/rmarren1/quiz\npip install ./quiz\nrm -rf quiz\n\n# 2. Update ioapi/schema.json\nmake build\n\n# 3. Bump the version\nvim setup.py # Change the version argument\n\n# 4. Re-build the module\npython setup.py sdist\n\n# 5. Upload the new version\ntwine upload dist/ioapi-