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.1.1.tar.gz (12.9 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.1.1-cp314-cp314t-win_amd64.whl (102.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

bleak_smlight-1.1.1-cp314-cp314t-win32.whl (92.0 kB view details)

Uploaded CPython 3.14tWindows x86

bleak_smlight-1.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl (125.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

bleak_smlight-1.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl (121.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

bleak_smlight-1.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (121.1 kB view details)

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

bleak_smlight-1.1.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (124.2 kB view details)

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

bleak_smlight-1.1.1-cp314-cp314t-macosx_11_0_arm64.whl (108.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

bleak_smlight-1.1.1-cp314-cp314t-macosx_10_13_x86_64.whl (108.5 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

bleak_smlight-1.1.1-cp314-cp314-win_amd64.whl (55.3 kB view details)

Uploaded CPython 3.14Windows x86-64

bleak_smlight-1.1.1-cp314-cp314-win32.whl (49.3 kB view details)

Uploaded CPython 3.14Windows x86

bleak_smlight-1.1.1-cp314-cp314-musllinux_1_2_x86_64.whl (68.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

bleak_smlight-1.1.1-cp314-cp314-musllinux_1_2_aarch64.whl (65.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

bleak_smlight-1.1.1-cp314-cp314-manylinux_2_41_x86_64.whl (67.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.41+ x86-64

bleak_smlight-1.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (65.8 kB view details)

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

bleak_smlight-1.1.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (67.9 kB view details)

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

bleak_smlight-1.1.1-cp314-cp314-macosx_11_0_arm64.whl (57.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

bleak_smlight-1.1.1-cp314-cp314-macosx_10_13_x86_64.whl (57.9 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

bleak_smlight-1.1.1-cp313-cp313-win_amd64.whl (54.1 kB view details)

Uploaded CPython 3.13Windows x86-64

bleak_smlight-1.1.1-cp313-cp313-win32.whl (48.1 kB view details)

Uploaded CPython 3.13Windows x86

bleak_smlight-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (68.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

bleak_smlight-1.1.1-cp313-cp313-musllinux_1_2_aarch64.whl (64.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

bleak_smlight-1.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (65.1 kB view details)

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

bleak_smlight-1.1.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (67.7 kB view details)

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

bleak_smlight-1.1.1-cp313-cp313-macosx_11_0_arm64.whl (56.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bleak_smlight-1.1.1-cp313-cp313-macosx_10_13_x86_64.whl (57.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

bleak_smlight-1.1.1-cp312-cp312-win_amd64.whl (54.4 kB view details)

Uploaded CPython 3.12Windows x86-64

bleak_smlight-1.1.1-cp312-cp312-win32.whl (48.1 kB view details)

Uploaded CPython 3.12Windows x86

bleak_smlight-1.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (68.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

bleak_smlight-1.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (64.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

bleak_smlight-1.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (64.7 kB view details)

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

bleak_smlight-1.1.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (67.4 kB view details)

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

bleak_smlight-1.1.1-cp312-cp312-macosx_11_0_arm64.whl (57.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bleak_smlight-1.1.1-cp312-cp312-macosx_10_13_x86_64.whl (57.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: bleak_smlight-1.1.1.tar.gz
  • Upload date:
  • Size: 12.9 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.1.1.tar.gz
Algorithm Hash digest
SHA256 2560a5c3266414906e17052412fd167e4c0cf9a151880373164550df8eca8885
MD5 6c3c875cf83c0ea8528a02833647c30b
BLAKE2b-256 27d389ba9c903a534002538305b2f3079cbae1dfd549c7af1cc70afe278ba8a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1.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.1.1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a8613d9f3b51a3e539e91a4f7d8797da97babb66ba99b9b45a09aa4d307f8d78
MD5 41dc3cc85ff0fdebef52ea08825877bf
BLAKE2b-256 6cee6e35d42a21d25bcd3f45fad995de6f1496517b7d2783a1408747887d857a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: bleak_smlight-1.1.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 92.0 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.1.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 9af05987c78fd1e3a488a6d4a408c03cf19f100c66dbb0145d3811e9c39e666d
MD5 d72b65fd54cefd8af53c9712b25689e4
BLAKE2b-256 6748f252e8cc998526f0f1ad2928026b144a98107926c5e1fa0b9705d8c23864

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59e45fd54615b4e8d774bd8a5a6595d4f46bb4842dcc03b8ddf98cdec4569c89
MD5 6457b070a12cdc3a65a08184d71409a9
BLAKE2b-256 2144ae2b72368dfa50a85de3f98ab5d574de67ba908a77d810267b2ebc96d982

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf36befcf7f636a5ed5aa14aa36e62f027dc61bc744d4520bba3333dd8577050
MD5 de7293fa4fb0e6b14f42b469800523ba
BLAKE2b-256 6a1849cbc5808df396f826137e3be1a4a6ef5a5845d51a9b445097ded88a30ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6fb22a43e95b456c444e4bdc214b3baaa0f8528dfb3e435b9932babebdf1e46
MD5 f19dbee6a86c7696aa3c29f15096611e
BLAKE2b-256 01d1e7095f2a249ae0627cb7d71619d845d684816509f42b807231a93cef7480

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-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.1.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9088821c28729547170e9f5ac6f71e87676063b1ea10c559ad7f8cd38ef71f48
MD5 b001cfb8634bb2338f9f9f7e3f5fbbc0
BLAKE2b-256 b8baf1d177a3b9406118960f2a30cdfb72ea0a850f851fd299815fd39ed991c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdf8d4911b2d0ee70717e8eca52071587b597b10b68fe91c2d5af4c34204009d
MD5 67273864f50cf6134e71f785a3d04823
BLAKE2b-256 fd2f4fa28cb531918dd9b9dab0378179bb28c593288ffe72eb75fb8dd4269d76

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1d1864db9b6d02b6aa628b02cd5e1377b0f979180088cc478e4c0789659c4327
MD5 7ca943ad488394b85c3533004c4697ea
BLAKE2b-256 acdf1f2331a89a5c36fa1475f7505d562a381652a5d3077b118c7f1058106bd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 11757a555ac9b4110ced6af61fdda84f60f7ef903cc1889d1e0798596aeeb25c
MD5 be878ba0fba96fc149cee718283c9c32
BLAKE2b-256 54635a40899ed25e2de2a5db9984d3fdf90574add0be1e41c69eae51e592bfdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: bleak_smlight-1.1.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 49.3 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.1.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f6e3c123a28dbe48d8354f3e8ec5becf4abe9814022997503661c95a4cac9ed4
MD5 22e5dfc0752bafbecdaa83d210624095
BLAKE2b-256 c5b5356635be01ac3475702813563aa15210c0f6d66c621c071752327127fe5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8c79ecc5de784bc65f117af8cd07a4e52a03a8703efa0da87d92583a6ad9988
MD5 56f2326076d504b30feca488db3a85ba
BLAKE2b-256 f014d9dbd27e6f92d503f8fb2bc141356b310547a392e343782f32a9261f97f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2929d47abdcf90846e2f0efc30947feea0b5d52ade4e0706f123ff8d27323354
MD5 198f0cd7df86689a0f08ff404d3757f2
BLAKE2b-256 b31b4b0813facd1b9f43c43cf9096dafc0dd2af94e96d3e3855445e3418bbfbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314-manylinux_2_41_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314-manylinux_2_41_x86_64.whl
Algorithm Hash digest
SHA256 912dd1b54cc030c2ec12e6e0ad5d3ad62d8db98cba923172432232705c4711ec
MD5 9b2028e0052626101fce0e57493618d9
BLAKE2b-256 43f74b1f6656793b3fba535e7b260b857cf6a3924de8b4cc01675378399d3b84

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7930a5390d5dfb0ddae2f9a6f29ca9c282dd2deb3b9b516b7ccb64a2d7807e15
MD5 c639e999f0f7cd985a7a4072e9168db0
BLAKE2b-256 69b87082b903786f39845086503c4fbf3bd83b1a84f88fe713f3059536e4cca6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-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.1.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cd9f0c012ac2f130f352a7d7501adcc47ef157ac1e4a42701dcc11310cfa78d6
MD5 5e08f0c122dbcc4e154e0e462b876fe1
BLAKE2b-256 a85b181d9c4a2b0d5a0ffd0e8a585ed795792afb1077996c5914b93458ff9df5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be448b4e24830ea2008512f0608851c2c4681b08ab3a36d5945e6c4869b80de4
MD5 17062b60da3697cb6e1a2d5a4239828e
BLAKE2b-256 5616220c9c6220ab33d2a1e5c9077dd02b7d629865b1b822cc00d5442cf2c6db

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 42036c7241aad684527a53ff5d4f33594da81f05e5d260129d41bdba55b1e95a
MD5 f46aef372c29303730bce294d8e9d1f7
BLAKE2b-256 8e6e3d8f6813154ba68f5e59e2d848bb3f19540fa1d3ae7b77f1f6cc92462066

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a2e46d8f896800abc9cb78969f2a3cc9ae83a8d1a6cdcc73d5e5b767984838ae
MD5 4c91a4114ba02441efafdc85b5436b14
BLAKE2b-256 ad4b1250e56949a36776403f5439397c3a6c48613e75fde917adb9446e9cfafd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: bleak_smlight-1.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 48.1 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.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2eeec86400e03173986c012c3dae37fa7e1a235216a43eb56c32c0f8ce8f9fcd
MD5 8f1bd916debc8879e7e64d1b145de4b5
BLAKE2b-256 a0c0f6ac6e18f1df12a4bb2b1e41be7ac512a7afa958e2718261968dd331cab6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e66a3f28e8acad49ee6787233cc8b4ce1eb591af9a6a2aadfb65b0c42e8142b1
MD5 dc6888db1257d8bb48130d55719ba22d
BLAKE2b-256 cffbd17bccbd865d9ae75145eb846e0bee5d7541298d1b881f7923cfdc243ed2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e03ef9324c42ee1d8a2a19c841361c6e61e31c4d5266bbf99fb7caa2a9ab51ee
MD5 1fe3ac916f6b79b9a14e63eb40a9bb79
BLAKE2b-256 ade5ed5d2210182c910aaf7c4a61aeea64e23e548bff5e6151bf04614f917c3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5442aea687a99bc007481b38b831c1ad0ef0940cf1c8912d3d3da31d099163ee
MD5 59a01b3033969119649b26109c0797e2
BLAKE2b-256 a81c29fdeb7db30abbd1fb754edb2db12987ba0191d6a8a8231422d06b7a5414

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-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.1.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 461d2ec138eb47da430277b3b2ba270a8da8110d82194f662fe0278a79cd2ad0
MD5 2e6776481378e8771682299bd29b1b37
BLAKE2b-256 e07dfe2fccf4c1f441936d652f498287be52caa72858495bc1931c8d4cc6941e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 432f66e917382ad6713009637bdb91f218502f3e9337d8033eed512c6062bafe
MD5 a49284370401a9143bbe79054639a909
BLAKE2b-256 d508bf87bed1117c0770b7463b73d6315d8530c78eeadf8b15b39e85193e0fa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 875685f6a7271cbf25baadc750b8a0590876b2393050649a55b7dc7a8a5ca3f3
MD5 0a0648b69d4a562e5f6167b6610a9b25
BLAKE2b-256 bff1ebf2f367b115b4758d54927b52a7ae6ccfc4910b104be83ecf90d62308d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a0623188cc4843dabe8b83fcd53c59cf5de42b3ea9661219de4024e22b53d767
MD5 fbcf7036b7102ec510aa6508bb75d6c2
BLAKE2b-256 248c444cb69be5d1589c20ede9d6152baa93c81f3099f7e49c7b38ae802bbe58

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: bleak_smlight-1.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 48.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.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6fc4237079f56469a906d6f311e43e0e2413af3db36b398cd64891554594fa2d
MD5 35b752c7e1c52ee9a84149af29d052e5
BLAKE2b-256 4f9e47a0b8c7b28152e0999da99d6393e0aff13bae1e1a325b7b415ccc28110d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5c28d3136f69e6a0dcef5cafe5c1a30c48fbb5e089dbb6436e33b3fb12c906c
MD5 db0a89a6626adf325978b61665e8cf03
BLAKE2b-256 e201ff7ac45fab838a14e6c0ad47467337be28ac1d0f80de6a29c3543de5e9b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4796bb26c9d7211cc316fc7301f18ef5499d83851f198f0e911458a4ee1f8cdf
MD5 3325b613528f917fd0d37bbba8e76bfa
BLAKE2b-256 235288f64006c9cf011cd9d0ae6a7e6b0df3a7149bc747c6f9b0de49a32c1ccc

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4524701444bc8f1ebc5e2e16cf912ebcd70562d86ac4e097978105f69047f71b
MD5 237347323a2ca66d79a13f4d124bf704
BLAKE2b-256 1e11cad7b5804b83a96a14f9dad3ce22c9cc69f4da6bf29735d274df8d469018

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-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.1.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 31f4ffb4185b792ddbda8bdf382faa88c99fd0cfe43c780f90b1e77377c126d1
MD5 7b002693669e602ba34458fc467e2f76
BLAKE2b-256 230275080b3e114b66d51997c9bb2dd69c6534319a36587b6f2530abdb78c2d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67726a1971e5fc295c95a911a928a7a6b5a13bea22d5760ee31c514a3d16e550
MD5 0dab06ab571123c901624eaaa4269381
BLAKE2b-256 1a54a8a2f1ba9b5a1cd918a520611525a4b0f05d3b4c2682cde2ee31e48955bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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.1.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bleak_smlight-1.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dd1ef41b42b3768348c1a91d3eeac41f2bcee5736a7cc40c8d73cee74c720e98
MD5 2a6a9a46e9998dc218367f36e85d01c0
BLAKE2b-256 5c74c00b77aaf2668ca7fa5b3548dc14277406645a2f5498a85e369b02c95a85

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.1-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