Metadata-Version: 2.4
Name: okokscale
Version: 0.0.1
Summary: Library for parsing OKOK scale BLE advertisements.
Project-URL: Homepage, https://github.com/rrooggiieerr/okokscale.py
Project-URL: Bug Tracker, https://github.com/rrooggiieerr/okokscale.py/issues
Author-email: Rogier van Staveren <rogier@batoid.com>
License: Apache-2.0
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: bleak>=3.0.2
Requires-Dist: bluetooth-sensor-state-data==1.9.0
Description-Content-Type: text/markdown

# Python library for parsing OKOK scale BLE advertisements.

![Python][python-shield]
[![GitHub Release][releases-shield]][releases]
[![Licence][license-shield]][license]
[![Maintainer][maintainer-shield]][maintainer]  
[![GitHub Sponsors][github-shield]][github]
[![PayPal][paypal-shield]][paypal]
[![BuyMeCoffee][buymecoffee-shield]][buymecoffee]
[![Patreon][patreon-shield]][patreon]

## Introduction

A Python library for parsing the BLE advertisements of OKOK scales which can be used with the
*OKOK international* app and identify themselves on Bluetooth as *Chipsea-BLE*.

## Supported scales

The following scale is known to work:

* Tristar WG-2440

Please let me know if your scale works with this library so I can improve the overview of supported
scales.

## Installation

To install the Python OKOK scale library use the Package Installer for Python PIP:

`pip3 install okokscale`

## Contribution and appreciation

Do you enjoy using this Python library? You can contribute or show your appreciation, in the
following ways.

### Contribute your scale brand and model

Is your scale supported by this Python library but not listed under *Supported scales*? Let me know
your scale brand and model so I can improve the overview of supported scales.

### Star this GitHub page
Help other OKOK scale users find this Python library by starring this GitHub page. Click ⭐ Star on
the top right of the GitHub page.

### Support my work

Please consider supporting my work through one of the following platforms. Your contribution is
greatly appreciated and keeps me motivated:

[![GitHub Sponsors][github-shield]][github]
[![PayPal][paypal-shield]][paypal]
[![BuyMeCoffee][buymecoffee-shield]][buymecoffee]
[![Patreon][patreon-shield]][patreon]

### Hire me

If you're in need for a freelance Python developer for your project please contact me, you can find
my email address on [my GitHub profile](https://github.com/rrooggiieerr).

[python-shield]: https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54
[releases]: https://github.com/rrooggiieerr/okokscale.py/releases
[releases-shield]: https://img.shields.io/github/v/release/rrooggiieerr/okokscale.py?style=for-the-badge
[license]: ./LICENSE
[license-shield]: https://img.shields.io/github/license/rrooggiieerr/okokscale.py?style=for-the-badge
[maintainer]: https://github.com/rrooggiieerr
[maintainer-shield]: https://img.shields.io/badge/MAINTAINER-%40rrooggiieerr-41BDF5?style=for-the-badge
[paypal]: https://paypal.me/seekingtheedge
[paypal-shield]: https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white
[buymecoffee]: https://www.buymeacoffee.com/rrooggiieerr
[buymecoffee-shield]: https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black
[github]: https://github.com/sponsors/rrooggiieerr
[github-shield]: https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=ea4aaa
[patreon]: https://www.patreon.com/seekingtheedge/creators
[patreon-shield]: https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white
