Skip to main content

Python SDK for Diffusion - CBOR serialisation.

Project description

Python SDK for Diffusion - Core functionality

Pre-release version; not ready for production.

This is the core module for the Python SDK for 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 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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

diffusion_core-0.0.71-1-pp310-pypy310_pp73-win_amd64.whl (89.6 kB view details)

Uploaded PyPy Windows x86-64

diffusion_core-0.0.71-1-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (217.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

diffusion_core-0.0.71-1-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (230.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

diffusion_core-0.0.71-1-pp39-pypy39_pp73-win_amd64.whl (89.6 kB view details)

Uploaded PyPy Windows x86-64

diffusion_core-0.0.71-1-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (217.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

diffusion_core-0.0.71-1-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (230.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

diffusion_core-0.0.71-1-pp38-pypy38_pp73-win_amd64.whl (89.6 kB view details)

Uploaded PyPy Windows x86-64

diffusion_core-0.0.71-1-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (217.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

diffusion_core-0.0.71-1-pp38-pypy38_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (230.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

diffusion_core-0.0.71-1-cp312-cp312-win_amd64.whl (90.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

diffusion_core-0.0.71-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (218.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

diffusion_core-0.0.71-1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl (231.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

diffusion_core-0.0.71-1-cp312-cp312-macosx_11_0_x86_64.whl (330.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ x86-64

diffusion_core-0.0.71-1-cp312-cp312-macosx_11_0_arm64.whl (348.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

diffusion_core-0.0.71-1-cp312-cp312-macosx_10_15_x86_64.whl (330.7 kB view details)

Uploaded CPython 3.12 macOS 10.15+ x86-64

diffusion_core-0.0.71-1-cp312-cp312-macosx_10_14_x86_64.whl (330.8 kB view details)

Uploaded CPython 3.12 macOS 10.14+ x86-64

diffusion_core-0.0.71-1-cp311-cp311-win_amd64.whl (89.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

diffusion_core-0.0.71-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

diffusion_core-0.0.71-1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (230.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

diffusion_core-0.0.71-1-cp311-cp311-macosx_11_0_x86_64.whl (325.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ x86-64

diffusion_core-0.0.71-1-cp311-cp311-macosx_11_0_arm64.whl (344.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

diffusion_core-0.0.71-1-cp311-cp311-macosx_10_15_x86_64.whl (325.7 kB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

diffusion_core-0.0.71-1-cp311-cp311-macosx_10_14_x86_64.whl (325.5 kB view details)

Uploaded CPython 3.11 macOS 10.14+ x86-64

diffusion_core-0.0.71-1-cp310-cp310-win_amd64.whl (89.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

diffusion_core-0.0.71-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

diffusion_core-0.0.71-1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (230.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

diffusion_core-0.0.71-1-cp310-cp310-macosx_11_0_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ x86-64

diffusion_core-0.0.71-1-cp310-cp310-macosx_11_0_arm64.whl (343.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

diffusion_core-0.0.71-1-cp310-cp310-macosx_10_15_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

diffusion_core-0.0.71-1-cp310-cp310-macosx_10_14_x86_64.whl (325.1 kB view details)

Uploaded CPython 3.10 macOS 10.14+ x86-64

diffusion_core-0.0.71-1-cp39-cp39-win_amd64.whl (89.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

diffusion_core-0.0.71-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

diffusion_core-0.0.71-1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl (230.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

diffusion_core-0.0.71-1-cp39-cp39-macosx_11_0_x86_64.whl (325.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ x86-64

diffusion_core-0.0.71-1-cp39-cp39-macosx_11_0_arm64.whl (343.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

diffusion_core-0.0.71-1-cp39-cp39-macosx_10_15_x86_64.whl (325.4 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

diffusion_core-0.0.71-1-cp39-cp39-macosx_10_14_x86_64.whl (325.2 kB view details)

Uploaded CPython 3.9 macOS 10.14+ x86-64

diffusion_core-0.0.71-1-cp38-cp38-win_amd64.whl (89.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

diffusion_core-0.0.71-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

diffusion_core-0.0.71-1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl (229.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

diffusion_core-0.0.71-1-cp38-cp38-macosx_11_0_x86_64.whl (324.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ x86-64

diffusion_core-0.0.71-1-cp38-cp38-macosx_11_0_arm64.whl (342.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

diffusion_core-0.0.71-1-cp38-cp38-macosx_10_15_x86_64.whl (324.3 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

diffusion_core-0.0.71-1-cp38-cp38-macosx_10_14_x86_64.whl (324.4 kB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

File details

Details for the file diffusion_core-0.0.71-1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b3563a59952889d7674a56e2512928ca8c84b4a5e87a9666b46c9a22c5cf069c
MD5 8becc7197bdae555b6a82a4d07d8467e
BLAKE2b-256 2c40947f3542ca44f1f55ab4c94cf79782f53c343494680c9e2c407a7ac8a97c

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7b271b756251ce18bd62d34afc376bab755c2a1ae779c86a593cc3c28ecfd060
MD5 2cb2a8463f770508ee5ff0d618c7b6c9
BLAKE2b-256 b8920f96cee200db9a72209a118201f5e431c2b56cf5cddec8d1ce4722d6dc47

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 dd069e77bc2e125d26f2002ac91f9fc988f40efdd15c20b206da4b54837fcd78
MD5 89983b6c8a412678afa0d8b04c422c1a
BLAKE2b-256 b790f1765327c4613f68c286624a86cc5da26b53c1624cc2350a4146dd633c40

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 401a3e0a646a30df2eef09dd91d46618866a5056d2a8218cd9a62d32ec603c3e
MD5 1510aa3ca0adf7007d0eb0febf7f8a89
BLAKE2b-256 ff6a99d028e286f5f8a1277cc7869ced6308ac2fa67a704a018321064467b1f2

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5366ceb66915c63e70a377e9cb02cd7477885a81c560da5b7045ac20f57a8833
MD5 c13575a6d8a71dfebff0a860df1d76a5
BLAKE2b-256 82fba11bfa24693e43aa08df9e2e5fc10c9187b9319db514924a8e350bbd9aff

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 7d6748561696bacde3bb0a88190cacf755d10a33a0689c91b0e231f2d2f706c4
MD5 bbd7ef06249476b5d379c163f76292c7
BLAKE2b-256 40a6abf1ed126dfd956ac3118058cac7d9324430594cc4c25837368ac4c2b62b

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f8d43091021cf5bb77ca8f7d535fc97344064556d069963d42ee99393d2aae5e
MD5 a77496347f101284c1563bf77199e33d
BLAKE2b-256 96f5e9549f69d70957e30d74bea1b8fa91b6ae8e2c4e0add879d7c5c2911ffa8

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f73823f12030743157118bbb2faf2b96a7a487f38831fd262bb09ebd6309d3fc
MD5 f360c775beb13a2530d39325f3ebfdba
BLAKE2b-256 cd78c210ba1ec13c89c492a6a4b18bfbaccd553e1c0df2f3bef6ad7fee1ffb09

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-pp38-pypy38_pp73-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-pp38-pypy38_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 19f8d3bc8e23d365091d112a57bdaf63f92903ff010d6382714296c1b07b69fa
MD5 fbeff6f1148158e5343b74b9e093124c
BLAKE2b-256 fadd756ff5fc2659c43663fc8ecb6e0f8637e86a5ad060c52d5b2481a3c53a5a

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 99ee2b6c85b17785a6276e4fec78469a285d0f08efac0189b901ac76a4b857c3
MD5 de78d266856885da5145461cd4f05e1a
BLAKE2b-256 1f773304bfb91b8809f09138c8de6001fe9eb745501bb7bbf10760c6ae1ec041

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b4247ab771936278b37277a40b9143f4e105f3eaa086d4ba6a35ceab7817f2d0
MD5 8ced69a447fc7dcd0e795058c33b4c68
BLAKE2b-256 60eb6ab8fa23c2e44924fd9a640350520f53bbf6404e3dacea1ba71e2d75e966

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 39172ce9e5000322867639dd69418f9a0f1feeacb77002d9bd08163059f7d572
MD5 72204f6b5d9597ee30af03efa283c37f
BLAKE2b-256 caa033dd93581d895dfed9ff446b80b403a48f3d68f13061474b281d61a3757d

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d24f86469c5b7b4a15804a25f996a204eba19c24d0f4eb2356bf60786b16c83e
MD5 4f5d9a9eb5e90bb5fc3ee32b85c84e21
BLAKE2b-256 a18db7ed53be68cdf19c6f73367709ddabf423c26ec357a5e525124f2416fe28

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f3bf4c9163e1c4986c648a0f58308e9ce303529505672c3d5a630d78391159c
MD5 f326a4af07ebe4b04f2f3815ecb244b6
BLAKE2b-256 16181a33a9a03b5aa512e5190f6e08447d4840ba356b8ec3d29a6e167dec3ec3

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3e24b4f038b6ed8f060673dd42efcf6b65c7eea9e23774809f54af0b8013358c
MD5 027138cd2fb64dbb7cfe8db07b131884
BLAKE2b-256 e09d9f0f24be188a7408bb1d2809e60d512719529e02a8c922110a40ce266312

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 130e642681a80eee8285077672f7b9c3332c5fe41cec615b3d9ac7a4b7ec40f3
MD5 380174d78bc098ec6db1bafccea88d6b
BLAKE2b-256 1b0d297b45532b9574f4954a33b23390b10f91706deecd033c36b2be8ecbbf87

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3204610a39ba545de05a905c330e9c3230ddd6cad9e1b3b640a1bdb11689bb6e
MD5 f4333280bdd4d3d21ff2b5cba1166762
BLAKE2b-256 db0dbc9c12b32e92c62fc39c2e66f56e30fed952a4deb98ae6d0c584f236bed7

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6896c2e6ca12f2d005091509ad6be6f0b25fcae36a000cb8b248c81ff86f91a1
MD5 caa83db74788d466c7143749e955af6e
BLAKE2b-256 8e60ee09c488179af91c988db1998691d9484c3c343b1fd1c3e382c4af192040

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 7489e6cb9f2e44c02aea421e0f8bd1f7668481d071136d4fc61eec71555803b6
MD5 17906767ca1fb8e31e4b4ff71e928ea1
BLAKE2b-256 b6e9755fbeba83ab31bdb58f3935183558658fb48d9abea2737716eb217ea98a

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0997f920ec4c837668afe87845b0ef9ffc468a32f94d48c3c77abf64816d221b
MD5 a3c3df228a0d4ad441054e78bfdeee0d
BLAKE2b-256 8f0f3fe296c5f3547fb6e650117f54e76868ad5c514e5b2bc86584916241377c

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 971eb656d0c5dcafdda0468ff83e3ec63588ad04f338069ec7e92a91fe573827
MD5 486e708196d0747a72b711dbebec0233
BLAKE2b-256 506b1bcbe8a52f8d941c332455dab9f9bd3868f7db62ed053aa4d96ebfc937c6

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d9dacc32aa25752ac0327c5be4045595fff44eca83aa26ec6291a80da00cf58b
MD5 82190ef6a423d355b98e5c1fb3bf3543
BLAKE2b-256 43d4f057496df4fca4b77f4f0c05888446257c473ebdf62224c5f3bfcfb0c0ec

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c9e5bfd81c37c241e3df6824c7e486c76c5b25ce59ae9ca1b9e4ad31e315c6be
MD5 57d4c31f6cd43e0a066c099781a9699f
BLAKE2b-256 6987041c3d36368a044d132dad3b43263ff72778314fee5a870cb029066298b2

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 edb16a2987915faaec90702e1b76f7392aa4f6c986bb2b68f02a79ceb85c93a3
MD5 01b060a0ea31580ddd909cc02798d985
BLAKE2b-256 fffc2d23eb133b4b6e161a0720e453a36412f3e2c632f677ea2d5efdc445ca62

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 3e98b78540206bc9bc71103eb768a2ab1051d6e087bba4faee303bae3b53e553
MD5 e6777a53ec1a788a67c0705fe0038a02
BLAKE2b-256 8f5224e72aa00d722e6971d3c6cb238eb024ae88d85a56105b819ee5969f9aaa

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 7e87d2af93f9b6aa43a9d16c714a6e9277b5eac5eedf264b14679f8ca797379a
MD5 27f242561771aaef75921b229aecb1e3
BLAKE2b-256 0d753b6c528620974076fc0b67348eb8fa14b0ff4b2c8d42e7973776dbe64646

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0e6905edd83e4786ed9be3ecec1d398237d6d4dd6daef2f51ee247e428f83977
MD5 efdea6abd60569055154a3ef6ff6c406
BLAKE2b-256 ffed9ce75e9411263144ac0f24953921d84537a74673e0ea3390690d8118a97e

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bea65d6731ad9db9ec63a9925c25d444bffef96c20cdd1908a664b33da6ebf0f
MD5 f55d77a0ec907f95677692d011d4f6e7
BLAKE2b-256 76832046f0c69d3c0fb16fdd0468cf1772ea2634f2749c72bbdf990fa39e515f

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d16c1699deaf04b8e56a947310b0649d37735b3f144185c3cfe9fad7feffbd1b
MD5 3323a733e30e22f701db2a955fd16d64
BLAKE2b-256 9ff0fc61e34c41831b2b282f98bef264aef4ffc82a63ad4e674ea4ff3f3e49db

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ecd4f35a6c28567bea13b0894347a4b0e08a34f1db6e359b8fc4d1fe73bd4eb9
MD5 002b55e2d7472ae9441bf6b3b0dab68f
BLAKE2b-256 fb0431643840e37d9e7835fe3d77d92ebb80f9e7f9380d84e66f67746ce52b8d

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bad7b5ec9ed4f954e7d19c67cab1cc82b22d0d7fc4c72393d98b70b961190429
MD5 76a1449889c3ad2b421d4863d655b07c
BLAKE2b-256 850599c78fbbe6d9695f9236744a66bd9c3fecd0d83a6592ad8be3b3a2fc8226

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 38491d9696803b2ef4c457ce9b11445882482229b834816a9ecb5b06318a2718
MD5 e7b400e18141adaa223d69e6e89d87e2
BLAKE2b-256 8faa1e9123dd64991fddfedee763514658cb5cf8cc3113e8a201fe1b24175e7d

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 abb7051caa463256745fea0f37b86e28caab29133b39b73cdd50c8bca340edf5
MD5 707972174c7a84a6326a39c214bf97ef
BLAKE2b-256 8268a4952267ca1da915ad551314813e5b1fecb2e66dc262eb3ec359093e5ae2

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5751b436e2f62e450ef9814170a976d07a1f4b65e2162800c9c7b120ee9f8fdd
MD5 f2754ba70d81ee49334caed1bbdf3dcd
BLAKE2b-256 cd9b564cb78de6362ca24e204172ca32d7cfd6a9282f814ec3841d3416bb207f

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c9c063d75960363f1108c4ed5863b97afd66d5aac50912469ce4868bc10f97a
MD5 c5b087b75648e83913c27176f9baad67
BLAKE2b-256 6488a78f229311e8de3bda65b74fca015b52e421c180c753323266a6f0619389

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 254507ca958b526ccc5eb6a396cc1cab125ced2e47fd833c8346b463d450fc06
MD5 5ab5469f630647809aa6c22c24e23295
BLAKE2b-256 7412477be62c5af9f85c4c123380b8bd868843e14c4bf5697e3c7769612385f1

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c2b2af43520eb5d92dca3ab8d1dcae67198bdafd6570bc418597f12eedf3795d
MD5 1b499d50c8744f32cccb452047253261
BLAKE2b-256 e73f417d6614377a939940537b7d4f9168642c275ce2f17223e4ac97a2618251

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3bb86db52b55360509e03c1b4f40b97e163f5a40ab109e299c6fbc14eace6f83
MD5 abc9f8103aa6732d5dd511d0ac690bcc
BLAKE2b-256 ba1c4ea483b9c0badcfd6eaee35251e3c9ed15fb58df73bf972099e6748003a8

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0089be1d55c71d8953b31d1c5b96575777483f3e7fe3539d8a79705e4cdd899f
MD5 dca12f5db985989826232174f03bb7e3
BLAKE2b-256 51ae1ca213b81a93af477aa4b693983e9445a6b163709d6f5831af2fd0419aca

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 c421a0ecbdacaac6782f72d63abe6f6600145045e2a8fa0d275e8bf8ab65c493
MD5 0c054b49f1fb8cabb611db2677f3fe31
BLAKE2b-256 27016595728d30109f1f5a2c2880293fe792b2a5399a863f24bbca40bd2671fd

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9086082429804c888ae8a8db8cd3b791295fb511806b720f9ef542d41ced6ad7
MD5 33ee84875d1478bb620bafda03420fa1
BLAKE2b-256 ec45a4f9835aa7d14b5b75ee8ea8984f4c776c2cb7f5837d323b2eb2a4a1d2a5

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3edbd25fe3bf94e83e92a1606e54a390e6d7f7b3336a714387d85eec87304b41
MD5 8ba257ca1e0ba4b3ed4469e29bbeb78c
BLAKE2b-256 118a86f3728c59f7e3d5ff93040cf2024c3395293c06ea0f1fa9dfab0bb7e4af

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fc7fd32ff3fe1786fc56ac8531935f06fda624b9fba00aa9ba5fe819d701c1a5
MD5 d0b451dcfef304574c3cf1812f6365ff
BLAKE2b-256 731fd5d6b5019cad39995528027c67ecad474ec8cd12b3e46a19671a93f63362

See more details on using hashes here.

File details

Details for the file diffusion_core-0.0.71-1-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for diffusion_core-0.0.71-1-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6353401665c433c5d4c31692340308718b89e64246ded127a1a8f1fb4bfb87f1
MD5 9437eeac673e6dc5004efd73cf2f61bb
BLAKE2b-256 6a8065406f89b9bd976ead7b36b8a9b994738bddab3112b0b25141ad6b6a72f3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page