columnclient

A thin client to communicate with the Column API.


License
BSD-1-Clause
Install
pip install columnclient==0.1.0

Documentation

Column

Build Status codecov Latest Version Python Versions Format License

Overview

Try it out

Prerequisites

  • python 2.7
  • requests

Install & Run

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()

Documentation

Coming soon...

Releases & Major Branches

Column client is still in alpha state, currently at version 0.1.0.

Contributing

The python-columnclient project team welcomes contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a Pull Request. For any questions about the CLA process, please refer to our FAQ. For more detailed information, refer to CONTRIBUTING.md.

License

Refer to LICENSE