{"id":18124587,"url":"https://github.com/iotic-labs/iotics-identity-py","last_synced_at":"2026-04-06T03:05:10.090Z","repository":{"id":38085287,"uuid":"369264768","full_name":"Iotic-Labs/iotics-identity-py","owner":"Iotic-Labs","description":"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+.","archived":false,"fork":false,"pushed_at":"2024-09-24T14:32:04.000Z","size":107,"stargazers_count":16,"open_issues_count":1,"forks_count":1,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-10T16:47:07.193Z","etag":null,"topics":["bdd","data-interaction","data-mesh","did","digital-twins","identities-management","identity","identity-api","iot","iotics","pypi","python","python3","sdk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Iotic-Labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-20T16:02:04.000Z","updated_at":"2025-04-09T10:18:36.000Z","dependencies_parsed_at":"2024-07-18T15:09:19.855Z","dependency_job_id":null,"html_url":"https://github.com/Iotic-Labs/iotics-identity-py","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iotic-Labs%2Fiotics-identity-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iotic-Labs%2Fiotics-identity-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iotic-Labs%2Fiotics-identity-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iotic-Labs%2Fiotics-identity-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iotic-Labs","download_url":"https://codeload.github.com/Iotic-Labs/iotics-identity-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248991526,"owners_count":21194893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bdd","data-interaction","data-mesh","did","digital-twins","identities-management","identity","identity-api","iot","iotics","pypi","python","python3","sdk"],"created_at":"2024-11-01T08:06:40.290Z","updated_at":"2025-10-23T16:32:16.336Z","avatar_url":"https://github.com/Iotic-Labs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iotics-identity-py\n\n[![PyPI version](https://img.shields.io/pypi/v/iotics-identity)](https://pypi.org/project/iotics-identity)\n[![PyPI downloads](https://img.shields.io/pypi/dm/iotics-identity)](https://pypi.org/project/iotics-identity/#files)\n[![License](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://github.com/Iotic-Labs/iotics-identity-py/blob/main/LICENSE)\n[![GitHub Issues](https://img.shields.io/github/issues/Iotic-Labs/iotics-identity-py)](https://github.com/Iotic-Labs/iotics-identity-py/issues)\n[![GitHub Contributors](https://img.shields.io/github/contributors/Iotic-Labs/iotics-identity-py)](https://github.com/Iotic-Labs/iotics-identity-py)\n\nCreate 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+.\n\nYou need to have an IOTICSpace to take advantage of this DID SDK. Contact \u003ca href=\"mailto:product@iotics.com\"\u003eproduct@iotics.com\u003c/a\u003e 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/)\n\n## Introduction to Iotics\n\nInteroperate any data, digital twin or service across legacy, on-prem, cloud, IoT, and analytical technologies creating a secure decentralised, federated network of interactions.\n\nPower 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.\n\nTo learn more about IOTICS see our [website](https://www.iotics.com/) or [documentation site](https://docs.iotics.com).\n\n## Identity API\n\nThe identity API is used to manage identities and authentication in the Iotics Host.\nThe API is split in 3 level according to the user needs:\n\n* [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\n* [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\n* [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\n\n## How to\n\nTwo examples are provided to illustrate the usage of the **high level API** and the **regular api**.\nSee [Iotics Identity API How To](https://github.com/Iotic-Labs/iotics-identity-py/tree/main/how_to/README.md).\n\nYou can also follow these tutorials on [docs.iotics.com](https://docs.iotics.com/docs/create-decentralized-identity-documents).\n\n* Setup your dev environment: \\\n  `pip install -e '.[dev]'`\n\n* Run the linter: \\\n  `tox -e lint`\n\n* Run type analysis: \\\n  `tox -e mypy`\n\n* Run unit tests: \\\n  `tox -e pytest`\n\n* Run BDD tests: \\\n  `tox -e pytestbdd`\n\n## Reporting issues\n\nThe issue tracker for this project is currently located at [GitHub](https://github.com/Iotic-Labs/iotics-identity-py/issues).\n\nPlease 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).\n\nBug reports must specify the version of the `iotics-identity-py` module.\n\n## Contributing\n\nThis 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.\n\n## License\n\nCopyright (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.\n\n## Technology Used\n\n* Markdown\n* Python\n* pylint\n* pytest\n* mypy\n* Tox\n* DID\n* BDD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotic-labs%2Fiotics-identity-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotic-labs%2Fiotics-identity-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotic-labs%2Fiotics-identity-py/lists"}