A (reference) library of tools to support work with the Kauri ID data structures and protocols
Project description
Kauri ID Python Library
A (reference) library of tools to support work with the Kauri ID data structures and protocols.
Installation/Usage
To install use pip:
$ pip install pykauriid
Or clone the repo:
$ git clone https://gitlab.com/kauriid/pykauriid.git
$ python setup.py install
Set up and activate for Python 3:
virtualenv ${HOME}/.virtualenvs/pykauriid \
--system-site-packages --python=/usr/bin/python3
source ${HOME}/.virtualenvs/pykauriid/bin/activate
Install required packages:
pip install -e .
For installing the additional development, testing or documentation dependencies, add a qualifier with one or more of these commands:
pip install -e .[dev] # Development dependencies
pip install -e .[test] # Testing dependencies
pip install -e .[doc] # Documentation dependencies
pip install -e .[dev,test,doc] # All dependencies together
Contributing
TBD
Example
TBD
Licence
Copyright 2018-2019 by SingleSource Limited, Auckland, New Zealand
This work is licensed under the Apache 2.0 open source licence. Terms and conditions apply.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pykauriid-0.1.1.tar.gz
(19.3 kB
view hashes)
Built Distribution
Close
Hashes for pykauriid-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c17eade4006f699bf0ebeaf79cd9d03ff47627651ad4726b629a8f78f0e482b |
|
MD5 | 487f58b3c392ff817d47fa7486a029f9 |
|
BLAKE2b-256 | b76f68d3899c7ce120922618efcb264a1cf2b0051f88beaccbd7e6e8a44ed0a5 |