Create Data Mesh. Use interoperable digital twins to create data interactions and build powerful real-time data products. This repository is a library for Decentralised Identity (DID) management with Iotics for applications in Python v3.8+.
You need to have an IOTICSpace to take advantage of this DID SDK. Contact [email protected] for a free trial or
Interoperate any data, digital twin or service across legacy, on-prem, cloud, IoT, and analytical technologies creating a secure decentralised, federated network of interactions.
Power long-term digital transformation using real-time business event streams. Unlock the power of your business by eliminating complex infrastructure and shortening time-to-value.
To learn more about IOTICS see our website or documentation site.
The identity API is used to manage identities and authentication in the Iotics Host. The API is split in 3 level according to the user needs:
- High level identity API: minimal set of features to interact with Iotics Host
- Identity API: set of features for basic identities management
- Advanced identity API: set of features for advanced identities management
Two examples are provided to illustrate the usage of the high level API and the regular api. See Iotics Identity API How To.
You can also follow these tutorials on docs.iotics.com.
-
Setup your dev environment:
pip install -e '.[dev]'
-
Run the linter:
tox -e lint
-
Run type analysis:
tox -e mypy
-
Run unit tests:
tox -e pytest
-
Run BDD tests:
tox -e pytestbdd
The issue tracker for this project is currently located at GitHub.
Please report any issues there with a sufficient description of the bug or feature request. Bug reports should ideally be accompanied by a minimal reproduction of the issue. Irreproducible bugs are difficult to diagnose and fix (and likely to be closed after some period of time).
Bug reports must specify the version of the iotics-identity-py
module.
This project is open-source and accepts contributions. See the contribution guide for more information.
Copyright (c) IOTIC LABS LIMITED. All rights reserved. Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
- Markdown
- Python
- pylint
- pytest
- mypy
- Tox
- DID
- BDD