Source: python-crownstone-core Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-pyaes , python3-pytest , Standards-Version: 4.7.4 Homepage: https://github.com/crownstone/crownstone-lib-python-core Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-crownstone-core Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-crownstone-core.git Testsuite: autopkgtest-pkg-pybuild Package: python3-crownstone-core Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: shared definitions and utilities for Crownstone integrations Crownstone is a smart building and indoor positioning system based on Bluetooth Low Energy devices installed as plugs or built in behind power outlets and light fittings. Crownstone devices can switch and dim connected equipment, measure power use, and provide presence and room-level location information. . This library contains common classes, constants, data definitions, exceptions, and utility code used by the Crownstone Python software components. . It provides the shared vocabulary used by the separate Crownstone BLE, UART, cloud, and server-sent event packages when handling data for Crownstone devices and related services. The definitions cover common concepts needed across those packages, such as device identifiers, shared value types, protocol-related structures, and error handling.