Skip to content

dimitrikoubaroulis/delta-sdk-python

 
 

Repository files navigation

Covata Delta Python SDK

Build Status Coverage Status Documentation Status

Covata Delta provides an easy to use framework for sharing secrets across networks, and organisations.

Requirements

  • Python 2.7 + or 3.3 +
  • pip 9.0.1 +

Quick Start

Setting up Virtualenv

sudo pip install virtualenv
virtualenv venv
source venv/bin/activate

The project can then be installed directly using pip or built from source.

Installation

  • Using pip directly from Github (Note: This will install the current master branch):
pip install git+git://github.com/Covata/delta-sdk-python.git@master

Building From Source

Building the project

  • Install PyBuilder:
pip install pybuilder 
  • Check out the project:
git clone https://github.com/Covata/delta-sdk-python.git
cd delta-sdk-python
  • Build the project:
pyb

Installing the binary distribution

  • Using PyBuilder:
pyb install
  • Using Distutils, where x.y.z is the version number:
cd target/dist/delta-sdk-python-x.y.z
python setup.py install

License

Copyright 2017 Covata Limited or its affiliates - Released under the Apache 2.0 license.

About

Reference SDK (Python) for Covata Delta

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%