Metadata-Version: 2.4
Name: inepro-metering
Version: 0.1.2
Summary: Protocol and model library for inepro Metering devices
Project-URL: Homepage, https://github.com/ineprometering/home-assistant-inepro-metering
Project-URL: Repository, https://github.com/ineprometering/home-assistant-inepro-metering
Project-URL: Issues, https://github.com/ineprometering/home-assistant-inepro-metering/issues
Author: inepro Metering
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: bleak-retry-connector<5,>=4.6
Requires-Dist: bleak<3,>=2.1
Requires-Dist: pymodbus>=3.11.2
Requires-Dist: pyserial<4,>=3.5
Provides-Extra: build
Requires-Dist: build<2,>=1.2; extra == 'build'
Requires-Dist: twine<7,>=6; extra == 'build'
Provides-Extra: security
Requires-Dist: pip-audit<3,>=2.7; extra == 'security'
Provides-Extra: test
Requires-Dist: pytest-homeassistant-custom-component<0.14,>=0.13.108; extra == 'test'
Requires-Dist: pytest-socket<1,>=0.7; extra == 'test'
Requires-Dist: zeroconf<1,>=0.147; extra == 'test'
Description-Content-Type: text/markdown

# inepro-metering

`inepro-metering` is the reusable protocol and model library for inepro
Metering devices. It provides the Python package imported as
`inepro_metering`.

The package is used by the inepro Metering Home Assistant integration, whose
Home Assistant domain is `inepro_metering`.

## Install

```bash
pip install inepro-metering==0.1.2
```

## Capabilities

- Modbus RTU and Modbus TCP helpers.
- Bluetooth transport helpers.
- Discovery helpers for supported inepro Metering devices.
- Meter models and register decoding.
- Writable-setting helpers for supported meter settings.

## Source

Public source repository:

https://github.com/ineprometering/home-assistant-inepro-metering

