moat-kv-cal 0.1.4__tar.gz → 0.1.5__tar.gz

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: moat-kv-cal
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Calendar management for MoaT-KV
5
5
  Author-email: Matthias Urlichs <matthias@urlichs.de>
6
6
  Project-URL: homepage, https://m-o-a-t.org
@@ -15,7 +15,7 @@ dependencies = [
15
15
  "moat-util ~= 0.56.4",
16
16
  "aiocaldav",
17
17
  ]
18
- version = "0.1.4"
18
+ version = "0.1.5"
19
19
  keywords = [ "MoaT",]
20
20
  requires-python = ">=3.8"
21
21
  name = "moat-kv-cal"
@@ -121,7 +121,7 @@ async def list_(obj):
121
121
  def pm(p):
122
122
  return Path(str(prefix + path)) + p
123
123
 
124
- await data_get(obj, prefix + path, as_dict="_", path_mangle=pm)
124
+ await data_get(obj.client, prefix + path, as_dict="_", path_mangle=pm, out=obj.stdout)
125
125
 
126
126
 
127
127
  # @cli.command("attr", help="Mirror a device attribute to/from MoaT-KV")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moat-kv-cal
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Calendar management for MoaT-KV
5
5
  Author-email: Matthias Urlichs <matthias@urlichs.de>
6
6
  Project-URL: homepage, https://m-o-a-t.org
File without changes
File without changes
File without changes
File without changes
File without changes