Metadata-Version: 2.4
Name: moat-link-gate
Version: 0.0.2
Summary: Gateway modules for MoaT-Link (KV and MQTT)
Author-email: Matthias Urlichs <matthias@urlichs.de>
Project-URL: homepage, https://m-o-a-t.org
Project-URL: repository, https://github.com/M-o-a-T/moat
Keywords: MoaT
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: AsyncIO
Classifier: Framework :: Trio
Classifier: Framework :: AnyIO
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: anyio~=4.2
Requires-Dist: asyncclick
Requires-Dist: attrs
Requires-Dist: moat-util~=0.62.3
Requires-Dist: moat-link~=0.3.0
Requires-Dist: moat-lib-mqtt~=0.8.0
Dynamic: license-file

# moat-link-gate

% start synopsis
% start main

Gateway modules for MoaT-Link providing KV and MQTT integrations.

This package provides gateway functionality for MoaT-Link, including:
- MoaT-KV gateway for data storage integration
- "Raw" MQTT, using configurable codecs

% end synopsis

## Features

The gateway bidirectionally translates from MoaT-Link to various other
destinations. Messages are timestamped and marked, so there are no update
cycles.

% end main

## Usage

The gateways can be configured through MoaT-Link's configuration system.

## License

This project is licensed under the same terms as MoaT.
