dump-things-pyclient 0.2.0__py3-none-any.whl → 0.2.1__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.
- dump_things_pyclient/commands/dtc.py +1 -1
- dump_things_pyclient/commands/dtc_plugins/auto_curate.py +1 -1
- dump_things_pyclient/commands/dtc_plugins/clean_incoming.py +1 -1
- dump_things_pyclient/commands/dtc_plugins/get_records.py +1 -1
- dump_things_pyclient/commands/dtc_plugins/list_incoming.py +1 -1
- dump_things_pyclient/commands/dtc_plugins/post_records.py +1 -1
- dump_things_pyclient/commands/dtc_plugins/read_pages.py +1 -1
- {dump_things_pyclient-0.2.0.dist-info → dump_things_pyclient-0.2.1.dist-info}/METADATA +2 -1
- {dump_things_pyclient-0.2.0.dist-info → dump_things_pyclient-0.2.1.dist-info}/RECORD +12 -12
- {dump_things_pyclient-0.2.0.dist-info → dump_things_pyclient-0.2.1.dist-info}/WHEEL +0 -0
- {dump_things_pyclient-0.2.0.dist-info → dump_things_pyclient-0.2.1.dist-info}/entry_points.txt +0 -0
- {dump_things_pyclient-0.2.0.dist-info → dump_things_pyclient-0.2.1.dist-info}/top_level.txt +0 -0
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dump-things-pyclient
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A client library and CLI commands for dump-things-services
|
|
5
5
|
Author-email: Christian Mönch <christian.moench@web.de>
|
|
6
6
|
Requires-Python: >=3.11
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
Requires-Dist: click>=8.3.1
|
|
9
9
|
Requires-Dist: requests>=2.32.5
|
|
10
|
+
Requires-Dist: rich-click>=1.9.6
|
|
10
11
|
Provides-Extra: ttl
|
|
11
12
|
Requires-Dist: dump-things-service>=5.3.0; extra == "ttl"
|
|
12
13
|
Provides-Extra: tests
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
dump_things_pyclient/__init__.py,sha256=cn-U3TRIalN6aYHp1cMBRkQm1x98XBwquLFbgFEIf_Q,113
|
|
2
2
|
dump_things_pyclient/communicate.py,sha256=CTkgEigu16BmLrlJScMQKhHLI_W4SywDb4HCwAICWzA,30523
|
|
3
3
|
dump_things_pyclient/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
dump_things_pyclient/commands/dtc.py,sha256=
|
|
4
|
+
dump_things_pyclient/commands/dtc.py,sha256=dxW5RuogqwhzfVujZ_EEsQMk8BcVMbZyMdg5c8EvYIA,1726
|
|
5
5
|
dump_things_pyclient/commands/json2ttl.py,sha256=8BkvdjLWZ_H0L6fTmuR2M2MglKiMUiuNUcuWr_w6_dQ,2133
|
|
6
6
|
dump_things_pyclient/commands/dtc_plugins/__init__.py,sha256=0YLByLiofhHkhJcDCkokldcCw3Jj0rsKJinRX4tt3Hc,514
|
|
7
|
-
dump_things_pyclient/commands/dtc_plugins/auto_curate.py,sha256=
|
|
8
|
-
dump_things_pyclient/commands/dtc_plugins/clean_incoming.py,sha256=
|
|
9
|
-
dump_things_pyclient/commands/dtc_plugins/get_records.py,sha256=
|
|
10
|
-
dump_things_pyclient/commands/dtc_plugins/list_incoming.py,sha256=
|
|
11
|
-
dump_things_pyclient/commands/dtc_plugins/post_records.py,sha256=
|
|
12
|
-
dump_things_pyclient/commands/dtc_plugins/read_pages.py,sha256=
|
|
13
|
-
dump_things_pyclient-0.2.
|
|
14
|
-
dump_things_pyclient-0.2.
|
|
15
|
-
dump_things_pyclient-0.2.
|
|
16
|
-
dump_things_pyclient-0.2.
|
|
17
|
-
dump_things_pyclient-0.2.
|
|
7
|
+
dump_things_pyclient/commands/dtc_plugins/auto_curate.py,sha256=3_SHXPQCXmY6GqTMTNVkKh5vvshfiZpMGFY0gvJxRbo,7411
|
|
8
|
+
dump_things_pyclient/commands/dtc_plugins/clean_incoming.py,sha256=slk3xn1-DgMl88WZqgyemyscwof97TMXt3rley4mU1w,2086
|
|
9
|
+
dump_things_pyclient/commands/dtc_plugins/get_records.py,sha256=YBRNo7HUCWZ-EOv8EU_yGMRRoXqqKy1XTcsfQ64ymuk,7508
|
|
10
|
+
dump_things_pyclient/commands/dtc_plugins/list_incoming.py,sha256=tmM0Qs4MVwMMLyERsWCxWGTM90rSNOShLpHH32wObd8,1959
|
|
11
|
+
dump_things_pyclient/commands/dtc_plugins/post_records.py,sha256=s3j9THe-RszKxyIISkQZRCTKplWWLlomHbS5dyRlep0,2908
|
|
12
|
+
dump_things_pyclient/commands/dtc_plugins/read_pages.py,sha256=hpw7vtG7joIMrNqEqZFCwzbQFd3ATzv7iyySsX8nKWk,3385
|
|
13
|
+
dump_things_pyclient-0.2.1.dist-info/METADATA,sha256=7TPuI97WTVrgJrPBWOzfYOFAOo7_lNXzbzPD-OkskrY,999
|
|
14
|
+
dump_things_pyclient-0.2.1.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
15
|
+
dump_things_pyclient-0.2.1.dist-info/entry_points.txt,sha256=UciGaqSUivgH8oFLO8vNhHqKLmVFhjdM1tdfqCwgOok,117
|
|
16
|
+
dump_things_pyclient-0.2.1.dist-info/top_level.txt,sha256=Asvruw-SyLoYhWis1CFOx89RGxpjXoTZVGoq4JSGt88,21
|
|
17
|
+
dump_things_pyclient-0.2.1.dist-info/RECORD,,
|
|
File without changes
|
{dump_things_pyclient-0.2.0.dist-info → dump_things_pyclient-0.2.1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|