Skip to content

project-capo/amber-python-clients

Repository files navigation

amber-python-clients

Build Status Codacy Badge Code Health Coverage Status

Code Climate Test Coverage Issue Count

Requirements

  • python with pip and virtualenv
  • protobuf and protoc from protobuf-compiler

How to deploy

  • Clone this project.
  • Create python virtual environment using bin/install.sh
  • Import project to your favorite IDE.

How to use (PyPi)

Simply. Add to requirements.txt

-e git+git://github.com/project-capo/amber-python-clients#egg=amber-python-clients

Examples

You can find it here.

How to contribute

Clone this repo, setup your environment using bin/install.sh. Change what you want to change and make pull request.