Skip to main content

Multi Communication protocol in heart of the C.O.D.D.E. Pi framework

Project description

CODDE Protocol

Build & Test crates.io pub.dev pypi.org

CODDE Protocol is the base layer of the CODDE Pi Framework. This protocol let CODDE Pi interacts with any hardware through WiFi, Bluetooth and BLE using an embedded library and a mobile app. This technology enables users to freely interact with hardware thanks to a secure, stable and reliable technology without be (too) intrusive.

Buy Me A Coffee

Development

This Project is written in Rust, enabling fast serializing/deserializing and data processing. Client side is ported for Dart/Flutter applications, and server side has been translated in python.

CODDE Protocol integrates data generated by CODDE Pi App widgets, and received by embedded systems. See https://codde-pi.com to stay tuned about new widgets integration.

How it works

CODDE Pi is based on client-server architecture. Basically, the mobile App you download is the client side, and the base layer you embed on your project is the server side

Widgets & CODDE Protocol

Usage

import codde_protocol
import time
# import gpio

# instantiate server
server = CoddePiServer.use_socket('localhost:12345')

# some hardware control
# pin10 = gpio.DigitalPin(10, gpio.OUTPUT)

@event(server)
def toggle_button_1(*args):
    widget: ToggleButton = args[0]
    print("value received : ", widget.value)
    server.callback(1, ServerStatus.Idle, ConfirmResult(True))

@event(server)
def click_button_2(*args):
    pass
    # pin10.on()

if __name__ == "__main__":
    print('opening server...', end=' ')
    server.open()
    try:
    print('serve')
        server.serve()
        while True:
            sleep(1)
    except KeyboardInterrupt:
        print("CTRL + C.")
        print("Program interrupted.")
    finally:
        server.close()

Roadmap

Libraries

Protocols Flutter Python Rust MicroPython
WebSocket (client) Yes Yes
WebSocket (server) Yes Yes WIP
Bluetooth WIP
USB
Nearby

Hardware compatibility

Protocols SBC (arm64) RP2040 Android iOS x86
WebSocket (client) Yes WIP Yes Yes Yes
WebSocket (server) Yes WIP Yes Yes Yes
Bluetooth
USB No
Nearby

Project details


Download files

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

Source Distribution

codde_protocol-0.1.6.tar.gz (39.2 kB view details)

Uploaded Source

Built Distributions

codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (450.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (509.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (494.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (466.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (461.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (469.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (451.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (511.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (495.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (468.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (462.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (470.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (512.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (495.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (462.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (471.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

codde_protocol-0.1.6-cp312-none-win_amd64.whl (269.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

codde_protocol-0.1.6-cp312-none-win32.whl (256.9 kB view details)

Uploaded CPython 3.12 Windows x86

codde_protocol-0.1.6-cp312-cp312-manylinux_2_34_x86_64.whl (384.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.34+ x86-64

codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (397.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (510.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (491.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (467.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (462.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (467.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

codde_protocol-0.1.6-cp312-cp312-macosx_11_0_arm64.whl (391.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

codde_protocol-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl (390.8 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

codde_protocol-0.1.6-cp311-none-win_amd64.whl (273.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

codde_protocol-0.1.6-cp311-none-win32.whl (258.4 kB view details)

Uploaded CPython 3.11 Windows x86

codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (449.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (508.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (493.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (465.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (460.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (467.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

codde_protocol-0.1.6-cp311-cp311-macosx_11_0_arm64.whl (391.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

codde_protocol-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl (391.2 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

codde_protocol-0.1.6-cp310-none-win_amd64.whl (273.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

codde_protocol-0.1.6-cp310-none-win32.whl (258.3 kB view details)

Uploaded CPython 3.10 Windows x86

codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (449.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (509.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (493.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (465.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (460.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (467.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

codde_protocol-0.1.6-cp310-cp310-macosx_11_0_arm64.whl (391.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

codde_protocol-0.1.6-cp310-cp310-macosx_10_12_x86_64.whl (391.0 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

codde_protocol-0.1.6-cp39-none-win_amd64.whl (273.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

codde_protocol-0.1.6-cp39-none-win32.whl (259.1 kB view details)

Uploaded CPython 3.9 Windows x86

codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (450.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (509.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (493.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (466.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (461.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (468.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

codde_protocol-0.1.6-cp39-cp39-macosx_11_0_arm64.whl (392.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

codde_protocol-0.1.6-cp39-cp39-macosx_10_12_x86_64.whl (391.6 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

codde_protocol-0.1.6-cp38-none-win_amd64.whl (273.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

codde_protocol-0.1.6-cp38-none-win32.whl (258.9 kB view details)

Uploaded CPython 3.8 Windows x86

codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (450.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (509.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (492.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (465.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (461.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (468.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

Details for the file codde_protocol-0.1.6.tar.gz.

File metadata

  • Download URL: codde_protocol-0.1.6.tar.gz
  • Upload date:
  • Size: 39.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for codde_protocol-0.1.6.tar.gz
Algorithm Hash digest
SHA256 d78f62b6bea5557abba765f55074c58bfcb19772839d3eb8a2c0a17aa5136919
MD5 793fb56bec0ca3c6ff66badd84e79593
BLAKE2b-256 8e3a3379d8e282e79d595c99c905f104403e64196c26b56bf8372cd366a9bba5

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b35b2a5e921aff6d3b55279bec60c3ab859148c72570d58e50bad06abf3f47eb
MD5 0025f7937daf06b88cee5b02ff2a181d
BLAKE2b-256 c919d1871d03d1b049d7e91ac5741dbac0c8974d3092f49a10172590bea77eb9

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 87e0b36315680d0d103ff94dbbb37f90ac5e5bf4cf3c91086a52239a2170e64d
MD5 464d375ec474ca87c3878d501b7635d2
BLAKE2b-256 72cbf97594b19ffaa5ba499817af789d869a2df3e28da2883dd220969b7e9de1

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2901c5580064d79415167afbe78912ac2f1449a24baa21ab6c1d7396eb9e4968
MD5 918032071a4040ce3da9b33dd5160481
BLAKE2b-256 bce3dfb6acd61881ec0652663ca4d714babd443bc6a621f233029872a56886ba

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c655a28543a04479eace70c72b3f5b4f4883e64eaf100da4839424de29a5a1f9
MD5 fd7d5110e3e018155fffe1353e4ac201
BLAKE2b-256 4e5959681d75ee448c21027566d90110afeeaea3fdae12db62ab3c190b2d56f4

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 240533978e65c5c2c399d68e43515d261c0533b54fe1c4282870f83eec17ca3b
MD5 f1a0900a6c7377e9147f232bf64ee74f
BLAKE2b-256 03f6d9a990b2b819d7b704b1a288879231c17a9b71fb77f6d29a0e906813ba9a

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a1e8ea5689a304b3554c160026ae6cab4d2b7926004f5186dd6ca8a49470ec1
MD5 6fb2ee4cdff35c6e7aac93da1662868a
BLAKE2b-256 3d141e4910076014a58db47fd60b280b30241de1a0fb228f79b815f4974f28a7

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3dc71791834cee2b1d077e6f4d763e2f5dbe7012537a9706345135b307cc54b5
MD5 a43b37a181cb7487220d7d348762e79a
BLAKE2b-256 2786e31e50640205e00ae7909cafd0d1c0300244c95704c395d25762b07cdb05

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c3263eaaaa40bf9a4141a56a1f9ecc49eb464c22a2422d7036a01c9f37825503
MD5 0b53ad18abbd4a46a0d8f5216d5f3419
BLAKE2b-256 865e70727a59375ea5311bffc3f1983a6034a8ae09748a53fe17e61a380cce6d

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 da272d86fde8431f08ea430f4497fd3e282bb1ab36539a13a78c5200bc4e9e85
MD5 d10d3d3727e5a691477f1e80a2f98249
BLAKE2b-256 c6e2a459d640d57f69691045cf464a06546f1d1faa199fc230643f17844eab98

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b109de061b1e973907081ae2668de0b0418a4cf768a28b942df435bb735157d0
MD5 887a8292929d2ba5eb1c418197cffc66
BLAKE2b-256 3f2839ce8049fbb763022850a4ef75a8fb1729c9c456694986e370e515ad7e3c

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fa25f0b7456d1f9f238d01f78c6a42117ec3960fc7137e41204bede1412835d2
MD5 c9d897d564284907ab0def847fad0734
BLAKE2b-256 c8cf54a888c8f1752d1496688c29156851e7f73e51d918013cd5b50fe33f6a12

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2bc975208d9a92ecc1f4f85a27cc01977bab2fd78c2223c9c9111e5a200481aa
MD5 7411c110ffba83342b13d90460f1aea4
BLAKE2b-256 46f8e903eb914b5cebf9ffd8de4b5423e9005593344fd8f49b7e740cfed9b475

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 16cbc8ed00e7f92179c82220c4d33a75339c02bafc763b9c13a6f749a0e2d25b
MD5 0db786058cb5545143d15a089ed064d6
BLAKE2b-256 1b944aa729d5548894d793346222e2ec003bb861e686efcdaed3e88efe299ca9

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 90f60ab85a8f3916b73d528c0ae9d04ce2f0595434a97bed2420ab64d66be981
MD5 218ceba2228ff6ea1b205230c3df6470
BLAKE2b-256 8d785f5d70afeed00114fdb7f311b16a1e4ff7eb5284d0decb6cba8a31c0fe34

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eabc000bd473e800ffdbeda07b394b6d40bc7afc6c88532d1609bf6604f65a3c
MD5 f8d199947a4ce06214b93430e6c617b5
BLAKE2b-256 3a708452bcfdb86f0ec1bb91d72bf4745e61b847f917d817e17ac22979132ae2

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1196def026338b6ed7bf93f8693ccfb04d6d1e1c0f0ff5c13b0bac37ae86cb2d
MD5 62e037195047c9ae16fea646d94dedb3
BLAKE2b-256 407e1c9a7017b47eafa7a22799ed98691c07f9ade8591e9d962e684b7ff4e55d

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 1591200ad741b4fc41f56e4667d18e1fe60bf44268cf0e7f3d5f07937278ed84
MD5 d4268b62f4afc1cdc723ecbfd0b5fe35
BLAKE2b-256 715e1a3725fb8a247740f75db3526a8e83f938eb9325e6e0c554e5f9d1bb55ca

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp312-none-win32.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp312-none-win32.whl
Algorithm Hash digest
SHA256 806bfe6a2c2fad7337b91514255d7cf573c3decacc9e0bb9db2d42ed97838852
MD5 30a1738de02328e27c296de081091180
BLAKE2b-256 accf918382ad21b9754cf39ada98400c7e548f6d4abddb3aad74267dab86a2c3

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7a9d601f070ce27b03ab26796ffcb60a94002f524f10352d1515ef33e8cdac82
MD5 b926444bb10c09bfb213147c44ae852e
BLAKE2b-256 749152ebb15136e1e74b0c02e039041c4fa87560c09e25acf17fac0b0dc2ef04

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b597598cf6b914aab5752069da403bd7a92ec571b7657fcc11d0a1cb3fe33f7e
MD5 982b6ec6c17b1c13550d7c367874a304
BLAKE2b-256 fa0243a31184bc06dcb441028236a4bb73c0c8e0210f0b0b1fb02e78645ab947

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 889bbacd54f3836a2c93dfcf2063e31272d95a488a40b8c501a5d00f760045f9
MD5 cd59c1804cd4ccbb0eaf38f377d5ae41
BLAKE2b-256 11eea9f82d04c3c42766442452f0283aa564f686be6ccd5831e5df8112569bc1

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6c1a3ede1aa647f2d3a33fb36fafb2a875c82c5bd1902361d20febfd25921723
MD5 f11e61ab1d7a49c4e9b3fdec246c7644
BLAKE2b-256 0e162fc984b73b59724d4d1d0f3230fdeab81ca6c79353aa1bda4ad8cad48076

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b3d3b2d749e7e4f009dcfa2c8569c24b7b0f70e78692a956ee2482a99140d219
MD5 a8eca6785754e969b28b8fe9156b2ac9
BLAKE2b-256 d984f14953f147b85b8f1b7c920d5327dcae5e719b778df567682b53869e554e

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bb2d93844fddde2474c3531684ce767abe063526753930522ef6744191550155
MD5 1a27c04b6930908e314f4cc5b3eb73bb
BLAKE2b-256 dd49094d9b3f54df37df96939f85360433cd4991a80b5b3fbfa14f2084d8bc18

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 19ae0b3ea6d340038d97f0f70cf3ed73e4610fc15969d75bb5a2fe89452392a0
MD5 9e93af07fff5a275ad4ba22b6e9bdd1d
BLAKE2b-256 a03f8a9d3755bc16a14ca7baf5e2468d1ae4d9e0e6966da4a2d22a50c15927fc

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bfafc3729e3650e78dd1b9cc7b25f197419fa212b15048daa39513dbb3128bd7
MD5 555b16afd3f74956be7aba46bdc929b1
BLAKE2b-256 ed986b96747badb671d70137751254286ad107ed81cc5bd1cf2f5e8521f66641

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 54f1a21b8c2d018a76627335618fdea2a09feec456a2e3fc1b2714896ff70656
MD5 e54e8e06550c30643f29f3b75485044b
BLAKE2b-256 b65023b2aba45733420e44e0b9251fc4929967e07c79b7fd7f44446ef0f52f98

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 7cda103f92057a17bba60d794a8d6511339a84a0808b1e9a939b33ca42e06206
MD5 f7925dd9327071fa5461cb15244f79ee
BLAKE2b-256 70129b0f723b314f1a9add641ece5c0823f428847ea8fbe4e5d326e1e4641758

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp311-none-win32.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp311-none-win32.whl
Algorithm Hash digest
SHA256 1781d53f2e9577497216dbc396788d12492701f68598e9d319a74825c2ae4d37
MD5 c3360222b02c6f032ccfe028b9043379
BLAKE2b-256 a02498ac8e2f2dc077fef7e369108e5659ab1b9f80f89959ff2e780eb5e3753c

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59cdbdd90f6742845aa70afc4ab2d4ef996e4da29089817e1cda61f7800a97c4
MD5 c5a877961c22022f9e8cb570ceb3f776
BLAKE2b-256 307d0c88ffa00a47303d6662d7a6330d434004a388fd874041c0b13b68560059

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0886b66942fbfc3abd141095149ba12d5dee470144c4a5248c72e4f0861d45d2
MD5 a69dfa1b27af18ca46ee5625d8b0963a
BLAKE2b-256 fa5f1179e05e1040a5330ea24f093bca56d6150dbd7fdb29330ef94ce6ace818

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e595153dd52200f98d85607fa76bc1406bd36c6b5d9377e7a728c96fbb59f27c
MD5 f7f906ce9423cb241d95443042baff2a
BLAKE2b-256 2dff5ed6cd320fd722a6b76f0e5d4e4810a2265dd4807e18a69e77e344e5ad4d

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7437b4ab1c60882e1f8a09a3e1e203e419ee1b52f5fdd28289e3792020107e7d
MD5 f2abdfd85c1e8e87019ed813da687815
BLAKE2b-256 1061223b2c424591a58bcd526ce248f6dfe2bf209e9683f932a6bbeeb4cecaa3

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 22b7b0bb77ca48dab7b2315c9470520f5296f20fd91c8bd0cfb9c8b2ec55c998
MD5 664ad2393d77f38664509943693a7ac5
BLAKE2b-256 fae160b50a907f2640ff3b2a9e5e23116bd7000fd10fcdac90ba7ef04aac8507

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98acfa5cc396929c8fa0e2f779faa3fabfda6673f6c48ac7c312e8e1678a109c
MD5 b28b3f4ddcc9a54cb0eeb6393e1ce426
BLAKE2b-256 79d3cf47c856aee3f6d038f746d691ee187a845784c92cedd454c89f5b604506

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44d626b443b0e1d411f7e4978588f9fa38b557753843cdcc6e0d2577dc064796
MD5 4c61e3a50e6cb6d3e69068694843e784
BLAKE2b-256 cd1e1ff90663c34d9f6296789e88e69484f242071afcccb22052068f183d8474

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 653de0dd8f7649aba54ba52c886e05c95ce3de986c59080790d2c37b2fbc7671
MD5 d3f79f1e37342e1d75e6de5c9f4eb845
BLAKE2b-256 96045b32c67ad3f157436d8afd22bdfe4bbe85bbdae71268a27841262f08b585

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 f468e123793e2fb61bb1a9a2579c21968dc038af2b91449e221a7fd0d6aa6492
MD5 cb3b66d605330c7c204f3e4f06567eb8
BLAKE2b-256 3867128c8f0281c3bfbb283a92ef43465e25be33debd59dbc1aa614ed6799a64

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp310-none-win32.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp310-none-win32.whl
Algorithm Hash digest
SHA256 0a19c2be77ee3933efaef93f354646de8bd2b673166bcc5ea10cfcd0bb195df7
MD5 e66d75c8ea779c726680ecf326a99214
BLAKE2b-256 22345183a17952b383e72a5c7f51a64b71a799d6a8b4cee99013cc0f2221dc0b

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 300a7054b5b5c6d82e6251afd2ce5151aaa15e8df06fb04ed3db9480a0936b18
MD5 67bda1b6b970a6f784a4b6fa1228a925
BLAKE2b-256 ad7db001ec5bed84efc1ebb9cb9c2247e53f10605a9816a4db748cf1aeac5442

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f36e45726430d2cd0a1590af75539c5e3c04157814cd3f7460983eb6c73c771e
MD5 ca778d051272d30a5cbeed50a2714315
BLAKE2b-256 23ca69a351e856df679507bfe65cc152dfa26de166c71e89f1c04e9c0de20d0d

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c60b1db1aba6da788b2dade6161b2887a5cd220259a228e42ead30fd669298a4
MD5 acb72e4e787112c1c8e58c6341b5e849
BLAKE2b-256 cf9f5bb36e52e073b1d2a2e5088309c29f2aa0d17edddc1126c941f5af8af8ae

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f3f8c88096544401a966df3ceca6a37b67192128919b62b5d35de601e21776b
MD5 f0e0e738ae97981dceaac8a6165706a4
BLAKE2b-256 e168275bebe64eb1b18367cce8fe48224bd03213e527855f54fad16fd7c46922

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5976989ef5303069e2297afb061b2030096e15c7157b6ac1a4da90e6273ab3db
MD5 10587b904da2f8da34c4dc8394927b27
BLAKE2b-256 9ac8ac10c97b292b909e9a90e312d477e5fb6b49fd3266a1e625f68f7ca4cb94

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76a56aff0d6c9f483a8e76ed4d2ecf4cf59425297c245ead44f0c338e124b7c8
MD5 b324bda858c474e12d904d6abb153f09
BLAKE2b-256 fcab686825c2a89c634e48567db9d56a721ec6d82b2c011578181a63d27f90e7

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8000b225824ea86ea69cff06fe1f8dc708eb67c032b4277884ea5c218aab22bf
MD5 666ec4a5ce089463e77a3ca26c3f26f0
BLAKE2b-256 d237c93f73c45c2be43dea749e2391a9147ae34f9d6f5894f9169789d4b4dab7

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cbdcd3f5a8605f080c354bb8090039e47c2c1a7e0b5120d7cf6a6007a804d9aa
MD5 9fb4500ad1c7a54d19202ab80f1dc4be
BLAKE2b-256 6910fd6f56c01ccc93c5ccfb56fc56fe68cc16d711bd7422a11bc106d263d772

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 45fb20ef7fd8403304628216d6a158c3c2b72c1e2cc393fb7e552482a8476074
MD5 9edabd3aac2e423ce9f237a4b9e3e381
BLAKE2b-256 49932d49c7d5b7eecb5242013ac561b9b4aa9065c8be52cb8bbef3e00d1224ce

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp39-none-win32.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp39-none-win32.whl
Algorithm Hash digest
SHA256 bf59c74a0700d4f987f521af86b159a6cf4b0c2f2ccf494dbe058943bc2e15c6
MD5 90e54ff3ffa48e83d0a8a6ab66215629
BLAKE2b-256 64e70df215d1c9e4cba547a6001211f325b34f5e6b9921b19c848854460cfa6e

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a824e726a297defc6dc8796e7bb6a13ba26cfb725d4ec25f14961e7eb023452f
MD5 40f042d20f27ddc1831c2ccd8fec1c64
BLAKE2b-256 aece18fc0a6301a6b5dcdfb3c9d1b4ccc94b5b90a4d0052afda39766a88623b9

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6e230d75924d54073dce4ef23430f6dcd57518b4a703a98027e9d2e56a20a9e2
MD5 91b29880c2055cbe86a593d6173fab06
BLAKE2b-256 b899f211194f14c56b2a65a226bdb56160d1feb7c4c83258d0c9ec1e1e5794c3

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c27925715fb877a7a7197b7419428ff3d28563b58240367057aaf581ba87fdc0
MD5 7322b085515a4a57c96ebfaf5e9e3d0b
BLAKE2b-256 8608bc6d077f0d787cbb358238e3279104de8ce71b36ff8a18a9ede881d7d3dc

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef2711a149177de01234d29bd78b4b6286b48a760493a59f50c84711508e91f5
MD5 fa6838d8adcd3dd81d43bbd4ad248fb2
BLAKE2b-256 5447017640dbe3ee35e542fbe9cc60f667173e185f577c3e4ce4bb9355c66414

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5343ed4056a2bb116fa6c46ad1af29d80acefb19f45c293d88d345094aeb884b
MD5 a333d6cd7eb4974a64afc6883af58eaf
BLAKE2b-256 1584a42d07d2a998df5f42a8cf304b95e10570ce0abf9ffa85d425f5ebe2b454

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25ddfb140aa7967c7f834807082a3a70f671d17678222c4c501b7e4c7639ba17
MD5 e1689f72be1adf2bf79d9871589d21b6
BLAKE2b-256 969c8dab4222099efee10a88ae8673047f84586d570d70151f7205bf0325f826

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ec0862ed01c759e3b441c1d7a0eb7f75bd229111a442f4d7ca072b17a6bfc41
MD5 c653424e55638ebf62cb2b5613ad89a3
BLAKE2b-256 19d9d8be2c849f600995a3cb1cb91776a52da6c7427d0daece102ad4f507de8c

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ee71c09b097a90406597755d7376b5ba93ff06ce8895fffd42f9db07258ac978
MD5 e20835333d9228c0f123eaefc3965433
BLAKE2b-256 489600ea160f4c5d01a052d80e2d6dbc1e25fae947a5e8576a40fbe31fe4e2f4

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 e3062f92e276296ae765c011314c16ca50de86d85cc8d6c814a453d7c475fd77
MD5 7baa525976def0d5e8011b41f6ee2764
BLAKE2b-256 eb504e254fc6ae41c0504bbe199b42cedd4dab0742572d38e075abe81f0de745

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp38-none-win32.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp38-none-win32.whl
Algorithm Hash digest
SHA256 d9842a1f0f997202cd46485f155e3e53ac4d3159bbc04517ab7cc2cfc37cbfc4
MD5 4b54c4c94f29994370a9da7e23d10dee
BLAKE2b-256 9060475f9383b35e4a03b643d8bd91dbccbdf0e6b7a57c03cbf9823d8d94d5c8

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7a5268fc7ed45e719e79f9973bf5a66085615d7d5021db8e58005d1d4dfe79d
MD5 5222e8da0b1609de7f723bbc9995cea3
BLAKE2b-256 3c34e7d01aed8537bfeaf84448575a11288a865746ed7c116053b76c28d951b7

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 435820b425b3a817d8e797d2364772981251deee5131a0745b7a7cc1b5ab4d47
MD5 ac529fd4e47e1f638c4a89022462936d
BLAKE2b-256 2c43a1109ebf6ecf2dd6008ad414c90533a5dfbe62a5b6306f1127709c445253

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7a76cfe17c0d3b37df785682e56e572f9d069d880bf141913a7c2109d6fcecbd
MD5 82a13bc6c5e7e49c894fdb6f35380b75
BLAKE2b-256 5b34df928804c5c10ceb1705a2d0791ad245a12390f474537f9284963dc98686

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 778b8cd8bdf8c9663eaa934537e4e74b812d74afd636124baf250ff7a2825158
MD5 047ea2afa776ef0f4c16997d928b563e
BLAKE2b-256 ad74a2258d1d6588eb290af7dc4b00c40ce354e413e7364784801242545eac7d

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14a1f8744743e49c7ff571620b0686ba107f8374f6dbb29201b5c4a2491b40f6
MD5 c90acaeced9a4010c177802da4e38d0c
BLAKE2b-256 6b30400417120bfbc213198b08cee14e1e0e94697128b982998ba1745f0aac4e

See more details on using hashes here.

File details

Details for the file codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for codde_protocol-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43389469b25ab50ab2c84d35d343c0abcfd84fcd7c93ec7b2eab0afbba6a37ca
MD5 ca669156e9a96b29eb6423005a567def
BLAKE2b-256 1f47b5f863b04d51930f16f605fa6a37e69b5d28a4d005b13083cf90c9d5e2ab

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