Metadata-Version: 2.4
Name: yalexs-ble
Version: 3.3.0
Summary: Bluetooth control of Yale and August locks
License-Expression: GPL-3.0-only
License-File: LICENSE
Author: J. Nick Koston
Author-email: nick@koston.org
Requires-Python: >=3.11
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: async-interrupt (>=1.1.1)
Requires-Dist: async-timeout (>=3.0.0) ; python_version < "3.11"
Requires-Dist: bleak (>=0.19.0)
Requires-Dist: bleak-retry-connector (>=4.6.0)
Requires-Dist: cryptography (>=38.0.0)
Requires-Dist: lru-dict (>=1.1.4)
Project-URL: Bug Tracker, https://github.com/bdraco/yalexs-ble/issues
Project-URL: Changelog, https://github.com/bdraco/yalexs-ble/blob/main/CHANGELOG.md
Project-URL: Documentation, https://yalexs-ble.readthedocs.io
Project-URL: Repository, https://github.com/bdraco/yalexs-ble
Description-Content-Type: text/markdown

# Yale Access BLE

Bluetooth control of Yale and August locks

## Installation

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

`pip install yalexs-ble`

## Fork history

Thanks to:

https://github.com/Friendly0Fire/augustpy
https://github.com/terrcin/augustctl
https://github.com/ethitter/augustctl
https://github.com/robson83/augustctl

## 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.

