Skip to main content

Python bindings for the rust library mcumgr-client

Project description

mcumgr-client-wrapper

Python bindings for the rust library mcumgr-client. This allows sending MCUmgr commands to a device connected to a serial port from Python.

How to use

import mcumgr_client as mcu

s = mcu.SerialSession(device='/dev/ttyUSB0', baudrate=576000)
# Get a list of dicts containing image properties 
l = s.list()
print(l)

# Upload image to device
s.upload('/path/to/image/bin')

# Set the pending flag on the uploaded image
img_hash = [34, 33, 245]
s.test(img_hash)

# Delete image
s.delete(slot=1)

# Reset the device
s.reset()

see help(mcumgr_client) for more

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

mcumgr_client_wrapper-0.3.0.tar.gz (25.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (696.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (720.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (791.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (714.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (551.2 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (697.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (720.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (792.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (716.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (524.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (589.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (570.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (526.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (552.4 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (697.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl (721.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (792.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (717.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (590.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (571.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (526.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mcumgr_client_wrapper-0.3.0-cp312-none-win_amd64.whl (337.0 kB view details)

Uploaded CPython 3.12Windows x86-64

mcumgr_client_wrapper-0.3.0-cp312-none-win32.whl (325.3 kB view details)

Uploaded CPython 3.12Windows x86

mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (694.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_i686.whl (718.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl (789.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (713.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (520.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (584.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (568.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (522.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (531.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (549.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

mcumgr_client_wrapper-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (453.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mcumgr_client_wrapper-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (458.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

mcumgr_client_wrapper-0.3.0-cp311-none-win_amd64.whl (337.4 kB view details)

Uploaded CPython 3.11Windows x86-64

mcumgr_client_wrapper-0.3.0-cp311-none-win32.whl (324.9 kB view details)

Uploaded CPython 3.11Windows x86

mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (695.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_i686.whl (718.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl (790.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (713.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (521.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (586.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (568.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (523.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (532.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (550.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

mcumgr_client_wrapper-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (454.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mcumgr_client_wrapper-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (460.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

mcumgr_client_wrapper-0.3.0-cp310-none-win_amd64.whl (337.3 kB view details)

Uploaded CPython 3.10Windows x86-64

mcumgr_client_wrapper-0.3.0-cp310-none-win32.whl (324.7 kB view details)

Uploaded CPython 3.10Windows x86

mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (695.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_i686.whl (718.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl (790.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (714.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (521.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (586.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (568.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (523.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (531.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (550.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

mcumgr_client_wrapper-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (454.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mcumgr_client_wrapper-0.3.0-cp39-none-win_amd64.whl (337.7 kB view details)

Uploaded CPython 3.9Windows x86-64

mcumgr_client_wrapper-0.3.0-cp39-none-win32.whl (325.1 kB view details)

Uploaded CPython 3.9Windows x86

mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (697.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_i686.whl (719.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl (790.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (715.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (522.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (587.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (569.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (523.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (532.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (550.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

mcumgr_client_wrapper-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (455.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mcumgr_client_wrapper-0.3.0-cp38-none-win_amd64.whl (337.6 kB view details)

Uploaded CPython 3.8Windows x86-64

mcumgr_client_wrapper-0.3.0-cp38-none-win32.whl (325.0 kB view details)

Uploaded CPython 3.8Windows x86

mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl (697.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_i686.whl (719.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_armv7l.whl (790.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_aarch64.whl (715.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (523.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (587.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (569.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (523.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (532.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (550.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file mcumgr_client_wrapper-0.3.0.tar.gz.

File metadata

  • Download URL: mcumgr_client_wrapper-0.3.0.tar.gz
  • Upload date:
  • Size: 25.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for mcumgr_client_wrapper-0.3.0.tar.gz
Algorithm Hash digest
SHA256 ec9281682002cfaf8d551a0ff513993e79ef67e3e6ff3b355b342c266ed3a36f
MD5 59728a50e0d57edfad8e911b992a1866
BLAKE2b-256 f85e11c6131c28fb173f41a0ddd72da8a593cb84ac1361f0443471d578bb822e

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd23646394d8419599cba5c879c910cc1824fce80b19cc7cf9cc98ac0d451e07
MD5 a405bef8fb119ae940c2e1383ad24c8f
BLAKE2b-256 7cdd603f0a11d30b90c219a445fc88b5247c4cb4cc4906600f70e5f2c000279d

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3e05b9f904896d0f4738edc27470234e9961d689d5aa7b5b709308e64730bda7
MD5 e1f19d6b93754f2c689cfda5e8d3a13f
BLAKE2b-256 2f76167fa2f2f7bcaa2d23114f3c389f92507314de3856f6c0d707c8efd01f21

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 df91c18cc69ea899748bce88d3a060d7f39f67a424e9c666cdb3f711b70da0fc
MD5 8fc41cd1bf08072189a18f08af5692ee
BLAKE2b-256 196ed756b6cf1d073fd68f88a39505eb675374e687ce531682d254d5527dbe6c

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d2e7da421ea6d04474139fc446b51e8142838ef932c33f79351b9ef28412915
MD5 415a43137d8c842eeee857757aa9f111
BLAKE2b-256 e7c7e4bdaf327b1b09fd781a9aab5dd51a39bfa1b330164145213199497da1a4

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 812183be870427cf3cc01e08bbb8aef0ac7c9398e78a116f567ce8bad098cf8e
MD5 4be39db38100c27143ac9ff4e6ae3a6a
BLAKE2b-256 92d3489e6aac8c47bfb2187580b518e417f61be9bf0db98974f49bd2983d0972

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98302972d24ef4bd9d500d0956f7a47a3e70547e1a1120f40ce7913f550dc7fa
MD5 f6b6fdb1f0cd52bc470fc49a0216220a
BLAKE2b-256 74a5d7bacb760f82c6f30e2b4c5d1b83d1e02947ff8daa766f42967f1085f9ba

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d6a2adb81f9914dc110e6a884b4e80c7fa91a7923cc479b78367102e58d8473e
MD5 00f959d23fe9e71a34f5a4ff1be8fd0d
BLAKE2b-256 8e633c8a1922c1027085a57ef343591ef5138fe37cb56297f57efed9295d504b

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3bfc9caf1c79c4bad18d1d3330330adcf89640780bf164779655cf5c7a804dae
MD5 b5ee9956d1cacf8bdaa6ad2b35319ffe
BLAKE2b-256 51b287176c7a3f3588c2883006a1bcf118df4085196fd49edd5a03b45d6d4806

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3390170f1fced3bd4eafd3849b879dbf3025d2ba6fc0d29d55463c1390e016d7
MD5 6fa64dcec2e13568878ea21ab98364af
BLAKE2b-256 85d5c4f63d6d2cca1d2583e633695d763cc32c05c72d64e6bea48a3193e2888a

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 08e23c5e3b487eea5005392f4e7f29ea10d1238422f93f07a6ae256196d3ba90
MD5 3702197eb3fcc875a5ad088a62249e12
BLAKE2b-256 16c003ff2cdde40b4376101c2d6503804744a55532a383e54527e88ccdc1ed65

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a8908ac3173ef9450305c93e5252da19dbe9993ee60bee766024b20180471aa
MD5 c8ae60968a747302bc23a3db9bc954e2
BLAKE2b-256 2ac52053079c4dfe9739107acb2b2dfff227f0aecd047b9d790fb7c36f2ec902

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 baf4592952b758444cd142545513f28536fa6b8c9effd5a4bddcbc5bf6c1c040
MD5 466f9f0d62028fe0dac777e51a5eeff6
BLAKE2b-256 f1619493f4bd90209d7d8cf38fd6eedfca3de096b0507309a9b22e9a19eb6854

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9b614dae8df7d6f36fa8541ee6dd0317c84a91554a8697d9a21cc87c9bd92880
MD5 4865a94ebc067a094c82aae8d21319de
BLAKE2b-256 dd20a2f5ad669bfe338b963b577c8b2c06d7c991eaf0bc67c97ae35fdb4d41dd

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68d4dd9c338feff84ec1eda93ff739704be876815b3b6449c5386ae20dbf9f8d
MD5 295581297bf783c529909ae06557795e
BLAKE2b-256 fed2a621c6e790e967e8eca4ac1ece6bd9d57015946325569371ed8adb874fcf

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdfafbe14feed5cf8fcee50dc62acc6688ca15b11417afc6447d8d66f56949ee
MD5 89ff4b143d99495ea1c805913df3a0e1
BLAKE2b-256 68a9e99d0a03010e6d76b8ff4679d29782e34f61f89d619b07306839b209630c

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f2809ebd005feb420dcb5b6918d6de214ef02405c6add24841fdf43b77c4a192
MD5 5119d08dcac7920666dee2039ecad6a8
BLAKE2b-256 cf171d8360e90ee2db6e4f2aa41a96928b92181ee6e3994d90c09daf91c16b6c

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e7b1ec70668b3cefce8934475405a99c96257780f005585377bf542efeeaaaad
MD5 c2af60ee7c76b04ad9d8194c27acaea6
BLAKE2b-256 241bff26089ff44ceaa47e83e6b9ac352256981d6f1aea7a6fb16e10affd6452

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 941c2f19f2923afb07e13c9ba7b93d7450088b8f849964771bb77a3f8fb068b7
MD5 4b868ac26f3dbd8319fee0215fb6f5c6
BLAKE2b-256 4d3d9351f536402abe5a1608eeed64a8346ab6e870a05060b0e91d9b026ba16f

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b57a2a8996ee49570e6a3b3e1b86fb992938999a1b43346bcd26e233fa14f2f5
MD5 5f6bdf83610aa6e4f0295069d721a876
BLAKE2b-256 91f5371fc8164411953405bf9c37b3cfba54e1c5d6fa7c8d1f972685a037d160

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c081d9867e58dee6a0f867e3595542968a580152c319258f2a8040399d216560
MD5 5c2703dffbf0dde4ec86e331c6f3f89d
BLAKE2b-256 ddcda1b3cd52f53f393661ab1bf2ce101df87e64dbfb67009254194fe1bb4eef

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44352edf467a9c60ab516f2bb3a9cd4fe7763192f39ed51ffd5c9b0998ee4d78
MD5 fa4d1e7ce4bd619c98651acd7b159545
BLAKE2b-256 157cdd10ffd7ed19bb4b0f6a47ae9baa6326dd07a475dcbb22d3d87b90ef0c2e

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 beb38a1c60b132a1c4155863ff16b61f4ceab010eef538153263cea84f185feb
MD5 41227afcdb12b0d387cfd8f510dc9536
BLAKE2b-256 39bfb44983d7006d199af386f29889c311d765d315b42a2418b03ac6d95e7b22

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 983cc936f1eb7c77ddef809ba0eefebf046617600a3e0f6b9b9763cf842cf491
MD5 0e58d7a7a97ca4400bf0046102f00cf6
BLAKE2b-256 17517560c2a17f48f658c05bb83a52450d76c9d64c428bf66e46f4e3ec92a855

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da4ce4a90e4b015b79d5ab5807d735598eea7b8ebfef27efaf0c0fa8ed3d57b4
MD5 b641e979134ca003c48c2ff93aac10a0
BLAKE2b-256 82139c5802b0fecdc1b3e235d607da75f3f43ea968388bc89ab326ec281b62fe

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6e6a5dafbf3b1ee65b0cf7539abd2c2341bb40ba5608728547713894aede7de0
MD5 d4f5991eb465deb32888cf0ebb662416
BLAKE2b-256 03f2d3dbc250aa2aea01b54414b7a0c30d0f9c767c685a5a028de50a7ac586a9

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a63b44761294a00585e0b0abcc0bf933d24eee9bb4c25957834a7d9cff4a11a2
MD5 f1c081604b8ec07505e81831f7bee3fa
BLAKE2b-256 e20c8eb81ff7424b3f39071aa150525b6a2e3628f0ecbb8a2d484eac68daea8a

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5d8da738e87f43c8d1a492e2338666312463c7d05793e5527ed1ec0499544c39
MD5 74a82d7cd415ef02d3666e3dc741c89f
BLAKE2b-256 43c96b03ef81d45632d131700e61bb6b21643ed9ec1c339104d765cf61c48d87

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dbfcf5ceaa4899d262043ebb812edc9dd3bccb8293c7720a556a4e6fd7680872
MD5 1cc86f3b411528e5e02239f0e07e977e
BLAKE2b-256 fff5ba7fb0e615202fb9601ddcd47b3d71210ee49c5f97972050c33d0fb58cd8

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 7be61c45d9a17a7fcd7676d06797ac3fd13d5205f3f770174d85dc5dc5ad4295
MD5 86943de76bfd5c0628d2705885f06c87
BLAKE2b-256 ee7bb759270d8ba6aca5516f311cece37a96c9b15d1382f9fb3a3c878f16b04c

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-none-win32.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 3705f15bda8acc6e00399f207c6495dc5b25f5fba1f5594338b7fcf544f7e8a6
MD5 bb368e5cc5d155f7dd0ed15757ea0dc0
BLAKE2b-256 075e5303fa7cfcf2bf611af29dad2ab0bc7196eca8988132722c244a3c3f8f03

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 352b17874d2a2b943b20056bb7fff54c42e98b6f866d3d10d30a7489a2f82f80
MD5 c38631638632fe911f0957da6bf39a7c
BLAKE2b-256 fd51ef0069149c878df8d2f64b9b950d3010dd0d52c06dbfadbfefa2b1a75918

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 af4799a51016a4b85d84ccc3428386485e7340a7dab4a462fde51045f22cd3ea
MD5 800acc4d631132bfef140b7b2983b436
BLAKE2b-256 74fbcc1128b73fde74ee81664cb8d4efab2f50cdb52928a9c113370704dad187

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b2b1d9da24695c892fc06029f53bde318ffec8debcc509dec5eef37e752f82db
MD5 e5d95491772fed26307a38d1486cee30
BLAKE2b-256 ad01de19cb58bad4bd5f274f244bc293d5a14dda6c51bda8f0eee9f5100a6a1d

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a77bc6a959c9d6dcea5df0def78267e1d3635d5c111c2af94425de764585fc06
MD5 758c15131d9bd20a6982f7da16f3d2c4
BLAKE2b-256 c60e3be5ef11f72b77265f8d8f0552389b6194b669038d0028fea60130987581

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a9a82d52c8f6cbe0cebc0a7a7b3e09b8f9af3a9c2de3929e2f17995bbcb350e
MD5 ed6b5eb6a0297f34ebb9fadd2fa4a8ea
BLAKE2b-256 c06bf3851a2c24ace3f5dbc35ae5741d5af562eb2b4257be64ecd082d8738a2d

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0a75d22c74acb015d9fa7312b395d2d44a5f37c2fa975ac3dbda5339427ea128
MD5 2d692a156ec7dcae01e0b11a87e91c87
BLAKE2b-256 802c653806205afeaefd892244b8568a0da3c0c71d9a117713cb025d92a37932

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 14c3cc72c2eb2bc7b0db40486a71c0af9c834b165d6f5c5c432f98d57843f06f
MD5 9951beda6cf4f0e8f3a3653a331e8bb9
BLAKE2b-256 87ec933a2e3cf9c3f33bd233bc581bd6dc8c40b2bdbb3b36eb57b8181ab7f0ad

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 94dd0745ed5a5d66e608f1340fed7b6637c21b8b642c78cf384cf8995f9c9c14
MD5 449bc849798f4a45c410cb03a6c36d74
BLAKE2b-256 c7e68b5e8055c8bc004695ad0ec4e44d6a427f7bfabfe2f9a745c510787f11f9

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45baa332edf918a31101f0f15242be676d7d1e1197d08454dfade982522bde9d
MD5 1c420ccaa4ab5375337512fbd7b4cd6d
BLAKE2b-256 a5ff78460712b94ed92c46c295b561863d835e46a12cc4fc5fdaa21848bbacd7

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b9e8941b0cb89db4e893a36706890607dfca1699ede365157db2fc75bb8dfc4
MD5 ca29ecb78b94111beec0268ebe84adf1
BLAKE2b-256 4f9366dc96df0f599fbea3711ef3ba3e94ad62f587a01c27f850b42184046917

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8b5946359e8c2d7660eba8bae784d4d9250ecab79efb808c1568d5c9712a408
MD5 77c5c40058b0356d51a1e64d371e4050
BLAKE2b-256 cd27a87f85d53509e2da7bbb25d46c73b3ddddeea3d974bb17c948fd4717df6f

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 711da938b85f1537689997d3663b44bc3c3829b05421d0fb104ec892ad1a7c2e
MD5 70b8bed90dae86bf286515b66fcb40b4
BLAKE2b-256 9039cbc17ade61f97f572e4412cb67b71aad8c0d189662f6917055b98b8d49d9

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 49a4bb41a12a6703ec44484dd4361d15742726ec7ea37846d70f88725a2491ee
MD5 ae9e39b0790b8afbebe6d34631753bec
BLAKE2b-256 d793b5c417347cf7dd26cf4e7b3fe2c2e42efd3ff0dcb9cdca4291553ac1f72c

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-none-win32.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 9171d837679c5ecd9243450e5206b299d9e98a069ee5ae262448000428359132
MD5 e64297036be2783d552c6fcd9628bac9
BLAKE2b-256 ba028f1887d9a064c513ceae3e8f129be6ba83e7774ed5af6762b8505562eb4c

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0be1a35d86cef481e2b968d3ae10c9881b96a9e8b24657278bca751d6ddad8e
MD5 da641274fb6f726cf82571795ff60308
BLAKE2b-256 bd06a4e2977aa7e15484b29afb5a0d59e098de86d7a89938d878bb007a711e8e

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4d2daa09951d1960b8085246c9e62ae1da72de058b1c1fa9e0b2cf2afea587cf
MD5 754e8a7cc2d6d6d52fbdd441328707ca
BLAKE2b-256 4439cad70df80bf9e0bced37a4e61d0d5b6eb0c35b71b2b3cb4a09089980f46d

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9432f32f0e52ed0d1997eec42a05189914aaa43f3b991bb7afec708f686f1ac3
MD5 3485aeb5f83b0c2fb2303706d7bc13fe
BLAKE2b-256 fc12c3c68e6da0bba3fd9e858d0b5421021574b0be7ed14f4b48d597bc0d41d6

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c56e1aa46da02b07b6dd5bd78487b9ccaea58103cf587cca5842a2f6d277d782
MD5 2940d0367a084ce49a711abcf81fde90
BLAKE2b-256 3ffc57fdaee2256784de42655fda728aa5c8633063c68480a91b2db7ce3221a8

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ae1c4dbe5b35e0265b4f8756eeecd1aa4e140dc120a6c7638903155f2beb5ff
MD5 13497488caf71bfc854f58f1ca546ff8
BLAKE2b-256 a476ad604450e2dcb8c323db7e0a56561d154b614b4c1ef30659db49d863c491

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c245b878eabd7a7061583c1d23f3e4e7f5f6360e1a6dd1cfae91250a33bb1c1f
MD5 f3f1a7b98e3d96dcf83e9f5089a62b06
BLAKE2b-256 b7a489d4dc1130d244324a4bc84fedb2bf2cfac6d51cdd3f3cad46def603bdb0

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cd903bd8b6cbb5d5ad75c17d1f5994cdc41317492e37b9ade151c5271ee62ae8
MD5 cc137887dad85ac30301fa9a4978c168
BLAKE2b-256 773717ee18bac4adb2a3cbbd1065184ceff65fad6ddfbc832d215760b015dfe2

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 35821168a7ce5673468b21852c90654da9cc9c77a1007cc86a75598baa05c793
MD5 74d122ee4e846dbd676a137adf79a760
BLAKE2b-256 e0783edec4280b0744c3501679d1842a34aec4f91ebb2338878398530e20fff4

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ab0faf56cb5eaaf15be84a8625d4ff9c59b3c71f737762ed382219174ae7ae0
MD5 11a96461512ea1085f9aab2ed05ef66c
BLAKE2b-256 e8c50bbd7b3de635a3763c8231f4b45b0ec73d4965450aa7dccd374c975fda42

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c194106b563c6c4b0d18cde5f29404b68bbf93b3f2adc966da3c4c230e81d739
MD5 4c7901280c1fdd0d3b05c714c089a5a8
BLAKE2b-256 8b19845e6083fd308ccbb0896e66342628cf3a0dc84b266fd36f9e1d3cb25a22

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c08328f8dc9120c06e8a639ae8191943595627ac43cfce32b123e5c6d16010cd
MD5 e08abeb024d3d622b3b489ecd757a19a
BLAKE2b-256 7b2d7d26beed85ccdb6f064fdf987fecb61d250848e4eef8c334d2dd978babf9

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9b94fb0356391207760b0a47e6349a9cf7dd0f335da4465d1fb806cce7d34fc4
MD5 4bd20a56cd5cd7fc88a77b93c14c9afa
BLAKE2b-256 ca772a92f94966154e71e8c8ca29e6e70335fdb52f1a55c44673f7729ac35e7c

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 a010c7ffa3bfcb8c5a0dc62ac56f869042c70b5d17348a7278f221c79ec6d3a0
MD5 89a9a2a021797eac3cf217788d50921f
BLAKE2b-256 ad0d99918569ea05b1bb62478eebad27e4264a068bd2430491eeb58a8fa991ae

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-none-win32.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 b409ea30f349316a082142cc521111c0199ed3683c080aee7c8db396823dae80
MD5 e35decd3d50dddd125ce4b8da8b4d575
BLAKE2b-256 bf5a29277ebb25d87670e18cdbb965ce839f69d426db4a238dc1ec7701b2cabc

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe1e0d53f300307fee27b76f8f13ccf6dedbd5e45d4b95c7f76b9374ef00bf60
MD5 f57bfe10d19a401dc79a89fb3efba153
BLAKE2b-256 e61a563186ede4ae2637ae13b8d802eff1dc4f531e4d04c8cd570ed0ef4040d6

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 04cf3c36a6d598bede5e3891999b465666093513d32ec0082e775a09ee738aa5
MD5 b990933eb4d8b0c3f41b84324562d9a4
BLAKE2b-256 fb0f5c39ae590a2e65edbc91086b3df9380f979902c1e0b8451af9a86e83e1ca

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 39c4c452665410799545613f33792ae1bc50228ea377e261d888f9d54cda098f
MD5 98a9b9f53f8f30c714f31817274f55ef
BLAKE2b-256 469e295d00a8f1f8c173e2ac40c8e84aea2c4b797f8c95374b671c20ddb72d32

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6951e9b6d188e3ec43ab6f43f1c31687de59ca1d9189c7e9b9f8af782ed5e931
MD5 55d1ed3141e78d5e501ed82352670236
BLAKE2b-256 469a06a5f11a381f79f50d8d255d473a4501fb410f4e07159a1a179b2bc59ddd

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ef404c5530f7116717c4a5b14476ba74353aad84bf9ff9bfafccde795e10b43
MD5 ebdb301a6dcb8303b5a93fb90e83d1a4
BLAKE2b-256 cf984d0cc4a65c891054eff9b06f5c86176f6d6d7fa13dc3e19c322a7b67590f

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f7e3c564953ca052fff301ed6943fe929c97ae391df1a4c756d99e3e5758d33f
MD5 290c06a584706d67234f0f1e43093053
BLAKE2b-256 50032d1828963a5fa98edbae142538053f5c88cd8612eaba06eb5a038556f7d9

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 83f3b03f8b1d7bffeaf63627bfce59dd2436c177a6e496e6d607fef9559acc4b
MD5 20f77a0a2ebad3c9e8b64e9b8ee5be6c
BLAKE2b-256 c38cff9bbe826ae35869b8c35ad7c4efaf6fad84b8c293cd76e94421263c7f21

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2bfc2429d0f19c4b89e9d48b85f02b397c939da6412e1ec5b6337ea25f56d0d5
MD5 037e849068d3c1f9f47c35f464f99f97
BLAKE2b-256 fc19ebe1dfd07cd8e11b6bacbe089196533f7d4cd6895f2a9159ae3809bc0b10

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f68d1703f5db96dba883935a10c407285ac5359c7ebf5ff47658a0439559dc5
MD5 4b0195d269b8e359356d2493bc9c1351
BLAKE2b-256 17a70f4e5aa6d15569baddb635da9833029d20c0b67b80254e6c264e2bc77c84

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 94b18fb69355d70cf51657cf8d5742cdf95c2c12bde569a3501d253380232abd
MD5 866e86779f36f856162f1d4c6deae9e7
BLAKE2b-256 ee4d945a1d7765a731f300e6df5ef4decfc2ffa20c6c794d917cdc8a62412119

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf8d2e6c578c3a5e804e9b54601cfb50a621b0fe288dc8d4b632d5320d0bfc28
MD5 36e218fd3190cdd45cb98ed6ccf03301
BLAKE2b-256 2849910b5d2a9ca1853f8731907294ae7f9442c81d190fe9cf369cd0c0a921c4

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 ac921808c3c5a36804734be4e7c7f77f04fab546d52d33fc4e75843216a5e735
MD5 234b1b1faf61ca84f88b2e54229bd5ba
BLAKE2b-256 286d5e97d0d827a5fed5426b86fad3868a9eca90f20c002c8a7c26fc9213dce3

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-none-win32.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 dfe095a4e1486a387db3ef117f176186800d5a8c7c24c0c547a7857916c14e45
MD5 35373b8eb6401066146c415b96f9c15a
BLAKE2b-256 46fbb9368574a4da1d3d964a273dab3e4d8ac42904755b9fcd001711eaf48192

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4bb2e861a93f8ca7f20f008aa97ca9acd531c3efdeb537a266aeb2e06a019e7a
MD5 2e4d82c4f7f65034d33da2b2b7c67641
BLAKE2b-256 a015231accbb3c1fd7ba92e369fe6c7d0f392cb55f052a9317b0e922ff947171

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 373d9213ee4248acc476d17e739418d5d590aee8277deda5f9d3530a41c69650
MD5 0cf60f6dacde3b082ae054a0960ab0a1
BLAKE2b-256 71e61cd082f4f962e3fe66b816a87ae58a37013b9a39d93423682402e71c1bf7

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fec1d8e91be99cfd98e65add26acd54ddc38faeb137d8e6915512d27b50d8dcb
MD5 f8a0d9cd8bc89676238b805fbfb48ea7
BLAKE2b-256 df764a4be11707c0190ce94c8fb516a51fab74636f8b321d072c87247b89cb96

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 308a56d3de02c70546d01a53a7d3f21accc5159d17accb707337c9f3ec867066
MD5 57d992b9eeb0efbe8fa18a95260f6326
BLAKE2b-256 e178c2269b3b9975184800280a9f5b8c9dafaa750a5ceb878cf63ebf53a29fca

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 318d691b4617b905ff41c0396c341e95573dedf59c97e00854fdd81c647afaa6
MD5 fc64ec8fd7f065787504603e802f3770
BLAKE2b-256 770efce37bb7485670e051ff9605dd7ea805cdd90b79dae26d29188f20e6c815

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 18878c8616a2df874ebe77ee3124ba92d05977f41e0387a5c005961d5755c5e2
MD5 115f9a92032ecaf9a3dbe7ca316dba97
BLAKE2b-256 1ef79ad0061fa434f256ca4ec03cde3d94d67ff7efade383f021fde90e65c98b

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 893ed7fa1521dc95b468c7a4054330680133a423153d74b53f4244cb7129ca38
MD5 852d19885a5c7cbe9ecc961f2a7c7ebd
BLAKE2b-256 cb7669c80dc4e341f886c0596f775cd67683a4c45f91f9f62c21b7582de0da2a

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ea6ec40813e2d823542ed6101310ddb2e7f5ba9840e8e1054b24efa5fdba4d72
MD5 996d530f7b974762c0bb632379d4fc01
BLAKE2b-256 36d8c34657c99104dd90141087280013b2fef24c304d97c7bf8c4171880cb862

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc0ba2da0ed5dc9ca6643a89a5b1b1d938954904e0d4e44c7fe7c09856bfc95c
MD5 a81a4fd407c2d29cd225fa89043dd77b
BLAKE2b-256 60bba4c2951b3b392de6fd93a3872d007fe4c6dd655ae82be6182aec94d4054f

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 13959f09b138283465f4de210af5ea24881f747ae49cb6dc754346e92f766119
MD5 fcd8596a975310da8eaf38c8b59cc63f
BLAKE2b-256 3290c50a561f0e397d0a4ccc1aaba1f29c0566d0ae6e866212e35bd05021cb6f

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85d1327c4567f9bd6c6f1d9de9f7fb6ac3921d51c8818e373908aaf2c4a4661e
MD5 cbffc4deb0781e4ba0368833aef98049
BLAKE2b-256 316a322d8e779cfb4846e6174a3529a5b74558f544513eda41de4bd22ebd5705

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 47262c445c6f16eff770bfd76d3ae71360ff40da3c6376c73c2b408bc746bec2
MD5 7cc8719ec9d59ffaf7d0eeb8826bb012
BLAKE2b-256 0ff83568fa7ebb24c27eb894c899dc824a41b55371258533ea62a41a49fa0639

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-none-win32.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 b2a3a1c84af62abc4f84ff5e1820e2d096e6999784f7ab215ad7719f374a90cd
MD5 4825acc904cc48f601af39111ab5b7a7
BLAKE2b-256 d66eb36276e21d27be0652b436bfea94161b7db497c81bfedff0ac4ba5cc56fa

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d82058e834505564c7750cf5bc25525f6f1563c77768a232f4b400b9b82b7f2c
MD5 13a827cd33eae82b4b1abcc2f1bbee0c
BLAKE2b-256 9bc3883fd19631d1532dd930e493adac6d487c271ba4215585dd829654292e65

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1d75d91bc0969f120de3471ee045c0d6f7a3ea62380b80e1c338eea62ce79f4c
MD5 50cece620f7551a7934a3ec645fc5186
BLAKE2b-256 4ce5f3d8f9db07462fc9cb372df62808b79db8726ade5a811c63c2c1b0ae1ad5

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bb522039aa2a6b67858c393929ca110cd2406fd036c62f32198bfd1491b41c0b
MD5 d039e65869153d6255f6b18e7065ffb6
BLAKE2b-256 198ccf10c7adff04619290d533eb8677d3065a10e88e957e540adffca8318bf3

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e851e3c553b078379cd5d55d92f2e0b634915a236c7910c25563c0ed02f9e6d6
MD5 469bc6513ddd12f19524351e7c2517ea
BLAKE2b-256 e5337b1713bc79a9bd83eafe3c5313129155986f5507c9cc27b1882b44115f15

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5386b958d8d589cd1af3c61db4c4d35e6462426e3cf646c5e146e13ffd12f560
MD5 b29594fc18f4d5737da2ada4548f863c
BLAKE2b-256 0bd2b3a9a20ec31bee76e4220dbc73e58c9bf3a0e82d94ad8de23e2b89a550c8

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 92eccd06dabc353f0a037a812b972407bc7e98f9c86f003f04917091f5f36568
MD5 a28131aee36525b0da4e242593c25818
BLAKE2b-256 6a5beebced490f69ce4df02fc8eb3a4ba29ee19117cbe6550548e3583c3726b5

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8566a9495c392bba978898236b8c5d15321fcb05dbcc05c91d70f1364b6aa6b2
MD5 836ad795113620d454025b6921475234
BLAKE2b-256 3da727de878d1977fa062f02aed7a08acaa09b6778a778b2b2bfb085079b8242

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 252666f43bd15cd50270d9e79a785a8e5f0a97edaaef87d120056be312687f64
MD5 8ecc532ed65eb635d3d90c7aa4a71a95
BLAKE2b-256 466d817bded0cd0ac979b23e3be26dc54997619e51a0c76549be8e48f958665c

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32921b2b3a61077cdefcc0325a2297e228b0c4e4132814fae9c199e85c576dd3
MD5 51a5b4eb671c6d5b0ac6cac17fdc6d5b
BLAKE2b-256 fd8fc2d66f9e54d92c104820c56f0ffc6e6c35702d62ba61544228ef68497cbe

See more details on using hashes here.

File details

Details for the file mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mcumgr_client_wrapper-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b21c2000abbcca76ca06de8d6dac9b3a1f107ef79d466071595629826a01a127
MD5 08473753a8fee9157a7c3fa477b7a4a8
BLAKE2b-256 00c7a74404512d1f42da7a7e84c669ed6f9493e4314693cad64aa4fcf4ec74a6

See more details on using hashes here.

Supported by

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