Metadata-Version: 2.4
Name: hubble-gateway-sdk-python
Version: 0.1.0
Summary: Python SDK for building Hubble Network BLE gateways
Project-URL: Homepage, https://github.com/HubbleNetwork/gateway-sdk-python
Project-URL: Documentation, https://github.com/HubbleNetwork/gateway-sdk-python#readme
Project-URL: Repository, https://github.com/HubbleNetwork/gateway-sdk-python
Project-URL: Issues, https://github.com/HubbleNetwork/gateway-sdk-python/issues
Author-email: Hubble Network <dev@hubblenetwork.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: ble,bluetooth,gateway,hubble,iot,sdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Home Automation
Classifier: Topic :: System :: Networking
Requires-Python: >=3.10
Requires-Dist: bleak>=0.21.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: pydantic-settings>=2.1.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: structlog>=23.2.0
Provides-Extra: all
Requires-Dist: gpsd-py3>=0.3.0; extra == 'all'
Requires-Dist: pyserial-asyncio>=0.6; extra == 'all'
Provides-Extra: dev
Requires-Dist: gpsd-py3>=0.3.0; extra == 'dev'
Requires-Dist: pyserial-asyncio>=0.6; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: gps
Requires-Dist: gpsd-py3>=0.3.0; extra == 'gps'
Requires-Dist: pyserial-asyncio>=0.6; extra == 'gps'
Description-Content-Type: text/markdown

# hubble-gateway

Python SDK for building Hubble Network BLE gateways. Import `hubble_gateway` in your application; this package is a library only (no CLI).
