Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.31 KB

README.md

File metadata and controls

48 lines (32 loc) · 2.31 KB

amber-python-drivers

Build Status Code Health Codacy Badge Coverage Status

Supported Python versions Supported Python implementations Latest Version

Development Status License

Download format Downloads

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)

Add to requirements.txt

amber-python-drivers

You can install it by python-installer

pip install amber-python-drivers

Package available at https://pypi.python.org/pypi/amber-python-drivers

How to contribute

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