Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iotic-labs/iotics-identity-py
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+.
https://github.com/iotic-labs/iotics-identity-py
bdd data-interaction data-mesh did digital-twins identities-management identity identity-api iot iotics pypi python python3 sdk
Last synced: 3 days ago
JSON representation
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+.
- Host: GitHub
- URL: https://github.com/iotic-labs/iotics-identity-py
- Owner: Iotic-Labs
- License: apache-2.0
- Created: 2021-05-20T16:02:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T14:32:04.000Z (3 months ago)
- Last Synced: 2024-12-22T15:52:49.838Z (3 days ago)
- Topics: bdd, data-interaction, data-mesh, did, digital-twins, identities-management, identity, identity-api, iot, iotics, pypi, python, python3, sdk
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 16
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# iotics-identity-py
[![PyPI version](https://img.shields.io/pypi/v/iotics-identity)](https://pypi.org/project/iotics-identity)
[![PyPI downloads](https://img.shields.io/pypi/dm/iotics-identity)](https://pypi.org/project/iotics-identity/#files)
[![License](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://github.com/Iotic-Labs/iotics-identity-py/blob/main/LICENSE)
[![GitHub Issues](https://img.shields.io/github/issues/Iotic-Labs/iotics-identity-py)](https://github.com/Iotic-Labs/iotics-identity-py/issues)
[![GitHub Contributors](https://img.shields.io/github/contributors/Iotic-Labs/iotics-identity-py)](https://github.com/Iotic-Labs/iotics-identity-py)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 [![sign up](https://img.shields.io/badge/sign%20up-164194.svg?style=flat)](https://www.iotics.com/signup-preview-program/)
## Introduction to Iotics
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](https://www.iotics.com/) or [documentation site](https://docs.iotics.com).
## Identity API
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](https://github.com/Iotic-Labs/iotics-identity-py/tree/main/iotics/lib/identity/api/high_level_api.py): minimal set of features to interact with Iotics Host
* [Identity API](https://github.com/Iotic-Labs/iotics-identity-py/tree/main/iotics/lib/identity/api/regular_api.py): set of features for basic identities management
* [Advanced identity API](https://github.com/Iotic-Labs/iotics-identity-py/tree/main/iotics/lib/identity/api/advanced_api.py): set of features for advanced identities management## How to
Two examples are provided to illustrate the usage of the **high level API** and the **regular api**.
See [Iotics Identity API How To](https://github.com/Iotic-Labs/iotics-identity-py/tree/main/how_to/README.md).You can also follow these tutorials on [docs.iotics.com](https://docs.iotics.com/docs/create-decentralized-identity-documents).
* 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`## Reporting issues
The issue tracker for this project is currently located at [GitHub](https://github.com/Iotic-Labs/iotics-identity-py/issues).
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.
## Contributing
This project is open-source and accepts contributions. See the [contribution guide](https://github.com/Iotic-Labs/iotics-identity-py/tree/main/CONTRIBUTING.md) for more information.
## License
Copyright (c) IOTIC LABS LIMITED. All rights reserved. Licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/Iotic-Labs/iotics-identity-py/tree/main/LICENSE) in the project root for license information.
## Technology Used
* Markdown
* Python
* pylint
* pytest
* mypy
* Tox
* DID
* BDD