AMGI MQTT Server
Project description
amgi-paho-mqtt
amgi-paho-mqtt is an AMGI compatible server to run AMGI applications against MQTT.
Installation
pip install amgi-paho-mqtt==0.46.0
Example
This example uses AsyncFast:
from dataclasses import dataclass
from amgi_paho_mqtt import run
from asyncfast import AsyncFast
app = AsyncFast()
@dataclass
class Order:
item_ids: list[str]
@app.channel("order-topic")
async def order_topic(order: Order) -> None:
# Makes an order
...
if __name__ == "__main__":
run(app, "order-topic")
Or the application could be run via the commandline:
asyncfast run amgi-paho-mqtt main:app order-topic
Contact
For questions or suggestions, please contact jack.burridge@mail.com.
License
Copyright 2025 AMGI
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
amgi_paho_mqtt-0.46.0.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amgi_paho_mqtt-0.46.0.tar.gz.
File metadata
- Download URL: amgi_paho_mqtt-0.46.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76bb59f9bb864a1475cb3d03d241f9df743f67b495258c255c9bd8ddecc20e05
|
|
| MD5 |
b5099fa9f040ae5ef0370e22898972e2
|
|
| BLAKE2b-256 |
f641add9064fdfd882ee81a14695516c5b7c0a0b48ca9bcb6f7f923e5e26819a
|
File details
Details for the file amgi_paho_mqtt-0.46.0-py3-none-any.whl.
File metadata
- Download URL: amgi_paho_mqtt-0.46.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbe04f66070eccac9ec91d911c3c2745c65cda2aa88011d50cab1e6fad8a0dca
|
|
| MD5 |
79e00aab8cf94cd61951036fdc86fcef
|
|
| BLAKE2b-256 |
f38e37703f1731370fb721874195047aea80e89e1919606f5fbb80b7abc70934
|