Covata Delta provides an easy to use framework for sharing secrets across networks, and organisations.
- Python 2.7 + or 3.3 +
- pip 9.0.1 +
sudo pip install virtualenv
virtualenv venv
source venv/bin/activate
The project can then be installed directly using pip or built from source.
- 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
- 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
- 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
Copyright 2017 Covata Limited or its affiliates - Released under the Apache 2.0 license.