Install with pip:
pip install python-columnclient
and in your python code do the following to list runs:
from columnclient import client
col_client = client.Client()
col_client.runs.list()
Coming soon...
Column client is still in alpha state, currently at version 0.1.0.
The python-columnclient project team welcomes contributions from the community. Before you start working with python-columnclient, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to CONTRIBUTING.md.
Refer to LICENSE