Python client libraries for Concord
This repository is organized to work with the pip python package manager. In order to create the package you will need to generate thrift definitions located in the main concord repo. Run the build_thrift script from the root of the concord project:
$ cd ~/workspace/concord/ && ./configure.py --thrift
To install the package and its dependencies use pip:
pip install concord-py
Once installed you can now run Concord computations written in Ruby! For detailed documentation check out our Python docs.