Grand Challenge API Client
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.
Tests
This client is tested using the tox
framework. This enables testing
the client in various python-version environments.
For example, running a specific your_test
for only the python 3.8
environment can be done as follows:
tox -e py38 -- -k your_test