Skip to main content

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.3.0.tar.gz (22.8 kB view hashes)

Uploaded Source

Built Distribution

pykauriid-0.3.0-py2.py3-none-any.whl (27.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page