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.0.tar.gz (10.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.0-cp314-cp314t-win_amd64.whl (102.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

bleak_smlight-1.1.0-cp314-cp314t-win32.whl (91.8 kB view details)

Uploaded CPython 3.14tWindows x86

bleak_smlight-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (125.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

bleak_smlight-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (121.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

bleak_smlight-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (120.8 kB view details)

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

bleak_smlight-1.1.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (123.9 kB view details)

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

bleak_smlight-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl (107.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

bleak_smlight-1.1.0-cp314-cp314t-macosx_10_13_x86_64.whl (108.3 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

bleak_smlight-1.1.0-cp314-cp314-win_amd64.whl (55.0 kB view details)

Uploaded CPython 3.14Windows x86-64

bleak_smlight-1.1.0-cp314-cp314-win32.whl (49.0 kB view details)

Uploaded CPython 3.14Windows x86

bleak_smlight-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (68.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

bleak_smlight-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (65.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

bleak_smlight-1.1.0-cp314-cp314-manylinux_2_41_x86_64.whl (66.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.41+ x86-64

bleak_smlight-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (65.5 kB view details)

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

bleak_smlight-1.1.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (67.6 kB view details)

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

bleak_smlight-1.1.0-cp314-cp314-macosx_11_0_arm64.whl (57.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

bleak_smlight-1.1.0-cp314-cp314-macosx_10_13_x86_64.whl (57.6 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

bleak_smlight-1.1.0-cp313-cp313-win_amd64.whl (53.8 kB view details)

Uploaded CPython 3.13Windows x86-64

bleak_smlight-1.1.0-cp313-cp313-win32.whl (47.8 kB view details)

Uploaded CPython 3.13Windows x86

bleak_smlight-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (68.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

bleak_smlight-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (64.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

bleak_smlight-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (64.8 kB view details)

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

bleak_smlight-1.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (67.5 kB view details)

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

bleak_smlight-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (56.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bleak_smlight-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl (57.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

bleak_smlight-1.1.0-cp312-cp312-win_amd64.whl (54.1 kB view details)

Uploaded CPython 3.12Windows x86-64

bleak_smlight-1.1.0-cp312-cp312-win32.whl (47.9 kB view details)

Uploaded CPython 3.12Windows x86

bleak_smlight-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (67.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

bleak_smlight-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (64.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

bleak_smlight-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (64.4 kB view details)

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

bleak_smlight-1.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (67.2 kB view details)

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

bleak_smlight-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (56.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bleak_smlight-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl (57.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: bleak_smlight-1.1.0.tar.gz
  • Upload date:
  • Size: 10.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.0.tar.gz
Algorithm Hash digest
SHA256 1ac71c49ee45050746a2436b0681fd984d8c31ed18f059d3c6e67d316ac1986a
MD5 41ba26cb12e5aaceb44103e44a315b3f
BLAKE2b-256 a3f2381a5d4dd2086b01e9e1daf691fd806f6a169424567e43dcee5b6459a677

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9bba382bc411a78ee67951831707aee37cb7e2324344280ecfa0a48919486471
MD5 9ff3c1885224964fc35c898082732ecc
BLAKE2b-256 1a49b7c816f682d30ae8ed8e15b6a2e799e2855fc0304c2a0b716779762cbfba

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: bleak_smlight-1.1.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 91.8 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.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 c68a054f6de2655b38449f490d85dd18fa0e7fb440cd7c5a2f191903eb4d63f2
MD5 9dfd5a35b631d1af417251f55be91e0a
BLAKE2b-256 1906ee2849f66807c8df6ecd630cb0c04012e08308fb979db70fdb92ae76489f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b69bb5e8402f56fd6b12fa4b520d0fe00af28f50d861207d38212addbdc0a26
MD5 ca50ab9d21d1528779309cb5994f7069
BLAKE2b-256 1e4a5418886931efc930536c2d610958958bf0babbf48216928039e4db872e75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3af0e26406929a0acdecced02003661a6a41987a871db01bceb02f4c2d1977f8
MD5 a456d11db32a1b4a5f2ed1f66855396f
BLAKE2b-256 2fcf4e35300359e6e859b07c78e89246cee8e7124b4fc315dcfbf6361a9fd6fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c30a768b958099e8fdd14810b00eef37ee74434772720e55106bc98b00524c7d
MD5 f23a01c031650f9930e0203adf0a2544
BLAKE2b-256 acbe7fae55e98edda51f438dd85713dfb72022b280cc22c0ba07c6a86c5a129f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.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.1.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.1.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fbbcb793d4684b6b5507a5df2c74f2d0415d03f1c2204e9b8469b6431f929983
MD5 bf522a92e894ad132c274d6feebf7ed8
BLAKE2b-256 08b5c449d8e24873c847bdea058e6562bb754bccfd5b928749d507175ba0a7cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50c7c22ce77097c768d7a6574fd17c044a292e86eb3e810c9065ee585be4e081
MD5 8fc00c6aeadac408bf25ee5a985e4aa2
BLAKE2b-256 f535695d2b78bda8e8a6d99e72c1721f24ed5cf37bbfb2289623832176b38a30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4c19c174bf1598d8a1724cce6c77d2ee4049b926adf281814cbd2dadf5029f88
MD5 9f5ec5ded7756ead53b3e285420d2b27
BLAKE2b-256 64dc4aa1dd79d07c72d5d30f938065606fb5a16557323755e0534a12203e61bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1dd92254c7ee72ac27a6833b21816393fcc4ac602ac788729793b1f7e6d46546
MD5 073380c91f25c90d56844e85e7bd6c65
BLAKE2b-256 93a5d0da41f54a989fe585b25bfa627a7de389c7d0ba95426d12eacc0506875b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: bleak_smlight-1.1.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 49.0 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.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 bf904cffca5c8cd039b89ac763b1a32008b0c78595b4ab27549088f30f90e4b1
MD5 883c41517e76b6690d6cd473ee03f531
BLAKE2b-256 63147fe91c965cdb5b61d95a28dc1b2a4a02c9687d24b87532767f70c7bd14e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1384c78cbfca39b56e2a166ae6fd9994e6ed6f5b347c3448f0877f338d6af6ed
MD5 cc1ed16b62c90b4b88c047053917e89d
BLAKE2b-256 1aee0fb44d6e801591c6a3b3b1287a43fc899c9a7e41cda499b188009ef06639

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c7397f3fb50f285b46d5d84c46e283b14e939a676c4481ea62aac3483c5fb5fa
MD5 c6119a66874d1221827579acd141a1ca
BLAKE2b-256 46a922ec5ad2eef565566159b0be33d7b4dffe04c0002d99270cf93b19cc4fc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314-manylinux_2_41_x86_64.whl
Algorithm Hash digest
SHA256 d300263b780485e9a6aec706f22c758a4982bfad2fd5d6dca50e4d2f00ee573b
MD5 e63db919995f6e4541a71db6c3562d2b
BLAKE2b-256 452811070180dd2de50518e66809e1aded21df5aa8776a9e38af805bc161c9e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 415c1ef2ddc7ba0535597230efa25fb5e094104b212a33dc6fe65578d0cc3939
MD5 0638de12597337062068ce362e4692c9
BLAKE2b-256 c24f88d906727287f24e4c72febd6b84196b2e2313b1223d405e880be6612883

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.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.1.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.1.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c6d5bece8e579aa81f5d819541568981e0c9b28e8dde313e771e10b9dbf20e4b
MD5 fb53190915c9704c2745d0d46c74cfb2
BLAKE2b-256 d878227b11b5c62cf903f50640c610e0c3c22a0c8cd1d4e3a2934c5c6251006e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e538051f885fd0bc47a00cfe227584f10bb72b5a6272e05d8093276ae3c4002
MD5 67289052a98b26945331fdc8bebd557e
BLAKE2b-256 7736d06aea24769aee8e1808c1795089be88558536363cd4d15d08fdad6dc630

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cd5059bd55d3d6feb20b590989ae4b1b883de57e5f125a7136ebdf1407d626e8
MD5 8c9c5c6efd02ee0b6bfb9a1e42684234
BLAKE2b-256 86a0adfba1a8644bb40b02a3f66506d98bbbfddfbbadfd403d8fa27a55e219b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7a7f3bf3a1fe819210328f02c26459dc9436d58c04bfe0c964d3e59d84627112
MD5 37da23b87b20d0fb5f86c0e604565623
BLAKE2b-256 0beee936d7f48759ac9b4a054979267ca718f7431e4354e3b9e9218aa84650c3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: bleak_smlight-1.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 47.8 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.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 28858771465cf6753318db7f7f4ea4f159f10267e3ad884f84b34965e6e704fe
MD5 0493a4770c32eb6b9c0c13b8d07280da
BLAKE2b-256 e328ec063da59b61de28dcf82fc4d0d38736538e26bf416417235a47625c073c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 779fe1381447d6d59347f09829f15c8e74d7862781373e0c5e5d38edbf34112a
MD5 b8862b2957b21e23f6d152f57631ea7b
BLAKE2b-256 d90b8b89d5fa4c80085b78c212cacf5a60ae7d476fa55e2928bc9249aa678d17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 56cabf7b4863f1f75c08400d381713a872ac825ae67f77557d23617781f79bc8
MD5 dec5c6ee773786a81de12281550c978b
BLAKE2b-256 066daeeac78e1ed351908838e12ac70d6cae5217c50db5ec3c86a9c2b4580430

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef64b8de6025deac57d3eb0640116b7499ff4001df9886cebc9d1c718f36e8fb
MD5 fae587f9764ae4b2bbb286632c2b4fcf
BLAKE2b-256 f2005d2c525d27ad68fe18431d35933d31372214f4723afe899c92016dd037b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.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.1.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.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 63bffecff186d4304c6bc09f62828dfaea4f64bd596ee92228733f170a99f3cf
MD5 77070500dcc3fa938ad8e6e48e1123e9
BLAKE2b-256 79288e04b939f1f00ad6f0864a736bacb8067649627eed329ddff4cedeafb49d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1f721664b74a646d1d8c2fb6ecde0f49eedeb16b6ace0da06d31dd19318ca0a
MD5 8ad54a1e4a5f4622c50c239208aae281
BLAKE2b-256 dd6b7b8091b2303fb76dfe0d1d3225c6f41281c864b5b600c782bfe502089719

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2b9428fa4d4cdd0e10ae822ee5e07574f8d3dc6542315ce512486425658a8350
MD5 66be3671a33b9a958f0e7fbd412d31fd
BLAKE2b-256 09ccb05e6d9de0353fcbfe9eb2b342377ad16619fd68527b5938e99105256cd8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3730219622492c1868e8be1b5dc5e9a13fef912bf8956c46fbbdedada8a34f8a
MD5 608ed11e4f7a5892c48bafbbf3f79365
BLAKE2b-256 a709c3a173a9680daa64fc72c5b8b1b67060a58eb72fb39538eaa573f7abfb8e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: bleak_smlight-1.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 47.9 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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4652a7cb3cf9d675f3e12362136b76dc3d6a8e738529a8d91312b1cd801b379e
MD5 b1b35ce31f7e596326d638586ea4eff1
BLAKE2b-256 1c3bac22c10dfd434f7d27b622d9691efa6e797cd3fce36cf5ee314967d5ac2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2b6e9758ee5bbe3a722c3126afa11defa03200d418f0ea99602b6a17b03d24b
MD5 95d5faa030f762932f2fad4ff3f3287c
BLAKE2b-256 87fd69eb7c42ee70e8e09b061761659a2ddb98eecc73dae5fe49861bfafcc009

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98d5e9eee4e7ed615181b1999b306ab7366ff14300fc1cee985db7cf7fe7bdc6
MD5 84659f3e1c2a9fc9bfde0a48ed60b16f
BLAKE2b-256 03dde62bca6e9ee5f823c98de9a7dd62002647d9f9eaaab24fb77e9ec4937d11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e2846ac4caf45d7691dbf1e1fe61b5ef6303da5b525c805b7f278fb0fc9cd25e
MD5 b228468bc524d599320d9e592397f4f5
BLAKE2b-256 8c3ed1d6cbae0ff891434b6126184aa1517c866ddf6f1a23153a505ebe0c4277

See more details on using hashes here.

Provenance

The following attestation bundles were made for bleak_smlight-1.1.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.1.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.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 38a76993136eedf2879bc44d283f7e48bfb306cade57019f9fc5107d1f6ecad1
MD5 dff9bb086cbdf04072e0e097cbb2239c
BLAKE2b-256 146e5502b26d4e967eed59153e1df6382d90749d3f4a2baace147d904b23929f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58e0d33bef9349b352f8514d0afec37e5d3823f9805a665bb9dd6599f5455228
MD5 d1e85ad326229107e8266e316da52df0
BLAKE2b-256 eb01a0a887cf23460db98a5249fddaf836f72f107689e86ae86addc2d590cb3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bleak_smlight-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 198b0393feabe13003793baa7e09615c346413c68030b80a3f74dc0037f38d64
MD5 b9bd68a75f95fedf91549991cc5f4b43
BLAKE2b-256 c928f44a6cd4ca96a696ed4d5435a0cdf385b4260cdf621043ef3b9dfd96fb10

See more details on using hashes here.

Provenance

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