diffusion-core


Namediffusion-core JSON
Version 0.0.71 PyPI version JSON
download
home_pageNone
SummaryPython SDK for Diffusion - CBOR serialisation.
upload_time2024-09-26 16:53:38
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.8
licenseProprietary
keywords diffusion cloud websockets data delta
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python SDK for Diffusion - Core functionality

**Pre-release version; not ready for production.**

This is the core module for the [Python SDK for Diffusion](https://pypi.org/project/diffusion/).
It provides core functionality for the Python client, in particular
the native bindings for various performance-critical functions.

## Supported Python Versions

The Diffusion Python SDK officially supports the following:

Supported Interpreters:

* CPython 3.7.9 or later
* CPython 3.8.6 or later
* CPython 3.9.0 or later

Supported Platforms:

* MacOS 10.13-11.5
* Windows Intel 64-bit
* Any Linux supported by the [ManyLinux 2010/2014](https://github.com/pypa/manylinux) binary wheel standard.

## Current Capabilities

- CBOR (the binary protocol used to communicate with the Diffusion Server):
  - indefinite encoding (the preferred variant)
  - definite encoding
- Delta encoding/decoding (used to send and receive changes in a compact, CBOR-based format)

## Test call

```
python
import diffusion_core.cbor as diffusion_cbor
obj = {"arbitary":["json", "data", 0.0, -35]}
diffusion_cbor.dumps(obj, indefinite=True)

import diffusion_core.delta as diffusion_delta
orig = b'\0x00'
dest = b'\0xff'
# diff returns an object which is convertible to bytes
diff = bytes(diffusion_delta.diff(orig, dest))
# patch also returns an object which is convertible to bytes
reconstructed_dest = bytes(diffusion_delta.patch(orig, diff))
assert(dest == reconstructed_dest)

```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "diffusion-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.8",
    "maintainer_email": null,
    "keywords": "diffusion, cloud, websockets, data, delta",
    "author": null,
    "author_email": "DiffusionData Limited <contact@diffusiondata.com>",
    "download_url": null,
    "platform": null,
    "description": "# Python SDK for Diffusion - Core functionality\n\n**Pre-release version; not ready for production.**\n\nThis is the core module for the [Python SDK for Diffusion](https://pypi.org/project/diffusion/).\nIt provides core functionality for the Python client, in particular\nthe native bindings for various performance-critical functions.\n\n## Supported Python Versions\n\nThe Diffusion Python SDK officially supports the following:\n\nSupported Interpreters:\n\n* CPython 3.7.9 or later\n* CPython 3.8.6 or later\n* CPython 3.9.0 or later\n\nSupported Platforms:\n\n* MacOS 10.13-11.5\n* Windows Intel 64-bit\n* Any Linux supported by the [ManyLinux 2010/2014](https://github.com/pypa/manylinux) binary wheel standard.\n\n## Current Capabilities\n\n- CBOR (the binary protocol used to communicate with the Diffusion Server):\n  - indefinite encoding (the preferred variant)\n  - definite encoding\n- Delta encoding/decoding (used to send and receive changes in a compact, CBOR-based format)\n\n## Test call\n\n```\npython\nimport diffusion_core.cbor as diffusion_cbor\nobj = {\"arbitary\":[\"json\", \"data\", 0.0, -35]}\ndiffusion_cbor.dumps(obj, indefinite=True)\n\nimport diffusion_core.delta as diffusion_delta\norig = b'\\0x00'\ndest = b'\\0xff'\n# diff returns an object which is convertible to bytes\ndiff = bytes(diffusion_delta.diff(orig, dest))\n# patch also returns an object which is convertible to bytes\nreconstructed_dest = bytes(diffusion_delta.patch(orig, diff))\nassert(dest == reconstructed_dest)\n\n```\n",
    "bugtrack_url": null,
    "license": "Proprietary",
    "summary": "Python SDK for Diffusion - CBOR serialisation.",
    "version": "0.0.71",
    "project_urls": {
        "Homepage": "https://www.diffusiondata.com/"
    },
    "split_keywords": [
        "diffusion",
        " cloud",
        " websockets",
        " data",
        " delta"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb0431643840e37d9e7835fe3d77d92ebb80f9e7f9380d84e66f67746ce52b8d",
                "md5": "002b55e2d7472ae9441bf6b3b0dab68f",
                "sha256": "ecd4f35a6c28567bea13b0894347a4b0e08a34f1db6e359b8fc4d1fe73bd4eb9"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp310-cp310-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "002b55e2d7472ae9441bf6b3b0dab68f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 325090,
            "upload_time": "2024-09-26T16:53:38",
            "upload_time_iso_8601": "2024-09-26T16:53:38.972699Z",
            "url": "https://files.pythonhosted.org/packages/fb/04/31643840e37d9e7835fe3d77d92ebb80f9e7f9380d84e66f67746ce52b8d/diffusion_core-0.0.71-1-cp310-cp310-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ff0fc61e34c41831b2b282f98bef264aef4ffc82a63ad4e674ea4ff3f3e49db",
                "md5": "3323a733e30e22f701db2a955fd16d64",
                "sha256": "d16c1699deaf04b8e56a947310b0649d37735b3f144185c3cfe9fad7feffbd1b"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp310-cp310-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3323a733e30e22f701db2a955fd16d64",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 325288,
            "upload_time": "2024-09-26T16:53:40",
            "upload_time_iso_8601": "2024-09-26T16:53:40.866783Z",
            "url": "https://files.pythonhosted.org/packages/9f/f0/fc61e34c41831b2b282f98bef264aef4ffc82a63ad4e674ea4ff3f3e49db/diffusion_core-0.0.71-1-cp310-cp310-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76832046f0c69d3c0fb16fdd0468cf1772ea2634f2749c72bbdf990fa39e515f",
                "md5": "f55d77a0ec907f95677692d011d4f6e7",
                "sha256": "bea65d6731ad9db9ec63a9925c25d444bffef96c20cdd1908a664b33da6ebf0f"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f55d77a0ec907f95677692d011d4f6e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 343437,
            "upload_time": "2024-09-26T16:53:42",
            "upload_time_iso_8601": "2024-09-26T16:53:42.538671Z",
            "url": "https://files.pythonhosted.org/packages/76/83/2046f0c69d3c0fb16fdd0468cf1772ea2634f2749c72bbdf990fa39e515f/diffusion_core-0.0.71-1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffed9ce75e9411263144ac0f24953921d84537a74673e0ea3390690d8118a97e",
                "md5": "efdea6abd60569055154a3ef6ff6c406",
                "sha256": "0e6905edd83e4786ed9be3ecec1d398237d6d4dd6daef2f51ee247e428f83977"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp310-cp310-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "efdea6abd60569055154a3ef6ff6c406",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 325285,
            "upload_time": "2024-09-26T16:53:44",
            "upload_time_iso_8601": "2024-09-26T16:53:44.227723Z",
            "url": "https://files.pythonhosted.org/packages/ff/ed/9ce75e9411263144ac0f24953921d84537a74673e0ea3390690d8118a97e/diffusion_core-0.0.71-1-cp310-cp310-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d753b6c528620974076fc0b67348eb8fa14b0ff4b2c8d42e7973776dbe64646",
                "md5": "27f242561771aaef75921b229aecb1e3",
                "sha256": "7e87d2af93f9b6aa43a9d16c714a6e9277b5eac5eedf264b14679f8ca797379a"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl",
            "has_sig": false,
            "md5_digest": "27f242561771aaef75921b229aecb1e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 230528,
            "upload_time": "2024-09-26T16:53:46",
            "upload_time_iso_8601": "2024-09-26T16:53:46.066771Z",
            "url": "https://files.pythonhosted.org/packages/0d/75/3b6c528620974076fc0b67348eb8fa14b0ff4b2c8d42e7973776dbe64646/diffusion_core-0.0.71-1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f5224e72aa00d722e6971d3c6cb238eb024ae88d85a56105b819ee5969f9aaa",
                "md5": "e6777a53ec1a788a67c0705fe0038a02",
                "sha256": "3e98b78540206bc9bc71103eb768a2ab1051d6e087bba4faee303bae3b53e553"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e6777a53ec1a788a67c0705fe0038a02",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 216661,
            "upload_time": "2024-09-26T16:53:48",
            "upload_time_iso_8601": "2024-09-26T16:53:48.530603Z",
            "url": "https://files.pythonhosted.org/packages/8f/52/24e72aa00d722e6971d3c6cb238eb024ae88d85a56105b819ee5969f9aaa/diffusion_core-0.0.71-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fffc2d23eb133b4b6e161a0720e453a36412f3e2c632f677ea2d5efdc445ca62",
                "md5": "01b060a0ea31580ddd909cc02798d985",
                "sha256": "edb16a2987915faaec90702e1b76f7392aa4f6c986bb2b68f02a79ceb85c93a3"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "01b060a0ea31580ddd909cc02798d985",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 89428,
            "upload_time": "2024-09-26T16:53:50",
            "upload_time_iso_8601": "2024-09-26T16:53:50.446878Z",
            "url": "https://files.pythonhosted.org/packages/ff/fc/2d23eb133b4b6e161a0720e453a36412f3e2c632f677ea2d5efdc445ca62/diffusion_core-0.0.71-1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6987041c3d36368a044d132dad3b43263ff72778314fee5a870cb029066298b2",
                "md5": "57d4c31f6cd43e0a066c099781a9699f",
                "sha256": "c9e5bfd81c37c241e3df6824c7e486c76c5b25ce59ae9ca1b9e4ad31e315c6be"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp311-cp311-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "57d4c31f6cd43e0a066c099781a9699f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 325537,
            "upload_time": "2024-09-26T16:53:51",
            "upload_time_iso_8601": "2024-09-26T16:53:51.746330Z",
            "url": "https://files.pythonhosted.org/packages/69/87/041c3d36368a044d132dad3b43263ff72778314fee5a870cb029066298b2/diffusion_core-0.0.71-1-cp311-cp311-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43d4f057496df4fca4b77f4f0c05888446257c473ebdf62224c5f3bfcfb0c0ec",
                "md5": "82190ef6a423d355b98e5c1fb3bf3543",
                "sha256": "d9dacc32aa25752ac0327c5be4045595fff44eca83aa26ec6291a80da00cf58b"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp311-cp311-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "82190ef6a423d355b98e5c1fb3bf3543",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 325663,
            "upload_time": "2024-09-26T16:53:52",
            "upload_time_iso_8601": "2024-09-26T16:53:52.930265Z",
            "url": "https://files.pythonhosted.org/packages/43/d4/f057496df4fca4b77f4f0c05888446257c473ebdf62224c5f3bfcfb0c0ec/diffusion_core-0.0.71-1-cp311-cp311-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "506b1bcbe8a52f8d941c332455dab9f9bd3868f7db62ed053aa4d96ebfc937c6",
                "md5": "486e708196d0747a72b711dbebec0233",
                "sha256": "971eb656d0c5dcafdda0468ff83e3ec63588ad04f338069ec7e92a91fe573827"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "486e708196d0747a72b711dbebec0233",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 344032,
            "upload_time": "2024-09-26T16:53:54",
            "upload_time_iso_8601": "2024-09-26T16:53:54.162871Z",
            "url": "https://files.pythonhosted.org/packages/50/6b/1bcbe8a52f8d941c332455dab9f9bd3868f7db62ed053aa4d96ebfc937c6/diffusion_core-0.0.71-1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f0f3fe296c5f3547fb6e650117f54e76868ad5c514e5b2bc86584916241377c",
                "md5": "a3c3df228a0d4ad441054e78bfdeee0d",
                "sha256": "0997f920ec4c837668afe87845b0ef9ffc468a32f94d48c3c77abf64816d221b"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp311-cp311-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a3c3df228a0d4ad441054e78bfdeee0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 325664,
            "upload_time": "2024-09-26T16:53:55",
            "upload_time_iso_8601": "2024-09-26T16:53:55.714387Z",
            "url": "https://files.pythonhosted.org/packages/8f/0f/3fe296c5f3547fb6e650117f54e76868ad5c514e5b2bc86584916241377c/diffusion_core-0.0.71-1-cp311-cp311-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6e9755fbeba83ab31bdb58f3935183558658fb48d9abea2737716eb217ea98a",
                "md5": "17906767ca1fb8e31e4b4ff71e928ea1",
                "sha256": "7489e6cb9f2e44c02aea421e0f8bd1f7668481d071136d4fc61eec71555803b6"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl",
            "has_sig": false,
            "md5_digest": "17906767ca1fb8e31e4b4ff71e928ea1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 230425,
            "upload_time": "2024-09-26T16:53:57",
            "upload_time_iso_8601": "2024-09-26T16:53:57.249845Z",
            "url": "https://files.pythonhosted.org/packages/b6/e9/755fbeba83ab31bdb58f3935183558658fb48d9abea2737716eb217ea98a/diffusion_core-0.0.71-1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e60ee09c488179af91c988db1998691d9484c3c343b1fd1c3e382c4af192040",
                "md5": "caa83db74788d466c7143749e955af6e",
                "sha256": "6896c2e6ca12f2d005091509ad6be6f0b25fcae36a000cb8b248c81ff86f91a1"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "caa83db74788d466c7143749e955af6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 216703,
            "upload_time": "2024-09-26T16:53:58",
            "upload_time_iso_8601": "2024-09-26T16:53:58.850687Z",
            "url": "https://files.pythonhosted.org/packages/8e/60/ee09c488179af91c988db1998691d9484c3c343b1fd1c3e382c4af192040/diffusion_core-0.0.71-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db0dbc9c12b32e92c62fc39c2e66f56e30fed952a4deb98ae6d0c584f236bed7",
                "md5": "f4333280bdd4d3d21ff2b5cba1166762",
                "sha256": "3204610a39ba545de05a905c330e9c3230ddd6cad9e1b3b640a1bdb11689bb6e"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f4333280bdd4d3d21ff2b5cba1166762",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 89463,
            "upload_time": "2024-09-26T16:54:00",
            "upload_time_iso_8601": "2024-09-26T16:54:00.369126Z",
            "url": "https://files.pythonhosted.org/packages/db/0d/bc9c12b32e92c62fc39c2e66f56e30fed952a4deb98ae6d0c584f236bed7/diffusion_core-0.0.71-1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b0d297b45532b9574f4954a33b23390b10f91706deecd033c36b2be8ecbbf87",
                "md5": "380174d78bc098ec6db1bafccea88d6b",
                "sha256": "130e642681a80eee8285077672f7b9c3332c5fe41cec615b3d9ac7a4b7ec40f3"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp312-cp312-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "380174d78bc098ec6db1bafccea88d6b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 330757,
            "upload_time": "2024-09-26T16:54:02",
            "upload_time_iso_8601": "2024-09-26T16:54:02.002902Z",
            "url": "https://files.pythonhosted.org/packages/1b/0d/297b45532b9574f4954a33b23390b10f91706deecd033c36b2be8ecbbf87/diffusion_core-0.0.71-1-cp312-cp312-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e09d9f0f24be188a7408bb1d2809e60d512719529e02a8c922110a40ce266312",
                "md5": "027138cd2fb64dbb7cfe8db07b131884",
                "sha256": "3e24b4f038b6ed8f060673dd42efcf6b65c7eea9e23774809f54af0b8013358c"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp312-cp312-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "027138cd2fb64dbb7cfe8db07b131884",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 330659,
            "upload_time": "2024-09-26T16:54:03",
            "upload_time_iso_8601": "2024-09-26T16:54:03.157163Z",
            "url": "https://files.pythonhosted.org/packages/e0/9d/9f0f24be188a7408bb1d2809e60d512719529e02a8c922110a40ce266312/diffusion_core-0.0.71-1-cp312-cp312-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16181a33a9a03b5aa512e5190f6e08447d4840ba356b8ec3d29a6e167dec3ec3",
                "md5": "f326a4af07ebe4b04f2f3815ecb244b6",
                "sha256": "5f3bf4c9163e1c4986c648a0f58308e9ce303529505672c3d5a630d78391159c"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f326a4af07ebe4b04f2f3815ecb244b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 348672,
            "upload_time": "2024-09-26T16:54:04",
            "upload_time_iso_8601": "2024-09-26T16:54:04.691502Z",
            "url": "https://files.pythonhosted.org/packages/16/18/1a33a9a03b5aa512e5190f6e08447d4840ba356b8ec3d29a6e167dec3ec3/diffusion_core-0.0.71-1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a18db7ed53be68cdf19c6f73367709ddabf423c26ec357a5e525124f2416fe28",
                "md5": "4f5d9a9eb5e90bb5fc3ee32b85c84e21",
                "sha256": "d24f86469c5b7b4a15804a25f996a204eba19c24d0f4eb2356bf60786b16c83e"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp312-cp312-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4f5d9a9eb5e90bb5fc3ee32b85c84e21",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 330659,
            "upload_time": "2024-09-26T16:54:06",
            "upload_time_iso_8601": "2024-09-26T16:54:06.441188Z",
            "url": "https://files.pythonhosted.org/packages/a1/8d/b7ed53be68cdf19c6f73367709ddabf423c26ec357a5e525124f2416fe28/diffusion_core-0.0.71-1-cp312-cp312-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "caa033dd93581d895dfed9ff446b80b403a48f3d68f13061474b281d61a3757d",
                "md5": "72204f6b5d9597ee30af03efa283c37f",
                "sha256": "39172ce9e5000322867639dd69418f9a0f1feeacb77002d9bd08163059f7d572"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl",
            "has_sig": false,
            "md5_digest": "72204f6b5d9597ee30af03efa283c37f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 231402,
            "upload_time": "2024-09-26T16:54:08",
            "upload_time_iso_8601": "2024-09-26T16:54:08.045329Z",
            "url": "https://files.pythonhosted.org/packages/ca/a0/33dd93581d895dfed9ff446b80b403a48f3d68f13061474b281d61a3757d/diffusion_core-0.0.71-1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60eb6ab8fa23c2e44924fd9a640350520f53bbf6404e3dacea1ba71e2d75e966",
                "md5": "8ced69a447fc7dcd0e795058c33b4c68",
                "sha256": "b4247ab771936278b37277a40b9143f4e105f3eaa086d4ba6a35ceab7817f2d0"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8ced69a447fc7dcd0e795058c33b4c68",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 218095,
            "upload_time": "2024-09-26T16:54:09",
            "upload_time_iso_8601": "2024-09-26T16:54:09.282799Z",
            "url": "https://files.pythonhosted.org/packages/60/eb/6ab8fa23c2e44924fd9a640350520f53bbf6404e3dacea1ba71e2d75e966/diffusion_core-0.0.71-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f773304bfb91b8809f09138c8de6001fe9eb745501bb7bbf10760c6ae1ec041",
                "md5": "de78d266856885da5145461cd4f05e1a",
                "sha256": "99ee2b6c85b17785a6276e4fec78469a285d0f08efac0189b901ac76a4b857c3"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "de78d266856885da5145461cd4f05e1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 90131,
            "upload_time": "2024-09-26T16:54:10",
            "upload_time_iso_8601": "2024-09-26T16:54:10.451811Z",
            "url": "https://files.pythonhosted.org/packages/1f/77/3304bfb91b8809f09138c8de6001fe9eb745501bb7bbf10760c6ae1ec041/diffusion_core-0.0.71-1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a8065406f89b9bd976ead7b36b8a9b994738bddab3112b0b25141ad6b6a72f3",
                "md5": "9437eeac673e6dc5004efd73cf2f61bb",
                "sha256": "6353401665c433c5d4c31692340308718b89e64246ded127a1a8f1fb4bfb87f1"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp38-cp38-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9437eeac673e6dc5004efd73cf2f61bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 324421,
            "upload_time": "2024-09-26T16:54:11",
            "upload_time_iso_8601": "2024-09-26T16:54:11.554756Z",
            "url": "https://files.pythonhosted.org/packages/6a/80/65406f89b9bd976ead7b36b8a9b994738bddab3112b0b25141ad6b6a72f3/diffusion_core-0.0.71-1-cp38-cp38-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "731fd5d6b5019cad39995528027c67ecad474ec8cd12b3e46a19671a93f63362",
                "md5": "d0b451dcfef304574c3cf1812f6365ff",
                "sha256": "fc7fd32ff3fe1786fc56ac8531935f06fda624b9fba00aa9ba5fe819d701c1a5"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp38-cp38-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d0b451dcfef304574c3cf1812f6365ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 324320,
            "upload_time": "2024-09-26T16:54:12",
            "upload_time_iso_8601": "2024-09-26T16:54:12.722089Z",
            "url": "https://files.pythonhosted.org/packages/73/1f/d5d6b5019cad39995528027c67ecad474ec8cd12b3e46a19671a93f63362/diffusion_core-0.0.71-1-cp38-cp38-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "118a86f3728c59f7e3d5ff93040cf2024c3395293c06ea0f1fa9dfab0bb7e4af",
                "md5": "8ba257ca1e0ba4b3ed4469e29bbeb78c",
                "sha256": "3edbd25fe3bf94e83e92a1606e54a390e6d7f7b3336a714387d85eec87304b41"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8ba257ca1e0ba4b3ed4469e29bbeb78c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 342595,
            "upload_time": "2024-09-26T16:54:14",
            "upload_time_iso_8601": "2024-09-26T16:54:14.480158Z",
            "url": "https://files.pythonhosted.org/packages/11/8a/86f3728c59f7e3d5ff93040cf2024c3395293c06ea0f1fa9dfab0bb7e4af/diffusion_core-0.0.71-1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec45a4f9835aa7d14b5b75ee8ea8984f4c776c2cb7f5837d323b2eb2a4a1d2a5",
                "md5": "33ee84875d1478bb620bafda03420fa1",
                "sha256": "9086082429804c888ae8a8db8cd3b791295fb511806b720f9ef542d41ced6ad7"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp38-cp38-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "33ee84875d1478bb620bafda03420fa1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 324317,
            "upload_time": "2024-09-26T16:54:16",
            "upload_time_iso_8601": "2024-09-26T16:54:16.130698Z",
            "url": "https://files.pythonhosted.org/packages/ec/45/a4f9835aa7d14b5b75ee8ea8984f4c776c2cb7f5837d323b2eb2a4a1d2a5/diffusion_core-0.0.71-1-cp38-cp38-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27016595728d30109f1f5a2c2880293fe792b2a5399a863f24bbca40bd2671fd",
                "md5": "0c054b49f1fb8cabb611db2677f3fe31",
                "sha256": "c421a0ecbdacaac6782f72d63abe6f6600145045e2a8fa0d275e8bf8ab65c493"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl",
            "has_sig": false,
            "md5_digest": "0c054b49f1fb8cabb611db2677f3fe31",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 229896,
            "upload_time": "2024-09-26T16:54:17",
            "upload_time_iso_8601": "2024-09-26T16:54:17.502012Z",
            "url": "https://files.pythonhosted.org/packages/27/01/6595728d30109f1f5a2c2880293fe792b2a5399a863f24bbca40bd2671fd/diffusion_core-0.0.71-1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51ae1ca213b81a93af477aa4b693983e9445a6b163709d6f5831af2fd0419aca",
                "md5": "dca12f5db985989826232174f03bb7e3",
                "sha256": "0089be1d55c71d8953b31d1c5b96575777483f3e7fe3539d8a79705e4cdd899f"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dca12f5db985989826232174f03bb7e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 216285,
            "upload_time": "2024-09-26T16:54:18",
            "upload_time_iso_8601": "2024-09-26T16:54:18.897153Z",
            "url": "https://files.pythonhosted.org/packages/51/ae/1ca213b81a93af477aa4b693983e9445a6b163709d6f5831af2fd0419aca/diffusion_core-0.0.71-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba1c4ea483b9c0badcfd6eaee35251e3c9ed15fb58df73bf972099e6748003a8",
                "md5": "abc9f8103aa6732d5dd511d0ac690bcc",
                "sha256": "3bb86db52b55360509e03c1b4f40b97e163f5a40ab109e299c6fbc14eace6f83"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "abc9f8103aa6732d5dd511d0ac690bcc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 89428,
            "upload_time": "2024-09-26T16:54:19",
            "upload_time_iso_8601": "2024-09-26T16:54:19.985339Z",
            "url": "https://files.pythonhosted.org/packages/ba/1c/4ea483b9c0badcfd6eaee35251e3c9ed15fb58df73bf972099e6748003a8/diffusion_core-0.0.71-1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e73f417d6614377a939940537b7d4f9168642c275ce2f17223e4ac97a2618251",
                "md5": "1b499d50c8744f32cccb452047253261",
                "sha256": "c2b2af43520eb5d92dca3ab8d1dcae67198bdafd6570bc418597f12eedf3795d"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp39-cp39-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1b499d50c8744f32cccb452047253261",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 325246,
            "upload_time": "2024-09-26T16:54:21",
            "upload_time_iso_8601": "2024-09-26T16:54:21.363488Z",
            "url": "https://files.pythonhosted.org/packages/e7/3f/417d6614377a939940537b7d4f9168642c275ce2f17223e4ac97a2618251/diffusion_core-0.0.71-1-cp39-cp39-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7412477be62c5af9f85c4c123380b8bd868843e14c4bf5697e3c7769612385f1",
                "md5": "5ab5469f630647809aa6c22c24e23295",
                "sha256": "254507ca958b526ccc5eb6a396cc1cab125ced2e47fd833c8346b463d450fc06"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp39-cp39-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5ab5469f630647809aa6c22c24e23295",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 325375,
            "upload_time": "2024-09-26T16:54:22",
            "upload_time_iso_8601": "2024-09-26T16:54:22.707627Z",
            "url": "https://files.pythonhosted.org/packages/74/12/477be62c5af9f85c4c123380b8bd868843e14c4bf5697e3c7769612385f1/diffusion_core-0.0.71-1-cp39-cp39-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6488a78f229311e8de3bda65b74fca015b52e421c180c753323266a6f0619389",
                "md5": "c5b087b75648e83913c27176f9baad67",
                "sha256": "8c9c063d75960363f1108c4ed5863b97afd66d5aac50912469ce4868bc10f97a"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c5b087b75648e83913c27176f9baad67",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 343318,
            "upload_time": "2024-09-26T16:54:23",
            "upload_time_iso_8601": "2024-09-26T16:54:23.845034Z",
            "url": "https://files.pythonhosted.org/packages/64/88/a78f229311e8de3bda65b74fca015b52e421c180c753323266a6f0619389/diffusion_core-0.0.71-1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd9b564cb78de6362ca24e204172ca32d7cfd6a9282f814ec3841d3416bb207f",
                "md5": "f2754ba70d81ee49334caed1bbdf3dcd",
                "sha256": "5751b436e2f62e450ef9814170a976d07a1f4b65e2162800c9c7b120ee9f8fdd"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f2754ba70d81ee49334caed1bbdf3dcd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 325374,
            "upload_time": "2024-09-26T16:54:25",
            "upload_time_iso_8601": "2024-09-26T16:54:25.380887Z",
            "url": "https://files.pythonhosted.org/packages/cd/9b/564cb78de6362ca24e204172ca32d7cfd6a9282f814ec3841d3416bb207f/diffusion_core-0.0.71-1-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8268a4952267ca1da915ad551314813e5b1fecb2e66dc262eb3ec359093e5ae2",
                "md5": "707972174c7a84a6326a39c214bf97ef",
                "sha256": "abb7051caa463256745fea0f37b86e28caab29133b39b73cdd50c8bca340edf5"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl",
            "has_sig": false,
            "md5_digest": "707972174c7a84a6326a39c214bf97ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 230345,
            "upload_time": "2024-09-26T16:54:26",
            "upload_time_iso_8601": "2024-09-26T16:54:26.913326Z",
            "url": "https://files.pythonhosted.org/packages/82/68/a4952267ca1da915ad551314813e5b1fecb2e66dc262eb3ec359093e5ae2/diffusion_core-0.0.71-1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8faa1e9123dd64991fddfedee763514658cb5cf8cc3113e8a201fe1b24175e7d",
                "md5": "e7b400e18141adaa223d69e6e89d87e2",
                "sha256": "38491d9696803b2ef4c457ce9b11445882482229b834816a9ecb5b06318a2718"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e7b400e18141adaa223d69e6e89d87e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 216491,
            "upload_time": "2024-09-26T16:54:28",
            "upload_time_iso_8601": "2024-09-26T16:54:28.354230Z",
            "url": "https://files.pythonhosted.org/packages/8f/aa/1e9123dd64991fddfedee763514658cb5cf8cc3113e8a201fe1b24175e7d/diffusion_core-0.0.71-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "850599c78fbbe6d9695f9236744a66bd9c3fecd0d83a6592ad8be3b3a2fc8226",
                "md5": "76a1449889c3ad2b421d4863d655b07c",
                "sha256": "bad7b5ec9ed4f954e7d19c67cab1cc82b22d0d7fc4c72393d98b70b961190429"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "76a1449889c3ad2b421d4863d655b07c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 89032,
            "upload_time": "2024-09-26T16:54:29",
            "upload_time_iso_8601": "2024-09-26T16:54:29.472877Z",
            "url": "https://files.pythonhosted.org/packages/85/05/99c78fbbe6d9695f9236744a66bd9c3fecd0d83a6592ad8be3b3a2fc8226/diffusion_core-0.0.71-1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b790f1765327c4613f68c286624a86cc5da26b53c1624cc2350a4146dd633c40",
                "md5": "89983b6c8a412678afa0d8b04c422c1a",
                "sha256": "dd069e77bc2e125d26f2002ac91f9fc988f40efdd15c20b206da4b54837fcd78"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl",
            "has_sig": false,
            "md5_digest": "89983b6c8a412678afa0d8b04c422c1a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.13,>=3.8",
            "size": 230871,
            "upload_time": "2024-09-26T16:54:30",
            "upload_time_iso_8601": "2024-09-26T16:54:30.498686Z",
            "url": "https://files.pythonhosted.org/packages/b7/90/f1765327c4613f68c286624a86cc5da26b53c1624cc2350a4146dd633c40/diffusion_core-0.0.71-1-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8920f96cee200db9a72209a118201f5e431c2b56cf5cddec8d1ce4722d6dc47",
                "md5": "2cb2a8463f770508ee5ff0d618c7b6c9",
                "sha256": "7b271b756251ce18bd62d34afc376bab755c2a1ae779c86a593cc3c28ecfd060"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2cb2a8463f770508ee5ff0d618c7b6c9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.13,>=3.8",
            "size": 217838,
            "upload_time": "2024-09-26T16:54:31",
            "upload_time_iso_8601": "2024-09-26T16:54:31.729292Z",
            "url": "https://files.pythonhosted.org/packages/b8/92/0f96cee200db9a72209a118201f5e431c2b56cf5cddec8d1ce4722d6dc47/diffusion_core-0.0.71-1-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c40947f3542ca44f1f55ab4c94cf79782f53c343494680c9e2c407a7ac8a97c",
                "md5": "8becc7197bdae555b6a82a4d07d8467e",
                "sha256": "b3563a59952889d7674a56e2512928ca8c84b4a5e87a9666b46c9a22c5cf069c"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8becc7197bdae555b6a82a4d07d8467e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.13,>=3.8",
            "size": 89633,
            "upload_time": "2024-09-26T16:54:32",
            "upload_time_iso_8601": "2024-09-26T16:54:32.942605Z",
            "url": "https://files.pythonhosted.org/packages/2c/40/947f3542ca44f1f55ab4c94cf79782f53c343494680c9e2c407a7ac8a97c/diffusion_core-0.0.71-1-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fadd756ff5fc2659c43663fc8ecb6e0f8637e86a5ad060c52d5b2481a3c53a5a",
                "md5": "fbeff6f1148158e5343b74b9e093124c",
                "sha256": "19f8d3bc8e23d365091d112a57bdaf63f92903ff010d6382714296c1b07b69fa"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-pp38-pypy38_pp73-manylinux2014_i686.manylinux_2_17_i686.whl",
            "has_sig": false,
            "md5_digest": "fbeff6f1148158e5343b74b9e093124c",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<3.13,>=3.8",
            "size": 230219,
            "upload_time": "2024-09-26T16:54:33",
            "upload_time_iso_8601": "2024-09-26T16:54:33.985226Z",
            "url": "https://files.pythonhosted.org/packages/fa/dd/756ff5fc2659c43663fc8ecb6e0f8637e86a5ad060c52d5b2481a3c53a5a/diffusion_core-0.0.71-1-pp38-pypy38_pp73-manylinux2014_i686.manylinux_2_17_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd78c210ba1ec13c89c492a6a4b18bfbaccd553e1c0df2f3bef6ad7fee1ffb09",
                "md5": "f360c775beb13a2530d39325f3ebfdba",
                "sha256": "f73823f12030743157118bbb2faf2b96a7a487f38831fd262bb09ebd6309d3fc"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f360c775beb13a2530d39325f3ebfdba",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<3.13,>=3.8",
            "size": 217913,
            "upload_time": "2024-09-26T16:54:35",
            "upload_time_iso_8601": "2024-09-26T16:54:35.217360Z",
            "url": "https://files.pythonhosted.org/packages/cd/78/c210ba1ec13c89c492a6a4b18bfbaccd553e1c0df2f3bef6ad7fee1ffb09/diffusion_core-0.0.71-1-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96f5e9549f69d70957e30d74bea1b8fa91b6ae8e2c4e0add879d7c5c2911ffa8",
                "md5": "a77496347f101284c1563bf77199e33d",
                "sha256": "f8d43091021cf5bb77ca8f7d535fc97344064556d069963d42ee99393d2aae5e"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a77496347f101284c1563bf77199e33d",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<3.13,>=3.8",
            "size": 89636,
            "upload_time": "2024-09-26T16:54:36",
            "upload_time_iso_8601": "2024-09-26T16:54:36.330947Z",
            "url": "https://files.pythonhosted.org/packages/96/f5/e9549f69d70957e30d74bea1b8fa91b6ae8e2c4e0add879d7c5c2911ffa8/diffusion_core-0.0.71-1-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40a6abf1ed126dfd956ac3118058cac7d9324430594cc4c25837368ac4c2b62b",
                "md5": "bbd7ef06249476b5d379c163f76292c7",
                "sha256": "7d6748561696bacde3bb0a88190cacf755d10a33a0689c91b0e231f2d2f706c4"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl",
            "has_sig": false,
            "md5_digest": "bbd7ef06249476b5d379c163f76292c7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.13,>=3.8",
            "size": 230339,
            "upload_time": "2024-09-26T16:54:37",
            "upload_time_iso_8601": "2024-09-26T16:54:37.361349Z",
            "url": "https://files.pythonhosted.org/packages/40/a6/abf1ed126dfd956ac3118058cac7d9324430594cc4c25837368ac4c2b62b/diffusion_core-0.0.71-1-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82fba11bfa24693e43aa08df9e2e5fc10c9187b9319db514924a8e350bbd9aff",
                "md5": "c13575a6d8a71dfebff0a860df1d76a5",
                "sha256": "5366ceb66915c63e70a377e9cb02cd7477885a81c560da5b7045ac20f57a8833"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c13575a6d8a71dfebff0a860df1d76a5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.13,>=3.8",
            "size": 217608,
            "upload_time": "2024-09-26T16:54:38",
            "upload_time_iso_8601": "2024-09-26T16:54:38.532201Z",
            "url": "https://files.pythonhosted.org/packages/82/fb/a11bfa24693e43aa08df9e2e5fc10c9187b9319db514924a8e350bbd9aff/diffusion_core-0.0.71-1-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff6a99d028e286f5f8a1277cc7869ced6308ac2fa67a704a018321064467b1f2",
                "md5": "1510aa3ca0adf7007d0eb0febf7f8a89",
                "sha256": "401a3e0a646a30df2eef09dd91d46618866a5056d2a8218cd9a62d32ec603c3e"
            },
            "downloads": -1,
            "filename": "diffusion_core-0.0.71-1-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1510aa3ca0adf7007d0eb0febf7f8a89",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.13,>=3.8",
            "size": 89616,
            "upload_time": "2024-09-26T16:54:40",
            "upload_time_iso_8601": "2024-09-26T16:54:40.126151Z",
            "url": "https://files.pythonhosted.org/packages/ff/6a/99d028e286f5f8a1277cc7869ced6308ac2fa67a704a018321064467b1f2/diffusion_core-0.0.71-1-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 16:53:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "diffusion-core"
}
        
Elapsed time: 0.32831s