Metadata-Version: 2.3
Name: kegtron-ble
Version: 0.4.0
Summary: Kegtron BLE support
License: MIT
Author: E. Klamer
Author-email: e.klamer@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Provides-Extra: docs
Requires-Dist: Sphinx (>=5.0,<6.0) ; extra == "docs"
Requires-Dist: bluetooth-data-tools (>=0.1.2)
Requires-Dist: bluetooth-sensor-state-data (>=1.5.0)
Requires-Dist: myst-parser (>=0.18,<0.19) ; extra == "docs"
Requires-Dist: sensor-state-data (>=2.8.0)
Requires-Dist: sphinx-rtd-theme (>=1.0,<2.0) ; extra == "docs"
Project-URL: Bug Tracker, https://github.com/bluetooth-devices/kegtron-ble/issues
Project-URL: Changelog, https://github.com/bluetooth-devices/kegtron-ble/blob/main/CHANGELOG.md
Project-URL: Documentation, https://kegtron-ble.readthedocs.io
Project-URL: Repository, https://github.com/bluetooth-devices/kegtron-ble
Description-Content-Type: text/markdown

# Kegtron BLE

kegtron BLE support

## Installation

Install this via pip (or your favourite package manager):

`pip install kegtron-ble`

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Credits

This package was created with
[Cookiecutter](https://github.com/audreyr/cookiecutter) and the
[browniebroke/cookiecutter-pypackage](https://github.com/browniebroke/cookiecutter-pypackage)
project template.

