uns-kit 0.0.2__py3-none-any.whl → 0.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uns-kit
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Lightweight Python UNS MQTT client (pub/sub + infra topics)
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Aljoša Vister
|
|
@@ -32,11 +32,11 @@ poetry install
|
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
## CLI
|
|
35
|
-
After `poetry install`,
|
|
35
|
+
After `poetry install`, an `uns-kit-py` command is available (renamed to avoid clashing with the Node CLI):
|
|
36
36
|
```bash
|
|
37
|
-
poetry run uns-kit publish --host localhost:1883 --topic raw/data/ --value 1
|
|
38
|
-
poetry run uns-kit subscribe --host localhost:1883 --topic 'uns-infra/#'
|
|
39
|
-
poetry run uns-kit write-config --path config.json
|
|
37
|
+
poetry run uns-kit-py publish --host localhost:1883 --topic raw/data/ --value 1
|
|
38
|
+
poetry run uns-kit-py subscribe --host localhost:1883 --topic 'uns-infra/#'
|
|
39
|
+
poetry run uns-kit-py write-config --path config.json
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
## Quick start
|
|
@@ -4,7 +4,7 @@ uns_kit/client.py,sha256=bFXAKmuR06mSlO8tsAoeB7jv9RQgw1a_AIbXQNpNFTw,5815
|
|
|
4
4
|
uns_kit/config.py,sha256=mRMiuxGV6CEIBDVZUJQqYIeGxKzfBhlXCcGNXnVtBj4,869
|
|
5
5
|
uns_kit/packet.py,sha256=qd6BrCv_JE8fxh-iaJBAVhUZvY28lhiDr9F1At8CXjw,1675
|
|
6
6
|
uns_kit/topic_builder.py,sha256=JGYdYynRWWSwzXaCaRLjap0-du13eSc6qe1V0GrD_ak,1492
|
|
7
|
-
uns_kit-0.0.
|
|
8
|
-
uns_kit-0.0.
|
|
9
|
-
uns_kit-0.0.
|
|
10
|
-
uns_kit-0.0.
|
|
7
|
+
uns_kit-0.0.3.dist-info/METADATA,sha256=w6WCkwhbS7KmMuqskMiFKgblVFJsgKu4-G_Rbw6WPBk,2604
|
|
8
|
+
uns_kit-0.0.3.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
|
|
9
|
+
uns_kit-0.0.3.dist-info/entry_points.txt,sha256=sLvTioiJQfGczUD-ODVx2xwwtHcGKjlIOn8t_Lt87Pg,47
|
|
10
|
+
uns_kit-0.0.3.dist-info/RECORD,,
|
|
File without changes
|