Metadata-Version: 2.4
Name: bonaparte
Version: 1.0.1
Summary: Library to control Napoleon eFIRE enabled fireplaces
Author: Felix Kaechele
Author-email: Felix Kaechele <felix@kaechele.ca>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: bleak>=1.0.0
Requires-Dist: bleak-retry-connector>=4.0.0
Requires-Python: >=3.13, <3.14
Project-URL: Bug Tracker, https://github.com/kaechele/bonaparte/issues
Project-URL: Changelog, https://github.com/kaechele/bonaparte/blob/main/CHANGELOG.md
Project-URL: Documentation, https://bonaparte.readthedocs.io
Project-URL: Repository, https://github.com/kaechele/bonaparte
Description-Content-Type: text/markdown

# Bonaparte

<p align="center">
  <a href="https://github.com/kaechele/bonaparte/actions/workflows/ci.yml?query=branch%3Amain">
    <img src="https://img.shields.io/github/actions/workflow/status/kaechele/bonaparte/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
  </a>
  <a href="https://bonaparte.readthedocs.io">
    <img src="https://img.shields.io/readthedocs/bonaparte.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
  </a>
  <a href="https://codecov.io/gh/kaechele/bonaparte">
    <img src="https://img.shields.io/codecov/c/github/kaechele/bonaparte.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
  </a>
</p>
<p align="center">
  <a href="https://docs.astral.sh/uv/">
    <img src="https://img.shields.io/endpoint?label=packaging&style=flat-square&url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv">
  </a>
  <a href="https://github.com/pre-commit/pre-commit">
    <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
  </a>
</p>
<p align="center">
  <img src="https://img.shields.io/pypi/pyversions/bonaparte.svg?style=flat-square&logo=python&amp;logoColor=fff" alt="Supported Python versions">
  <img src="https://img.shields.io/pypi/l/bonaparte.svg?style=flat-square" alt="License">
</p>

Library to control Napoleon eFIRE enabled fireplaces

> [!NOTE]
> This package was recently renamed from `pybonaparte` to `bonaparte` on PyPI. Please update your dependencies accordingly.

## Installation

To install use: `pip install bonaparte`.

## 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 library is heavily inspired (if not shamelessly copied) from the work by J. Nick Koston (@bdraco) over at https://github.com/bdraco/yalexs-ble

This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.
