Skip to main content

Bleak backend for SMLIGHT SLZB Bluetooth proxies

Project description

bleak-smlight

CI Status Documentation Status Test coverage percentage CodSpeed Badge

Poetry Ruff pre-commit

PyPI Version Supported Python versions License


Documentation: https://bleak-smlight.readthedocs.io

Source Code: https://github.com/bluetooth-devices/bleak-smlight


A Bleak backend that receives Bluetooth Low Energy advertisements from a SMLIGHT SLZB BLE proxy. The proxy is scan only, so this library registers a non connectable scanner with habluetooth; it does not support GATT connections. The UDP proxy protocol lives in pysmlight, this library is the host side glue that feeds advertisements into Bleak. See the architecture docs for how the pieces fit together.

Usage

import asyncio

import habluetooth

from bleak_smlight import SMLIGHTConnectionManager, SMLIGHTDeviceConfig

DEVICES: list[SMLIGHTDeviceConfig] = [
    {"source": "AA:BB:CC:DD:EE:FF", "name": "slzb-proxy", "host": "10.0.0.5"},
]


async def main() -> None:
    await habluetooth.BluetoothManager().async_setup()
    managers = [SMLIGHTConnectionManager(d) for d in DEVICES]
    await asyncio.gather(*(m.start() for m in managers))
    try:
        await asyncio.Event().wait()  # advertisements now flow into Bleak
    finally:
        await asyncio.gather(*(m.stop() for m in managers))


asyncio.run(main())

Installation

Install this via pip (or your favourite package manager):

pip install bleak-smlight

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Credits

This package was created with Copier and the browniebroke/pypackage-template project template.

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

bleak_smlight-1.0.0.tar.gz (9.1 kB view details)

Uploaded Source

Built Distributions

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

