Metadata-Version: 2.5
Name: opensb
Version: 0.0.1
Summary: Command line for SwitchBot devices over BLE, with no cloud and no state on disk
Author-email: Yorsh Siarhei <yorsh.srg@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: ble,bluetooth,cli,home-assistant,switchbot
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Home Automation
Classifier: Typing :: Typed
Requires-Python: >=3.14
Requires-Dist: opensb-core[ble]
Requires-Dist: rich>=13
Requires-Dist: typer>=0.12
Provides-Extra: all
Requires-Dist: opensb-keypad; extra == 'all'
Requires-Dist: opensb-lockpro; extra == 'all'
Provides-Extra: keypad
Requires-Dist: opensb-keypad; extra == 'keypad'
Provides-Extra: lockpro
Requires-Dist: opensb-lockpro; extra == 'lockpro'
Description-Content-Type: text/markdown

# opensb

Command line for SwitchBot devices over BLE.

    python3 -m pip install 'opensb[keypad,lockpro]'

Device support is a separate distribution each, so a group appears in the CLI only
when its package is installed.
