didkit


Namedidkit JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://spruceid.dev/docs/didkit/
SummaryLibrary for Verifiable Credentials and Decentralized Identifiers.
upload_time2024-08-15 09:43:14
maintainerNone
docs_urlNone
authorSpruce Systems, Inc.
requires_python>=3.7
licenseApache-2.0
keywords ssi did python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI version](https://badge.fury.io/py/didkit.svg)](https://badge.fury.io/py/didkit)

Check out the DIDKit documentation [here](https://spruceid.dev/docs/didkit/).

# DIDKit Python

DIDKit provides Verifiable Credential and Decentralized Identifier
functionality across different platforms. It was written primarily in Rust due
to Rust's expressive type system, memory safety, simple dependency web, and
suitability across different platforms including embedded systems. DIDKit
embeds the [`ssi`](https://github.com/spruceid/ssi) library, which contains the
core functionality.

## Installation and Usage

DIDKit is available [on PyPI](https://pypi.org/project/didkit/).

You can install it globally with:
```bash
$ pip install -U didkit
```

> `asyncio` is required, meaning you will need Python 3.7 or above.

## Build from Source

```bash
$ maturin build
```
> You can install `maturin` with `pip install maturin`.

Now the `wheel` should be in the [target directory](../../target/wheel).

### Custom Builds

To enable or disable certain features of DIDKit, or use different cryptography
backends, you will need edit the `Cargo.toml`.

## Development

When adding a function or changing the signature of an existing one, make sure
to reflect the changes in [the stub file](./didkit/pydidkit.pyi). This is
important for static analysis and IDE support. (This will be automated in the
future.)

## Test

```bash
poetry install
poetry run maturin develop
poetry run pytest
```

## Migration

### 0.2 to 0.3
Functions have kept the same signatures, but some have become asynchronous. You
will need to start using
[`asyncio`](https://docs.python.org/3/library/asyncio.html) if it is not already
the case.

## Maturity Disclaimer

Please note: this readme documents an early-stage open-source product ported
manually to python, and we are still incorporating feedback from our first
comprehensive third-party code audit. These artefacts are presented as
functional "betas" for experimentation and to show the direction of the
project (inviting proposals for changes of direction, even!). They are not,
 however, intended for transacting real-world business yet.


            

Raw data

            {
    "_id": null,
    "home_page": "https://spruceid.dev/docs/didkit/",
    "name": "didkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "ssi, did, python",
    "author": "Spruce Systems, Inc.",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "[![PyPI version](https://badge.fury.io/py/didkit.svg)](https://badge.fury.io/py/didkit)\n\nCheck out the DIDKit documentation [here](https://spruceid.dev/docs/didkit/).\n\n# DIDKit Python\n\nDIDKit provides Verifiable Credential and Decentralized Identifier\nfunctionality across different platforms. It was written primarily in Rust due\nto Rust's expressive type system, memory safety, simple dependency web, and\nsuitability across different platforms including embedded systems. DIDKit\nembeds the [`ssi`](https://github.com/spruceid/ssi) library, which contains the\ncore functionality.\n\n## Installation and Usage\n\nDIDKit is available [on PyPI](https://pypi.org/project/didkit/).\n\nYou can install it globally with:\n```bash\n$ pip install -U didkit\n```\n\n> `asyncio` is required, meaning you will need Python 3.7 or above.\n\n## Build from Source\n\n```bash\n$ maturin build\n```\n> You can install `maturin` with `pip install maturin`.\n\nNow the `wheel` should be in the [target directory](../../target/wheel).\n\n### Custom Builds\n\nTo enable or disable certain features of DIDKit, or use different cryptography\nbackends, you will need edit the `Cargo.toml`.\n\n## Development\n\nWhen adding a function or changing the signature of an existing one, make sure\nto reflect the changes in [the stub file](./didkit/pydidkit.pyi). This is\nimportant for static analysis and IDE support. (This will be automated in the\nfuture.)\n\n## Test\n\n```bash\npoetry install\npoetry run maturin develop\npoetry run pytest\n```\n\n## Migration\n\n### 0.2 to 0.3\nFunctions have kept the same signatures, but some have become asynchronous. You\nwill need to start using\n[`asyncio`](https://docs.python.org/3/library/asyncio.html) if it is not already\nthe case.\n\n## Maturity Disclaimer\n\nPlease note: this readme documents an early-stage open-source product ported\nmanually to python, and we are still incorporating feedback from our first\ncomprehensive third-party code audit. These artefacts are presented as\nfunctional \"betas\" for experimentation and to show the direction of the\nproject (inviting proposals for changes of direction, even!). They are not,\n however, intended for transacting real-world business yet.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Library for Verifiable Credentials and Decentralized Identifiers.",
    "version": "0.3.3",
    "project_urls": {
        "Homepage": "https://spruceid.dev/docs/didkit/",
        "Source Code": "https://github.com/spruceid/didkit/"
    },
    "split_keywords": [
        "ssi",
        " did",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e279f88a1cbef9cc0b01f97bc8a5b0c70500041792163718030c7f1e3438ed7d",
                "md5": "5220881a47de44f2a6b0c07cab69edfe",
                "sha256": "8dc616dad1c50d07faafb9665ba2932a36a770757a3bb659ce2ecd721955426b"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5220881a47de44f2a6b0c07cab69edfe",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6828214,
            "upload_time": "2024-08-15T09:43:14",
            "upload_time_iso_8601": "2024-08-15T09:43:14.659482Z",
            "url": "https://files.pythonhosted.org/packages/e2/79/f88a1cbef9cc0b01f97bc8a5b0c70500041792163718030c7f1e3438ed7d/didkit-0.3.3-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "026859a06f3d72221cc5d11c379a8311888c08cf30b2d25823c26b35a6c526a5",
                "md5": "5c63d208707ea8595b50fadec47a8d91",
                "sha256": "2fff1e8da79e4e8979b78adea89e0c9480b38c4fe42c698620d680b62176269d"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5c63d208707ea8595b50fadec47a8d91",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6637835,
            "upload_time": "2024-08-15T09:43:17",
            "upload_time_iso_8601": "2024-08-15T09:43:17.211381Z",
            "url": "https://files.pythonhosted.org/packages/02/68/59a06f3d72221cc5d11c379a8311888c08cf30b2d25823c26b35a6c526a5/didkit-0.3.3-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3b4da1d7b6c75d76bab01e4b5f92cbe723a02403657f6f0d47a742765af9372",
                "md5": "40c3e6d03dca7f0c059d89ecfb8c0316",
                "sha256": "06db22bca088d6da6d87b599b08b54796a0fa69005fb8b5467576d19554306be"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "40c3e6d03dca7f0c059d89ecfb8c0316",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 8492279,
            "upload_time": "2024-08-15T09:43:19",
            "upload_time_iso_8601": "2024-08-15T09:43:19.233077Z",
            "url": "https://files.pythonhosted.org/packages/e3/b4/da1d7b6c75d76bab01e4b5f92cbe723a02403657f6f0d47a742765af9372/didkit-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45da84f75ce07fa8beecf865540e16ae90cb1dca04550e18814464c99202d22b",
                "md5": "d71805ae74f4ecf70649ebadfd776e89",
                "sha256": "4f979ed6041b678353bb918fed85fdaf472b7993a50e4bc31afea218162fd858"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d71805ae74f4ecf70649ebadfd776e89",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 8169025,
            "upload_time": "2024-08-15T09:43:21",
            "upload_time_iso_8601": "2024-08-15T09:43:21.887370Z",
            "url": "https://files.pythonhosted.org/packages/45/da/84f75ce07fa8beecf865540e16ae90cb1dca04550e18814464c99202d22b/didkit-0.3.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9914666e489abf5292f39c35ac45435c48bf4ea792378b11eda0735f6d04947",
                "md5": "f89947df84461e79505d847e1472b75d",
                "sha256": "ad1410e7cd6cdd232048c4ddad8394b4ba396b2925970f544333b229dbed0157"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f89947df84461e79505d847e1472b75d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 9324958,
            "upload_time": "2024-08-15T09:43:23",
            "upload_time_iso_8601": "2024-08-15T09:43:23.964803Z",
            "url": "https://files.pythonhosted.org/packages/e9/91/4666e489abf5292f39c35ac45435c48bf4ea792378b11eda0735f6d04947/didkit-0.3.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "942d3c4c232a26f7707f38789f18802fa808f91c902097ede7b51cf9989c26d9",
                "md5": "39877fb2114507fd31142e04b28da3eb",
                "sha256": "8e1cf312f9bd389bf0dc56319bf990c23988da06a1f45dda3196757eb273394d"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39877fb2114507fd31142e04b28da3eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 8697999,
            "upload_time": "2024-08-15T09:43:26",
            "upload_time_iso_8601": "2024-08-15T09:43:26.389855Z",
            "url": "https://files.pythonhosted.org/packages/94/2d/3c4c232a26f7707f38789f18802fa808f91c902097ede7b51cf9989c26d9/didkit-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2132a06b0876aab52c806f9cbb8c2e98cf7116cabc602c764ddaa30ad165e5a3",
                "md5": "ef84919f700f13a985f0a8eb67c6502f",
                "sha256": "dadc41a5c2bb8b17691ce8783b5e7854697817e7fcf0f20d4173764515e00002"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "ef84919f700f13a985f0a8eb67c6502f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 5775906,
            "upload_time": "2024-08-15T09:43:28",
            "upload_time_iso_8601": "2024-08-15T09:43:28.451541Z",
            "url": "https://files.pythonhosted.org/packages/21/32/a06b0876aab52c806f9cbb8c2e98cf7116cabc602c764ddaa30ad165e5a3/didkit-0.3.3-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb779368a18ccecae5dd481d9e200f2311cd985db5a92c37ed8b48c115072199",
                "md5": "9d02141de46817eda5cb42797b1ade0d",
                "sha256": "6c100d76a631e045b236ea7c75d4e2273cd383f702ace4d245eabde1d27db016"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9d02141de46817eda5cb42797b1ade0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6181497,
            "upload_time": "2024-08-15T09:43:31",
            "upload_time_iso_8601": "2024-08-15T09:43:31.569012Z",
            "url": "https://files.pythonhosted.org/packages/eb/77/9368a18ccecae5dd481d9e200f2311cd985db5a92c37ed8b48c115072199/didkit-0.3.3-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44a39964f9b6ad1ba3f10bdb56a7153d0eb92873431f836ef219e01346e3dfa0",
                "md5": "01449e4688879d92cdaf1610a35a2ac4",
                "sha256": "b940c0fb4e55bad42e7f8a4a40ca4384e810ab6de1794103eace21d45ae4b3ea"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "01449e4688879d92cdaf1610a35a2ac4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6828215,
            "upload_time": "2024-08-15T09:43:33",
            "upload_time_iso_8601": "2024-08-15T09:43:33.694618Z",
            "url": "https://files.pythonhosted.org/packages/44/a3/9964f9b6ad1ba3f10bdb56a7153d0eb92873431f836ef219e01346e3dfa0/didkit-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a26b730ff492aa3a3d0db4f6e47ed2dcb51effa400912789c3cc5800c64108bb",
                "md5": "6b5590632a8a2cba364520176875cbdc",
                "sha256": "2a0ca57b08410338e5122fd8cd5ccaa3f2490873c314aa09b784c35d8a8b7730"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6b5590632a8a2cba364520176875cbdc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6637830,
            "upload_time": "2024-08-15T09:43:35",
            "upload_time_iso_8601": "2024-08-15T09:43:35.794197Z",
            "url": "https://files.pythonhosted.org/packages/a2/6b/730ff492aa3a3d0db4f6e47ed2dcb51effa400912789c3cc5800c64108bb/didkit-0.3.3-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db5c1a568e1f5d3a14844a9b5cd3ba04a183b7043001a51a1e9eda412de6df84",
                "md5": "836d6954a23ae045c9505f4d80e27159",
                "sha256": "9b14fbcddb606c64021c50d61d001399dc6ce3d71aa40d670ee13717fbb7e76e"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "836d6954a23ae045c9505f4d80e27159",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 8492279,
            "upload_time": "2024-08-15T09:43:37",
            "upload_time_iso_8601": "2024-08-15T09:43:37.886898Z",
            "url": "https://files.pythonhosted.org/packages/db/5c/1a568e1f5d3a14844a9b5cd3ba04a183b7043001a51a1e9eda412de6df84/didkit-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7aeb302f776388f7e34812cbf70a615638f882e6817992713e5a5b5581f071e0",
                "md5": "6fd11bcfe20b7881fac84102cf21460b",
                "sha256": "1492b29684c69d1f4f37b196182bee238689b70c5d8c48d17df46027513e33ef"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6fd11bcfe20b7881fac84102cf21460b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 8169025,
            "upload_time": "2024-08-15T09:43:40",
            "upload_time_iso_8601": "2024-08-15T09:43:40.533337Z",
            "url": "https://files.pythonhosted.org/packages/7a/eb/302f776388f7e34812cbf70a615638f882e6817992713e5a5b5581f071e0/didkit-0.3.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fb3cea593d6273cfc98b038db400c4e0925289f809aab46a5897e5f57449b58",
                "md5": "87fc40b5ac70dd9bad497992b3075e3a",
                "sha256": "65fb36180cfac4e81f7b57325d1cd63d094ecbc86aed8d6aaa93a66231993130"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "87fc40b5ac70dd9bad497992b3075e3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 9324959,
            "upload_time": "2024-08-15T09:43:42",
            "upload_time_iso_8601": "2024-08-15T09:43:42.984176Z",
            "url": "https://files.pythonhosted.org/packages/1f/b3/cea593d6273cfc98b038db400c4e0925289f809aab46a5897e5f57449b58/didkit-0.3.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c9e89e3f86ee2cb15accb07a4e5cc92fc5fbb37bb31fea615ee22a000c37271",
                "md5": "54ff1bf32a3ca2389027a710708a7e8b",
                "sha256": "af38319eff0da2ef4394e2ab5554324b29cac2c5847241f746b84ef6649b0004"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "54ff1bf32a3ca2389027a710708a7e8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 8697999,
            "upload_time": "2024-08-15T09:43:46",
            "upload_time_iso_8601": "2024-08-15T09:43:46.726870Z",
            "url": "https://files.pythonhosted.org/packages/8c/9e/89e3f86ee2cb15accb07a4e5cc92fc5fbb37bb31fea615ee22a000c37271/didkit-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4ac6b3670f9bf3bf527869c58cedde6b074a84194fd103808386dd899af6995",
                "md5": "0041449c2eb1c8f69aa5c31b577e6268",
                "sha256": "2e15c3bf25b72491572a0a092fe9e35a9e6e500012ad9cb2777b3cf145048e65"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "0041449c2eb1c8f69aa5c31b577e6268",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 5775911,
            "upload_time": "2024-08-15T09:43:49",
            "upload_time_iso_8601": "2024-08-15T09:43:49.775391Z",
            "url": "https://files.pythonhosted.org/packages/a4/ac/6b3670f9bf3bf527869c58cedde6b074a84194fd103808386dd899af6995/didkit-0.3.3-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fd0a65a01e705f12e003339ff8709c6ecc7a7fdb36d924f25f0edc62b5d1d8e",
                "md5": "96b7dccff76fa1f64b7407b8bf9b103a",
                "sha256": "c3e9783bc5bfcad479f6dbac84b713be61a122ef02aa66f21a3cbdb1cc1e07a5"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "96b7dccff76fa1f64b7407b8bf9b103a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6181496,
            "upload_time": "2024-08-15T09:43:51",
            "upload_time_iso_8601": "2024-08-15T09:43:51.769035Z",
            "url": "https://files.pythonhosted.org/packages/5f/d0/a65a01e705f12e003339ff8709c6ecc7a7fdb36d924f25f0edc62b5d1d8e/didkit-0.3.3-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90cb26a2df538b1a3a0ecd35733658ac9e4efb5124b028826386087ccbf0ebf2",
                "md5": "2f6b73d44f6212ea822c5ec2770d6c9a",
                "sha256": "a46112dae41a71967fdb735d239be0ec83206018123fb8abb2ed6251a5386307"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2f6b73d44f6212ea822c5ec2770d6c9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 6828132,
            "upload_time": "2024-08-15T09:43:53",
            "upload_time_iso_8601": "2024-08-15T09:43:53.766354Z",
            "url": "https://files.pythonhosted.org/packages/90/cb/26a2df538b1a3a0ecd35733658ac9e4efb5124b028826386087ccbf0ebf2/didkit-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac80fc5b6ed231b32e3fc252d69ccd9abfb1b4ead19bcc5ef17f044b93cadf9a",
                "md5": "350afce6d3a5bc3b7bcce6c9fd3a5ae1",
                "sha256": "fe73e7de8e9d673b79ab95f0a1b01a33cca42eea9fd76009349d2eb080925391"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "350afce6d3a5bc3b7bcce6c9fd3a5ae1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 6637832,
            "upload_time": "2024-08-15T09:43:55",
            "upload_time_iso_8601": "2024-08-15T09:43:55.418660Z",
            "url": "https://files.pythonhosted.org/packages/ac/80/fc5b6ed231b32e3fc252d69ccd9abfb1b4ead19bcc5ef17f044b93cadf9a/didkit-0.3.3-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "772222c4e5a382fc90b5da6ff40103190f10907b802bf1e3c7678984fcdf1d9b",
                "md5": "28ffbb8cddc19f1894f41fc176361681",
                "sha256": "d2abf625d10645ccb9f170301677de75abbafbad693211ab0064939367e62870"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "28ffbb8cddc19f1894f41fc176361681",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 8492427,
            "upload_time": "2024-08-15T09:43:57",
            "upload_time_iso_8601": "2024-08-15T09:43:57.454560Z",
            "url": "https://files.pythonhosted.org/packages/77/22/22c4e5a382fc90b5da6ff40103190f10907b802bf1e3c7678984fcdf1d9b/didkit-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e67c5edb6411a205c5d69d9d5eced36af14bdd6290c304786e5189e0db6b8b5b",
                "md5": "89c2dc66565058ab50c4c55c7581f66d",
                "sha256": "9edb85b27b727ffba7accf42f21729a2ca59cf786b1bb38969d2f8dd9f84ef4e"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "89c2dc66565058ab50c4c55c7581f66d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 9327950,
            "upload_time": "2024-08-15T09:43:59",
            "upload_time_iso_8601": "2024-08-15T09:43:59.932545Z",
            "url": "https://files.pythonhosted.org/packages/e6/7c/5edb6411a205c5d69d9d5eced36af14bdd6290c304786e5189e0db6b8b5b/didkit-0.3.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2da28e2a100614629ce300c920aef44a1f71b244739ea45a305d46c5147d4362",
                "md5": "708bb4284522f5da0c288215980b628f",
                "sha256": "d567bf0f7e328287a2037d09b5441b60a330f5490235598c44a67f1c03fbd241"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "708bb4284522f5da0c288215980b628f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 8697944,
            "upload_time": "2024-08-15T09:44:02",
            "upload_time_iso_8601": "2024-08-15T09:44:02.542102Z",
            "url": "https://files.pythonhosted.org/packages/2d/a2/8e2a100614629ce300c920aef44a1f71b244739ea45a305d46c5147d4362/didkit-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23bd49f3eb360409f8c19534dde8591380ab5faef1e3f62047aa7076bffb4df3",
                "md5": "e88b106d4bf8c9d2ac08a36e895d5deb",
                "sha256": "be18fae3d63b02f81f60f7ed27f87f005a4670ab12a92c42ecfaf02d954abe67"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "e88b106d4bf8c9d2ac08a36e895d5deb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 5776009,
            "upload_time": "2024-08-15T09:44:04",
            "upload_time_iso_8601": "2024-08-15T09:44:04.705610Z",
            "url": "https://files.pythonhosted.org/packages/23/bd/49f3eb360409f8c19534dde8591380ab5faef1e3f62047aa7076bffb4df3/didkit-0.3.3-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b5de585973a62115c303d115c8c3d4d991bbdc39353eeb93d7b7d7b8b8ba466",
                "md5": "379163704895aedec8ee5ddd60351c1b",
                "sha256": "04fd3db72e8d8beace3de76d2a9995977dc6c4fcdb2a4309d51bc74aae87246f"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "379163704895aedec8ee5ddd60351c1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 6181567,
            "upload_time": "2024-08-15T09:44:06",
            "upload_time_iso_8601": "2024-08-15T09:44:06.403871Z",
            "url": "https://files.pythonhosted.org/packages/4b/5d/e585973a62115c303d115c8c3d4d991bbdc39353eeb93d7b7d7b8b8ba466/didkit-0.3.3-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9b6753e67c6d91e6617b29ea060a6a93226ee6e6555504d82c8a6be5b3e1b58",
                "md5": "d61987250107565192b676c32a589414",
                "sha256": "8102054ef6500d5b0b814f997decc0257338c12bab92c9513aec201aa662eb65"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d61987250107565192b676c32a589414",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 8493066,
            "upload_time": "2024-08-15T09:44:08",
            "upload_time_iso_8601": "2024-08-15T09:44:08.054829Z",
            "url": "https://files.pythonhosted.org/packages/c9/b6/753e67c6d91e6617b29ea060a6a93226ee6e6555504d82c8a6be5b3e1b58/didkit-0.3.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8aaaa04878f6e3e531bc28c02fb17b332fc444f28f502397abf032689065d35a",
                "md5": "875191285698f3111ffbd769188cfdd5",
                "sha256": "026c1752cab858fd55625030c5c8837f2678e78fd52dd7845b27a7dd155e2229"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "875191285698f3111ffbd769188cfdd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 8169532,
            "upload_time": "2024-08-15T09:44:10",
            "upload_time_iso_8601": "2024-08-15T09:44:10.775827Z",
            "url": "https://files.pythonhosted.org/packages/8a/aa/a04878f6e3e531bc28c02fb17b332fc444f28f502397abf032689065d35a/didkit-0.3.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ddfe50d4c200cb4deacb35b616a43bd2bacc22fc8a6b2102a3e0872843e097e",
                "md5": "e9c8a11a0cac6a48fb67f69518f7a6f0",
                "sha256": "872a3a42946ac9528411c9566a0dae1977473b515bfa573360d050c36ca60774"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e9c8a11a0cac6a48fb67f69518f7a6f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 9329919,
            "upload_time": "2024-08-15T09:44:12",
            "upload_time_iso_8601": "2024-08-15T09:44:12.751599Z",
            "url": "https://files.pythonhosted.org/packages/5d/df/e50d4c200cb4deacb35b616a43bd2bacc22fc8a6b2102a3e0872843e097e/didkit-0.3.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed6580b4b204d9e4c76b8e0e3d0b522f1c843239b7df5360d6b253135964df7d",
                "md5": "51030d2c3a0c37f4da8492e2d018d90b",
                "sha256": "abc553aea2fbcf87c46a735c230da8b2b7499df06fccc319d85c51c47fd08329"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "51030d2c3a0c37f4da8492e2d018d90b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 8698022,
            "upload_time": "2024-08-15T09:44:15",
            "upload_time_iso_8601": "2024-08-15T09:44:15.350373Z",
            "url": "https://files.pythonhosted.org/packages/ed/65/80b4b204d9e4c76b8e0e3d0b522f1c843239b7df5360d6b253135964df7d/didkit-0.3.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9fa4773e9fd4507c1dd0f776606fd0321fccb99685026b722096432af217055",
                "md5": "d2f93ecd58394f19a7f9c8cc9d3d4ea7",
                "sha256": "e7c6ffd11b0657ac89f573b616bd18a8146addb51bcc30d0ace77450a427f22a"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "d2f93ecd58394f19a7f9c8cc9d3d4ea7",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 5776034,
            "upload_time": "2024-08-15T09:44:18",
            "upload_time_iso_8601": "2024-08-15T09:44:18.437704Z",
            "url": "https://files.pythonhosted.org/packages/e9/fa/4773e9fd4507c1dd0f776606fd0321fccb99685026b722096432af217055/didkit-0.3.3-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf7c0256fd54e079c190de1a313fd13363ca1127c6eb81fefe55668e95df07cb",
                "md5": "bf22fb9ca5fda2dceeff91dc8a8eabe9",
                "sha256": "1226eea8950e7d701de46897fd5f364ecdb08da50e3e40d612a7a6b0365c19c7"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bf22fb9ca5fda2dceeff91dc8a8eabe9",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6182976,
            "upload_time": "2024-08-15T09:44:20",
            "upload_time_iso_8601": "2024-08-15T09:44:20.274575Z",
            "url": "https://files.pythonhosted.org/packages/cf/7c/0256fd54e079c190de1a313fd13363ca1127c6eb81fefe55668e95df07cb/didkit-0.3.3-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b19d226a36c2b9223eaa29e7709008b326d2fb1c9559f8bfe69784d8668634fa",
                "md5": "e1849b81d7ee618b004d296a7353c7ef",
                "sha256": "c23bf2035c36cf00c0060e358dc5f83cffb1a7c45c211f0099fa507360d5fd4c"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e1849b81d7ee618b004d296a7353c7ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 8492993,
            "upload_time": "2024-08-15T09:44:22",
            "upload_time_iso_8601": "2024-08-15T09:44:22.019566Z",
            "url": "https://files.pythonhosted.org/packages/b1/9d/226a36c2b9223eaa29e7709008b326d2fb1c9559f8bfe69784d8668634fa/didkit-0.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dbb65dca569e3538c465d6c875a16ad77f2ad9deb39a2ceb2098ee554dbf1fe",
                "md5": "a5f1ad13e85762cb8a7415522eb718b6",
                "sha256": "113fd12b483df40a1310e9709b2b7c35d1aecda88ee69ddcca7a727307f67f15"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a5f1ad13e85762cb8a7415522eb718b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 8169337,
            "upload_time": "2024-08-15T09:44:24",
            "upload_time_iso_8601": "2024-08-15T09:44:24.576307Z",
            "url": "https://files.pythonhosted.org/packages/3d/bb/65dca569e3538c465d6c875a16ad77f2ad9deb39a2ceb2098ee554dbf1fe/didkit-0.3.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0566808b7645c9833c2a62089762d0673428843a19478c8c9a283443c448d34a",
                "md5": "67f8cebb2d30f5eb428645a5f303a185",
                "sha256": "09b7342be052947820b0a3893a62bae1946acdbd5edbe2e62e7859a9b9e42ce1"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "67f8cebb2d30f5eb428645a5f303a185",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 9330518,
            "upload_time": "2024-08-15T09:44:28",
            "upload_time_iso_8601": "2024-08-15T09:44:28.649027Z",
            "url": "https://files.pythonhosted.org/packages/05/66/808b7645c9833c2a62089762d0673428843a19478c8c9a283443c448d34a/didkit-0.3.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92fdbe1f9cc63f08a240bad4263006667c354dad5f7c06aa6a61ac36d88606ec",
                "md5": "1a39a9d13ce5c2c7b608161e332ba600",
                "sha256": "7b062c1d232ee7d7388058dbee5f6dcb8992fd8d949e0ba9057d57869a86f823"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1a39a9d13ce5c2c7b608161e332ba600",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 8698039,
            "upload_time": "2024-08-15T09:44:31",
            "upload_time_iso_8601": "2024-08-15T09:44:31.281454Z",
            "url": "https://files.pythonhosted.org/packages/92/fd/be1f9cc63f08a240bad4263006667c354dad5f7c06aa6a61ac36d88606ec/didkit-0.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "193e09fc5cc67b0f1c809a37a45ef22aa7850c1d46122412bf2839fdc85c3c34",
                "md5": "869990d64772eef04c7ae41bd43405b8",
                "sha256": "c3ac5162df1d17e49910336c9b6d7541c6e5d1ea25c5e689e0268b4da54314d5"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "869990d64772eef04c7ae41bd43405b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 5775377,
            "upload_time": "2024-08-15T09:44:33",
            "upload_time_iso_8601": "2024-08-15T09:44:33.459875Z",
            "url": "https://files.pythonhosted.org/packages/19/3e/09fc5cc67b0f1c809a37a45ef22aa7850c1d46122412bf2839fdc85c3c34/didkit-0.3.3-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "445693b12a8f7a943b7476c198da9d0a95734c0acde3f1692a55db28a03e76bc",
                "md5": "7f1dc5c76c0541e9307521fe07bcf3bd",
                "sha256": "1f86513253be42dba438869a9136886fa743874225bb263063f5ffc3655bc276"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7f1dc5c76c0541e9307521fe07bcf3bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 6182667,
            "upload_time": "2024-08-15T09:44:35",
            "upload_time_iso_8601": "2024-08-15T09:44:35.577662Z",
            "url": "https://files.pythonhosted.org/packages/44/56/93b12a8f7a943b7476c198da9d0a95734c0acde3f1692a55db28a03e76bc/didkit-0.3.3-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "592c91e0263cbcba670d364fea0b1c222ea3183c0eebf93d93a0de2aca714994",
                "md5": "879e8cc1df2ff88c02aa556fd169911b",
                "sha256": "52a53ed478cc080865159f2553c57998d68f82d9e4478dfdffcf86b1fe575c8b"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "879e8cc1df2ff88c02aa556fd169911b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6829290,
            "upload_time": "2024-08-15T09:44:37",
            "upload_time_iso_8601": "2024-08-15T09:44:37.805501Z",
            "url": "https://files.pythonhosted.org/packages/59/2c/91e0263cbcba670d364fea0b1c222ea3183c0eebf93d93a0de2aca714994/didkit-0.3.3-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "146216081e43d68010f22873958659913a59158547e2a3eba83802a1bbd1d34a",
                "md5": "291d9fa70d2ff86ef9d1d9d14fb720a6",
                "sha256": "08a4c0477f2358ee4417149d1692a6fc75f88f9b88c52eabcb96608cc6fcd75c"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "291d9fa70d2ff86ef9d1d9d14fb720a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6638287,
            "upload_time": "2024-08-15T09:44:39",
            "upload_time_iso_8601": "2024-08-15T09:44:39.857687Z",
            "url": "https://files.pythonhosted.org/packages/14/62/16081e43d68010f22873958659913a59158547e2a3eba83802a1bbd1d34a/didkit-0.3.3-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7dd0a8c2cb6913e89c47be2c7267b795df4b58411d236e474a1b7fc64214c19",
                "md5": "5af7f9fc19885c1619e9cf4318136932",
                "sha256": "d8a6bf7f30ffb9042a986d6efd52a769afefa048b09ba2fee443a693212d6f49"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5af7f9fc19885c1619e9cf4318136932",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 8492716,
            "upload_time": "2024-08-15T09:44:41",
            "upload_time_iso_8601": "2024-08-15T09:44:41.969627Z",
            "url": "https://files.pythonhosted.org/packages/c7/dd/0a8c2cb6913e89c47be2c7267b795df4b58411d236e474a1b7fc64214c19/didkit-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce3329596f41b051e6bc01f030fc528fc770be60640721b75bc5c2c51dcf91a7",
                "md5": "7d21b13cd112dc1b555b3ee8b069405b",
                "sha256": "7b0a772133d033e70d42b3443bf206ff1e7cf5e08454862118ec27329aefe0fb"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7d21b13cd112dc1b555b3ee8b069405b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 8168747,
            "upload_time": "2024-08-15T09:44:44",
            "upload_time_iso_8601": "2024-08-15T09:44:44.694966Z",
            "url": "https://files.pythonhosted.org/packages/ce/33/29596f41b051e6bc01f030fc528fc770be60640721b75bc5c2c51dcf91a7/didkit-0.3.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5bcaef24135ec3b818f022d1c34cb1c51d3d8122dcf9504773d69e1353df7c5",
                "md5": "a8a6c265ce29e8d13bd6f44fcf1c500c",
                "sha256": "158fb8b7de2eadeb169302c81e658adecbe6e9d6056c45799e998ed2f452119e"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a8a6c265ce29e8d13bd6f44fcf1c500c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 9327624,
            "upload_time": "2024-08-15T09:44:46",
            "upload_time_iso_8601": "2024-08-15T09:44:46.661926Z",
            "url": "https://files.pythonhosted.org/packages/b5/bc/aef24135ec3b818f022d1c34cb1c51d3d8122dcf9504773d69e1353df7c5/didkit-0.3.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0282e9e943ba8c6d079a39fe47c0913f975c905a0b92fcd47e7a327271c090f9",
                "md5": "5d941fdb3096833acc742900ce05d9d9",
                "sha256": "10cbc0f8f8fd6ba83bc99e68f4fc335bca9ee8b34527764c0f85eaf777bec597"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5d941fdb3096833acc742900ce05d9d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 8698649,
            "upload_time": "2024-08-15T09:44:48",
            "upload_time_iso_8601": "2024-08-15T09:44:48.927651Z",
            "url": "https://files.pythonhosted.org/packages/02/82/e9e943ba8c6d079a39fe47c0913f975c905a0b92fcd47e7a327271c090f9/didkit-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86f2b9c2b57a7bfea3599a4f023fcba56a94b43e6a0be7f60c9872936ae16281",
                "md5": "6a03b39ff205ae8f6ba4abe116ae6ddd",
                "sha256": "a3608791fa63541ec03c8866305ec9b8bf0642d79265375eacf153312db49f68"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "6a03b39ff205ae8f6ba4abe116ae6ddd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 5775818,
            "upload_time": "2024-08-15T09:44:51",
            "upload_time_iso_8601": "2024-08-15T09:44:51.611174Z",
            "url": "https://files.pythonhosted.org/packages/86/f2/b9c2b57a7bfea3599a4f023fcba56a94b43e6a0be7f60c9872936ae16281/didkit-0.3.3-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59f589a9653730412ba2380d179570a3497bf4e9950d24334f8e15cc982eda35",
                "md5": "2326adc69a6fb67db498f8bc09e12b64",
                "sha256": "e15373e6a475d81ecf4b49f77bf3c2139366c40ab992ed7b45e24e4f86622cd6"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2326adc69a6fb67db498f8bc09e12b64",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6183002,
            "upload_time": "2024-08-15T09:44:53",
            "upload_time_iso_8601": "2024-08-15T09:44:53.503913Z",
            "url": "https://files.pythonhosted.org/packages/59/f5/89a9653730412ba2380d179570a3497bf4e9950d24334f8e15cc982eda35/didkit-0.3.3-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f977d801e289f9677b72a5505834d201ac7cfdf0d379ad1a257133b764558eed",
                "md5": "84b7e8bcb37ea913cab47fc06c814896",
                "sha256": "a5c2f8cc1977369bafa8c5aff59c34487fa0345f0ddb12cd04daec1391dfb922"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "84b7e8bcb37ea913cab47fc06c814896",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 9326587,
            "upload_time": "2024-08-15T09:44:55",
            "upload_time_iso_8601": "2024-08-15T09:44:55.574717Z",
            "url": "https://files.pythonhosted.org/packages/f9/77/d801e289f9677b72a5505834d201ac7cfdf0d379ad1a257133b764558eed/didkit-0.3.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b19535eeaaa6888251e6bdb64fb59b9bed1e31d8eed6e53e738005524fd116d7",
                "md5": "50f17c00cd4c810849c40a74d0a176c4",
                "sha256": "ce10837540cf67ad260f128dff452bdab0c5624fca2a22a2fe60724622db5d1d"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "50f17c00cd4c810849c40a74d0a176c4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 8698352,
            "upload_time": "2024-08-15T09:44:58",
            "upload_time_iso_8601": "2024-08-15T09:44:58.319199Z",
            "url": "https://files.pythonhosted.org/packages/b1/95/35eeaaa6888251e6bdb64fb59b9bed1e31d8eed6e53e738005524fd116d7/didkit-0.3.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94c844e2051c750db25bc8edacefec602b8f36717bb02b855ee1da983288ab12",
                "md5": "10bf171e86b4d61d66401b0834f379d9",
                "sha256": "4f0c228005d0add67df4eafe67d132d62dac49d1c08752e20e39c8ed23c913ac"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "10bf171e86b4d61d66401b0834f379d9",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 8496181,
            "upload_time": "2024-08-15T09:45:00",
            "upload_time_iso_8601": "2024-08-15T09:45:00.573385Z",
            "url": "https://files.pythonhosted.org/packages/94/c8/44e2051c750db25bc8edacefec602b8f36717bb02b855ee1da983288ab12/didkit-0.3.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed6298e23cfcccc2a9f4a4dfd8e145830819f0afff5572b94a2ef7bfaf3065c8",
                "md5": "27c019f7492491179ced29929e480d87",
                "sha256": "04a21d458370c13da1dbfa6050e5c9eb6ff599170e3651483907542831783b1d"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "27c019f7492491179ced29929e480d87",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 8171493,
            "upload_time": "2024-08-15T09:45:03",
            "upload_time_iso_8601": "2024-08-15T09:45:03.410007Z",
            "url": "https://files.pythonhosted.org/packages/ed/62/98e23cfcccc2a9f4a4dfd8e145830819f0afff5572b94a2ef7bfaf3065c8/didkit-0.3.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7ce412959d2ee41d05f4cbe22a9a14a278e3e14dab4236cef39190c0f5ff0be",
                "md5": "06e56d44fad690adb78a52516c460177",
                "sha256": "4dc6e73edc9e421a87182a46307972cc50084cb2b7fb023879c0fb06c266a3fc"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "06e56d44fad690adb78a52516c460177",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 8492595,
            "upload_time": "2024-08-15T09:45:05",
            "upload_time_iso_8601": "2024-08-15T09:45:05.543141Z",
            "url": "https://files.pythonhosted.org/packages/c7/ce/412959d2ee41d05f4cbe22a9a14a278e3e14dab4236cef39190c0f5ff0be/didkit-0.3.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b55389a643320d5f8bebcb2886d5a92580f2c7eb1a19e15eefeef04b30b55459",
                "md5": "bda03c729a42ebeba04f277b29bff8da",
                "sha256": "f54cc1ce10b59ea760e9d04f52a3123fdc74ce5d85f920ac5bf72cf905ecf89f"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bda03c729a42ebeba04f277b29bff8da",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 8168719,
            "upload_time": "2024-08-15T09:45:07",
            "upload_time_iso_8601": "2024-08-15T09:45:07.956964Z",
            "url": "https://files.pythonhosted.org/packages/b5/53/89a643320d5f8bebcb2886d5a92580f2c7eb1a19e15eefeef04b30b55459/didkit-0.3.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "690678e27393458d9673d607a4c7f10636b8fc3f946ad6c5154e1d2a89ecca11",
                "md5": "0b771bd5e1422c3746c5d9f2de21c680",
                "sha256": "b6f4df56833cefc7bfa9e0a82900fa05fe0eafa16dfb0dfd4bc633a17b986a13"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0b771bd5e1422c3746c5d9f2de21c680",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 8491661,
            "upload_time": "2024-08-15T09:45:10",
            "upload_time_iso_8601": "2024-08-15T09:45:10.071011Z",
            "url": "https://files.pythonhosted.org/packages/69/06/78e27393458d9673d607a4c7f10636b8fc3f946ad6c5154e1d2a89ecca11/didkit-0.3.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcf1b1b226e5ea6923454bb18cbb4ed9b23ce16c7c3f57a03b20a5c7c28b41b5",
                "md5": "dcaca2f62c624458ec159fd6e852e60f",
                "sha256": "a8cef985a01988513ffab52e3a4802ba9c0273bdd392bb10cd00a11ebfbe0823"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "dcaca2f62c624458ec159fd6e852e60f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 8168156,
            "upload_time": "2024-08-15T09:45:12",
            "upload_time_iso_8601": "2024-08-15T09:45:12.412361Z",
            "url": "https://files.pythonhosted.org/packages/fc/f1/b1b226e5ea6923454bb18cbb4ed9b23ce16c7c3f57a03b20a5c7c28b41b5/didkit-0.3.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9c3faa1a22115b218e48a1cf48be53255452140164b57fd9c822fcbb56aaac7",
                "md5": "894171db46968c37750460ee55b23f7f",
                "sha256": "275c2a1afde16b0f3a6ac8dfa6737e2c656617065a0b9c953503bb8958838e39"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "894171db46968c37750460ee55b23f7f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 9326482,
            "upload_time": "2024-08-15T09:45:14",
            "upload_time_iso_8601": "2024-08-15T09:45:14.650820Z",
            "url": "https://files.pythonhosted.org/packages/a9/c3/faa1a22115b218e48a1cf48be53255452140164b57fd9c822fcbb56aaac7/didkit-0.3.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69906c72470829348d56b6f479de8c925a40062f4a607c0559f42d258f1a14ee",
                "md5": "8e181815fdc71df8688b3eed4d2bfa7a",
                "sha256": "c22f4a45d5205a92965c30e0aa7ff465d5822d2c6557cc73c10c7973ca33d3d6"
            },
            "downloads": -1,
            "filename": "didkit-0.3.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8e181815fdc71df8688b3eed4d2bfa7a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 8698279,
            "upload_time": "2024-08-15T09:45:17",
            "upload_time_iso_8601": "2024-08-15T09:45:17.025430Z",
            "url": "https://files.pythonhosted.org/packages/69/90/6c72470829348d56b6f479de8c925a40062f4a607c0559f42d258f1a14ee/didkit-0.3.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-15 09:43:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spruceid",
    "github_project": "didkit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "didkit"
}
        
Elapsed time: 0.31378s