Metadata-Version: 2.5
Name: opensb-core
Version: 0.0.1
Summary: Shared BLE transport, encryption envelope and session for SwitchBot devices
Author-email: Yorsh Siarhei <yorsh.srg@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: ble,bluetooth,switchbot
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Home Automation
Classifier: Typing :: Typed
Requires-Python: >=3.14
Requires-Dist: cryptography>=42
Requires-Dist: pydantic>=2.7
Provides-Extra: ble
Requires-Dist: bleak>=0.22; extra == 'ble'
Description-Content-Type: text/markdown

# opensb-core

Shared BLE transport, encryption envelope and session for SwitchBot devices.

See the [opensb](https://pypi.org/project/opensb/) distribution for the command line,
and `opensb-keypad` / `opensb-lockpro` for device support.
