Metadata-Version: 2.1
Name: gripql
Version: 0.2.2
Summary: GRaph Integration Platform Client
Home-page: https://github.com/bmeg/grip/gripql/python
Author: OHSU Computational Biology
Author-email: CompBio@ohsu.edu
Maintainer: Adam Struck
Maintainer-email: strucka@ohsu.edu
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, <4
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.19.1)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

GRIP Client
===========

__gripql__ is a python library for interacting with a GRIP server.

### Install

Available on [PyPI](https://pypi.org/project/gripql/).

```
pip install gripql
```

Or install the latest development version:

```
pip install "git+https://github.com/bmeg/grip.git#subdirectory=gripql/python"
```

### Getting Started

Check out the getting started guide [here](https://bmeg.github.io/grip/docs/queries/getting_started/).


