Metadata-Version: 2.4
Name: moat-link-gate
Version: 0.0.1
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.2
Requires-Dist: moat-link~=0.2.46
Requires-Dist: moat-lib-mqtt~=0.0.1
Dynamic: license-file

# moat-link-gate

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

This package provides gateway functionality for MoaT-Link, including:
- KV (key-value) gateway for data storage integration
- MQTT gateway for MQTT broker integration

## Installation

```bash
pip install moat-link-gate
```

## Usage

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

## Dependencies

- moat-link: Core MoaT-Link functionality
- moat-lib-mqtt: MQTT client library

## License

This project is licensed under the same terms as MoaT.