bleak_smlight-1.0.0-cp314-cp314t-win_amd64.whl (50.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

bleak_smlight-1.0.0-cp314-cp314t-win32.whl (48.1 kB view details)

Uploaded CPython 3.14tWindows x86

bleak_smlight-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl (58.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

bleak_smlight-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl (57.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

bleak_smlight-1.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (58.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

bleak_smlight-1.0.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (57.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

bleak_smlight-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl (51.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

bleak_smlight-1.0.0-cp314-cp314t-macosx_10_13_x86_64.whl (50.4 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

bleak_smlight-1.0.0-cp314-cp314-win_amd64.whl (28.5 kB view details)

Uploaded CPython 3.14Windows x86-64

bleak_smlight-1.0.0-cp314-cp314-win32.whl (27.4 kB view details)

Uploaded CPython 3.14Windows x86

bleak_smlight-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl (32.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

bleak_smlight-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl (32.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

bleak_smlight-1.0.0-cp314-cp314-manylinux_2_41_x86_64.whl (31.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.41+ x86-64

bleak_smlight-1.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (32.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

bleak_smlight-1.0.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (32.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

bleak_smlight-1.0.0-cp314-cp314-macosx_11_0_arm64.whl (29.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

bleak_smlight-1.0.0-cp314-cp314-macosx_10_13_x86_64.whl (28.7 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

bleak_smlight-1.0.0-cp313-cp313-win_amd64.whl (27.8 kB view details)

Uploaded CPython 3.13Windows x86-64

bleak_smlight-1.0.0-cp313-cp313-win32.whl (26.6 kB view details)

Uploaded CPython 3.13Windows x86

bleak_smlight-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (32.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

bleak_smlight-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (31.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

bleak_smlight-1.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (32.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

bleak_smlight-1.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (32.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

bleak_smlight-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (28.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bleak_smlight-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl (28.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

bleak_smlight-1.0.0-cp312-cp312-win_amd64.whl (28.6 kB view details)

Uploaded CPython 3.12Windows x86-64

bleak_smlight-1.0.0-cp312-cp312-win32.whl (27.1 kB view details)

Uploaded CPython 3.12Windows x86

bleak_smlight-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (33.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

bleak_smlight-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (32.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

bleak_smlight-1.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (32.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

bleak_smlight-1.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (32.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

bleak_smlight-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (29.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bleak_smlight-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl (29.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

File details

Details for the file bleak_smlight-1.0.0.tar.gz.

File metadata

  • Download URL: bleak_smlight-1.0.0.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bleak_smlight-1.0.0.tar.gz
Algorithm Hash digest
SHA256 2d4c3609c892b790160af9c943b22531209eba7344c242c934e490da5d829b8e
MD5 799304f97942bfe63475fcb8cf78cb8d
BLAKE2b-256 7d4cba5a67c5fdf5d4db54aac845583368e09c7a42806496be66549864ac92f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0.tar.gz:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2aa7632c9ccf29779277534be318398823152bef1bc2ba62145ea92dc128f3ec
MD5 4ca4d9d3aa43822847d9b67ab90f48d7
BLAKE2b-256 f9939c834d6ba1a8081514064ba62b08571966aa91cd93d0c9199725f3b62f39

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314t-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: bleak_smlight-1.0.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 48.1 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 299cedd385f9613cd0eb7a54954e5807a0f529e64fed31aa97d5c3cf8a2b43a0
MD5 5d61c6a0f87f1847c6b3005853d3ba7e
BLAKE2b-256 999c7853a7471c20dced83ffcc1fe8e2c00f5f188391833358842c469d6bf261

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314t-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9949c2e39569d1bdaf8450c1d3c9602aa185381ce108b5a103e8107d45b99820
MD5 a6ecc667bd8e701f5d564e06b2f53446
BLAKE2b-256 d38b2ce0c32b5638f0327d31ac0d42999aeadb62f6594bd1ce892ffcc6a685c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa7505c1f82db8f127ed5032343ac9ee12237427cc1057775f8410a03a2981e1
MD5 d37c965b5183367eacfebedc1c25476c
BLAKE2b-256 6b610e64e5b9c46b17745db9d019a2fa4baa5f67bf246fc33b1b21132b9367ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b9f9e903133a045e7a356d64e089c409b47e131e12611483b7b91529ab01406
MD5 cd5cc09ed1ac600f4f395f6da0650df1
BLAKE2b-256 c9078fb6a7bb10e482274b9ec6f44f6d72521fad58f5317660f699e82570d51d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 69a9f827791f6c7ede999c750a1d68e2367e1ac8514748ed374d82edee11501e
MD5 3f6314572d0bc3eb768bd505904a0295
BLAKE2b-256 e6d3abce1cd4702b364d5daced99e14bb34d369501be341182a4a687881e9938

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b0a2b23acec76abe8155c7b3225bff606818ef3bc4cedcd4693ba2a4a7cdf67
MD5 037a18db4a4de2326f71dc9d6ce06ebf
BLAKE2b-256 2d09ef0f273f6115d919334cecd0ef091f88e90f3d7b5ff373b45e0e879ee7fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4825061d321338a84c933f6e8d77e3359b0672c12b1e08cdfd8e696ca9dbfff2
MD5 930a3c588480659a650c8980475ecc4f
BLAKE2b-256 9a5ef2bded9d07e472da3c1458dd76ba8b03b88ee91a5c5f2419328a8c81abff

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314t-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8b6c3e08dbd80ab2e3dd8e8fea7e729315d6578df317775354eeecf37519573e
MD5 8903dea58877f0fec908a235b9e039ea
BLAKE2b-256 3bc244d458c84abf07126a4ce1452e4749498b1520d7744f3199d2510ea293cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: bleak_smlight-1.0.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 27.4 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 888be72d32ff9c90162bd824118a614d49f49a62c93c44778ba684955a98ad23
MD5 18258889aad6eea0977cd0545dd0a506
BLAKE2b-256 bc31585ee38089873f7e3bba3f3d7e870bc018e4f97beb461e6f872b8bfec17d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c6d83311dff046320f0edd482144cd39b5e207967c4263e96c623ef7331cb89
MD5 7616a174700b04eeab05e5881e25f05b
BLAKE2b-256 3852f508e9ba20468127f733662c095a16aa90048fd89bb4472c2b5ec0422c1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b677f9072f246a013250db0dbeba5ffee893d1ae72b19ba21f49419646dac2b4
MD5 16b877ef4f0bf6ddb17c09712d8ae0fd
BLAKE2b-256 8f1d25fa68bd70bf90b0c9d610adc14e02c6304933d1e6928a7ccda9c493f50a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314-manylinux_2_41_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314-manylinux_2_41_x86_64.whl
Algorithm Hash digest
SHA256 7b8705c8202c0aa20b161438441294ed1844789fd944162aaba675de8625a6d7
MD5 a4a16958468350c62fa9fded241225f6
BLAKE2b-256 c5d04cc95420a67ddb9487cb7aec93f819bafb27a0af3dce3a5ee6b2003f7631

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314-manylinux_2_41_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62052e09d6212a136004329338cd977da0916dd88f2abd5f9ae21bd9ce107684
MD5 3545b47f989575041667fc6f7a35a883
BLAKE2b-256 01c2be252f26380be52f5ab5a5dc49fc7e0a7c6e82b3cd20682ea5b4827f8b70

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 735dc840e3356e1d13ffb459865de2cd4a4612fc436906f5768a637d28e2d5b4
MD5 c9823ffc4ec33ca2d231f376be0882d9
BLAKE2b-256 8bf88ef9d4000a78a73182db5149c9992a26534320c32121f66e61cef7f9604e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1933889db933be7f5dbb74a8a76eff6a090a56fa0601f40460d9e7a5443b9be
MD5 d9ba4b6a5d95f6a707f44c5d8ece9a41
BLAKE2b-256 f799e796a1259e3954ced278be8d5289e9d7bc4e49b12316701d0a95eb6d9dd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d8c888601a782769d3efb636638006928c2ae6689e95d2dd6ff733d895666025
MD5 8ae19b0437d8782d5c62578b1e9517a8
BLAKE2b-256 7e2ba53663ad1f55f77ba0f0aa3d31f2dd71292c73bfd29e8f964e9f9d7b0b8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp314-cp314-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4d300345ed73b8c9ead1caf681037b2547f54afa19dd9cbdb95df4741cf08d87
MD5 e08cbf6aaaea3549a2da9e3c1a644b86
BLAKE2b-256 2b6cee85a83ba4c212cdc46830f492b22505b9b8ff6b6dc453f09c95c23a2a28

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: bleak_smlight-1.0.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 26.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for bleak_smlight-1.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 325abadd59e9aa09dda85042822e2ce3d946a61de01127d3c053f6479583d1de
MD5 0875774ae7799cef9de492e8ed2483ab
BLAKE2b-256 9a6ee70ed9330f54055fdabee65004f96ac2c80d67e1601f2f7937c09995c207

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp313-cp313-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29b68655800ebf4e966a57df732e40300fc21694e1533ab58c20e5404788711f
MD5 fb1d28790d5a71bfdf4c50c93cfba406
BLAKE2b-256 2181337b1f8c3b334c73a5f2aa48e92243e8cb20a83128658b6adccaf82cc9a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ebfcc7a689988f75fbc29708c313a2e2802301f346287216bde085c2b34961b
MD5 b7e7caa730e4d80bfd4675adc137b09e
BLAKE2b-256 5713ce9c5438e1cbeec6dca6583c191b91e527e95ea4552e22eb9cc73d1f3e30

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6b0034b4af9b6f36a1ded33f12e091c3c31b4935bb4b6cd2faa5b6938743d28
MD5 f6f186a10883d2d9ccc8f46f5238e1ce
BLAKE2b-256 badb1455c20a2b705ef5011d1d2246635dc714b92f36b16290acb65703934baa

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a17aee5e1c8a7cf874ef2f4c410f58f8bd10be2e42653f4c051303ac2360a3e5
MD5 47aa063f25ef97e03d3395a40686c0d0
BLAKE2b-256 91fcfa4ca12cf386ba17133f5165870e22ea38ca8af97ee22647426b5dcdcf00

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 242e9f2dee2bdd2139c7ced40ca40a636145a806dc019e87190d58cf576fe621
MD5 7b930a9330f25cd8ad4bdcf081d511c1
BLAKE2b-256 951efa73233abc6be89a68e17f3387b729230d9425cfb8c0a30cf003634d91cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b4e62fd262dda2567856357391a171a4cb652e76ae6d025dccb344c7e5c24db0
MD5 1c8152fa4eb53f163c7a14f28240c2c4
BLAKE2b-256 69df8cf43af5abf62a427684a79e9c5b131ce3402193e564bec1ed5692e658f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 df338e780104583e8abfff8853032af2cde28f40afca214e32e351f20352195c
MD5 e7ec1dbf234bffae5b30a4c0e5e2da62
BLAKE2b-256 a8e82f483884c32b06de03fb0218574ae26ddccf5c4c10b6415993904ad8c7bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: bleak_smlight-1.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 27.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for bleak_smlight-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0ef4ecda2f612348e0293fc300b7f573309855492ee46b4e0099111a3b934693
MD5 356b022d8b155e5956f666986a06d70f
BLAKE2b-256 9b61a4dc32eb4e430efaec96996d8bdb5a682253e6dcd37f55f9dd1fdaa5f101

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp312-cp312-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18a8805a5fa0edf8eadaa5d06a399096ffba583ed982d64ffbdc49fd060e26ac
MD5 c510dc3c895b083f2673bdcd8b39c843
BLAKE2b-256 e6a32bd86ae6e485d7e65953af9ac3777d5083a9ec526f887b9e8c48867c9602

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e940067ceaeb843d8fdd303dc3ad994de1c0d183fc341752b71f5f91cc287c66
MD5 1477ea7993c3054d6c9e6f8a8f04ddd9
BLAKE2b-256 6723c6e52a77c70f0cf0c0767262a5a2f35717ebfd0e59eed8b67cde8fff410e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47248d99c6e7822aeed6a4310762f67225fa19ef1760008c3421668cf8eba312
MD5 3ab1b0c41b57adb66382a6574a90d3ea
BLAKE2b-256 10c85df5388f9aa2df42581fc39a50b1579fed90302aef41df5371660e12d558

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d9530947acc2cfdd6665fc49b76c7eeffc4e59627a22696ae5bcffbbc9f7cb7e
MD5 364b3818ef1d3ec33a7be749fd4393b9
BLAKE2b-256 5d05926ba68f2de4e604645e676796349532ffe7a1945c7ed426b72ba02a3a08

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68beb20eb4efe4e7a498dabf1f57cab038bfc9c4f225f4747a09c00956e89fbc
MD5 4d2ed6a30038f8388f2d053aafe75e67
BLAKE2b-256 ed7993fc9b93301be61dd38a46c1e177197cfefd16d49726806c44cc87ddcd15

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bleak_smlight-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ac95a596b394f112bbfb8a566e3aea395d44963cc3ab128b6681f0b26278d458
MD5 3c648e730634d7224952026a4ec49227
BLAKE2b-256 50b9da16724d96c1064cedc1ca0357ac9707f47293ac6035153e92ad289c5550

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/bleak-smlight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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