iotics-identity


Nameiotics-identity JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/Iotic-Labs/iotics-identity-py
SummaryIotics DID specification Python library
upload_time2023-08-09 13:24:58
maintainer
docs_urlNone
authorIotics
requires_python
license
keywords iotics did decentralised identity decentralized identity digital twin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # iotics-identity-py

[![PyPi version](https://pypip.in/v/iotics-identity/badge.svg)](https://pypi.org/project/iotics-identity/)
[![PyPi downloads](https://pypip.in/d/iotics-identity/badge.svg)](https://pypi.org/project/iotics-identity/#files)
[![PyPi wheel](https://pypip.in/wheel/iotics-identity/badge.svg)](https://pypi.org/project/iotics-identity/#files)
[![PyPi license](https://pypip.in/license/iotics-identity/badge.svg)](https://pypi.org/project/iotics-identity)
[![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 <a href="mailto:product@iotics.com">product@iotics.com</a> 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 .[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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Iotic-Labs/iotics-identity-py",
    "name": "iotics-identity",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "iotics,did,decentralised identity,decentralized identity,digital twin",
    "author": "Iotics",
    "author_email": "plateng@iotic-labs.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/fb/a3f11828877427f93557fd9dc0af47b27954a2d368bcee936aa703766770/iotics-identity-2.0.0.tar.gz",
    "platform": "any",
    "description": "# iotics-identity-py\n\n[![PyPi version](https://pypip.in/v/iotics-identity/badge.svg)](https://pypi.org/project/iotics-identity/)\n[![PyPi downloads](https://pypip.in/d/iotics-identity/badge.svg)](https://pypi.org/project/iotics-identity/#files)\n[![PyPi wheel](https://pypip.in/wheel/iotics-identity/badge.svg)](https://pypi.org/project/iotics-identity/#files)\n[![PyPi license](https://pypip.in/license/iotics-identity/badge.svg)](https://pypi.org/project/iotics-identity)\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 <a href=\"mailto:product@iotics.com\">product@iotics.com</a> 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 .[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\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Iotics DID specification Python library",
    "version": "2.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/Iotic-Labs/iotics-identity-py/issues",
        "Changelog": "https://github.com/Iotic-Labs/iotics-identity-py/releases",
        "Homepage": "https://github.com/Iotic-Labs/iotics-identity-py"
    },
    "split_keywords": [
        "iotics",
        "did",
        "decentralised identity",
        "decentralized identity",
        "digital twin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b64528e40aa5a0d134b0ac55a08b922531336a65144c0d39985a88187dbe6ce6",
                "md5": "02b26a204da3f5d37f2d19efd0220691",
                "sha256": "8ad3a0bddf1bee1f65d29d9465b224a486eea0cce23edfe167905557c45f0933"
            },
            "downloads": -1,
            "filename": "iotics_identity-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02b26a204da3f5d37f2d19efd0220691",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 47997,
            "upload_time": "2023-08-09T13:24:57",
            "upload_time_iso_8601": "2023-08-09T13:24:57.062236Z",
            "url": "https://files.pythonhosted.org/packages/b6/45/28e40aa5a0d134b0ac55a08b922531336a65144c0d39985a88187dbe6ce6/iotics_identity-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5fba3f11828877427f93557fd9dc0af47b27954a2d368bcee936aa703766770",
                "md5": "bc8fe6fcbe819acbdb07025ad84f875d",
                "sha256": "9b47e736e305929a23d78a17a9888bdda3b36b169a7eb1e2d5139a5c99d05477"
            },
            "downloads": -1,
            "filename": "iotics-identity-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bc8fe6fcbe819acbdb07025ad84f875d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 34977,
            "upload_time": "2023-08-09T13:24:58",
            "upload_time_iso_8601": "2023-08-09T13:24:58.756529Z",
            "url": "https://files.pythonhosted.org/packages/e5/fb/a3f11828877427f93557fd9dc0af47b27954a2d368bcee936aa703766770/iotics-identity-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-09 13:24:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Iotic-Labs",
    "github_project": "iotics-identity-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "iotics-identity"
}
        
Elapsed time: 0.10450s