Metadata-Version: 2.1
Name: gcapi
Version: 0.6.0
Summary: Python client for the grand-challenge.org REST API
Home-page: https://github.com/DIAGNijmegen/rse-gcapi
License: Apache-2.0
Author: James Meakin
Author-email: gcapi@jmsmkn.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Click (>=6.0)
Requires-Dist: httpx (>=0.20.0,<0.21.0)
Requires-Dist: jsonschema[format_nongpl] (>=3.0)
Project-URL: Repository, https://github.com/DIAGNijmegen/rse-gcapi
Description-Content-Type: text/markdown

# Grand Challenge API Client

[![CI](https://github.com/DIAGNijmegen/rse-gcapi/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/DIAGNijmegen/rse-gcapi/actions/workflows/ci.yml?query=branch%3Amaster)
[![PyPI](https://img.shields.io/pypi/v/gcapi)](https://pypi.org/project/gcapi/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gcapi)](https://pypi.org/project/gcapi/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Python client for the grand-challenge.org REST API

  - Free software: Apache Software License 2.0

## Features

This client library is a handy way to interact with the REST API for
grand-challenge.org from python, and provides some convenience methods.
Documentation and examples can be found on [Grand
Challenge](https://grand-challenge.org/documentation/grand-challenge-api/).

