Metadata-Version: 2.4
Name: nshm-toshi-client
Version: 1.3.0
Summary: client for toshi API
Author-email: Chris B Chamberlain <chrisbc@artisan.co.nz>, NSHM Compute Working Group <nshm@gns.cri.nz>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: <4.0,>=3.10
Requires-Dist: boto3>=1.43.7
Requires-Dist: gql[requests]>=4.0.0
Requires-Dist: graphql-core>=3.2.1
Requires-Dist: requests>=2.27.1
Provides-Extra: cli
Requires-Dist: click>=8.0; extra == 'cli'
Requires-Dist: python-dotenv>=1.0; extra == 'cli'
Description-Content-Type: text/markdown

# nshm-toshi-client

[![pypi](https://img.shields.io/pypi/v/nshm-toshi-client.svg)](https://pypi.org/project/nshm-toshi-client/)
[![python](https://img.shields.io/pypi/pyversions/nshm-toshi-client.svg)](https://pypi.org/project/nshm-toshi-client/)
[![Build Status](https://github.com/gns-science/nshm-toshi-client/actions/workflows/dev.yml/badge.svg)](https://github.com/gns-science/nshm-toshi-client/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/gns-science/nshm-toshi-client/branch/main/graphs/badge.svg)](https://codecov.io/github/gns-science/nshm-toshi-client)

A python3 client for the nshm-toshi-api.

* Documentation: <https://gns-science.github.io/nshm-toshi-client>
* GitHub: <https://github.com/gns-science/nshm-toshi-client>
* PyPI: <https://pypi.org/project/nshm-toshi-client/>
* Free software: MIT


