Metadata-Version: 2.4
Name: gripql
Version: 0.8.0
Summary: GRaph Integration Platform Client
Home-page: https://github.com/bmeg/grip/gripql/python
Author: OHSU Computational Biology
Author-email: CompBio@ohsu.edu
Maintainer: Kyle Ellrott
Maintainer-email: kellrott@gmail.com
License: MIT
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 :: 3.9
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9, <4
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.32.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![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/).
