pkcakeout / rse-gcapi

Python client for the grand-challenge.org API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grand Challenge API Client

CI PyPI PyPI - Python Version Code style: 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.

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

About

Python client for the grand-challenge.org API

License:Apache License 2.0


Languages

Language:Python 100.0%