arkitekt-next 0.8.22__py3-none-any.whl → 0.8.24__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.
- arkitekt_next/apps/service/fakts_qt.py +2 -2
- {arkitekt_next-0.8.22.dist-info → arkitekt_next-0.8.24.dist-info}/METADATA +5 -5
- {arkitekt_next-0.8.22.dist-info → arkitekt_next-0.8.24.dist-info}/RECORD +6 -6
- {arkitekt_next-0.8.22.dist-info → arkitekt_next-0.8.24.dist-info}/LICENSE +0 -0
- {arkitekt_next-0.8.22.dist-info → arkitekt_next-0.8.24.dist-info}/WHEEL +0 -0
- {arkitekt_next-0.8.22.dist-info → arkitekt_next-0.8.24.dist-info}/entry_points.txt +0 -0
|
@@ -43,7 +43,6 @@ def build_arkitekt_next_qt_fakts_next(
|
|
|
43
43
|
open_browser=True,
|
|
44
44
|
requested_client_kind="desktop",
|
|
45
45
|
),
|
|
46
|
-
),
|
|
47
46
|
discovery=QtSelectableDiscovery(
|
|
48
47
|
widget=beacon_widget,
|
|
49
48
|
settings=settings,
|
|
@@ -51,6 +50,7 @@ def build_arkitekt_next_qt_fakts_next(
|
|
|
51
50
|
auto_protocols=["http", "https"],
|
|
52
51
|
additional_beacons=["http://localhost"],
|
|
53
52
|
),
|
|
54
|
-
claimer=ClaimEndpointClaimer()
|
|
53
|
+
claimer=ClaimEndpointClaimer()
|
|
54
|
+
),
|
|
55
55
|
cache=QtSettingsCache(settings=settings)
|
|
56
56
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: arkitekt-next
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.24
|
|
4
4
|
Summary: client for the arkitekt_next platform
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: jhnnsrs
|
|
@@ -19,17 +19,17 @@ Provides-Extra: cli
|
|
|
19
19
|
Requires-Dist: blok (>=0.0.19) ; (python_version >= "3.9" and python_version < "4.0") and (extra == "blok")
|
|
20
20
|
Requires-Dist: cryptography (>=40.0.8) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "blok")
|
|
21
21
|
Requires-Dist: dokker (>=1.0.0)
|
|
22
|
-
Requires-Dist: fakts-next (>=1.0.
|
|
22
|
+
Requires-Dist: fakts-next (>=1.0.2)
|
|
23
23
|
Requires-Dist: fluss-next (>=0.1.89) ; extra == "all"
|
|
24
|
-
Requires-Dist: herre-next (>=1.0.
|
|
25
|
-
Requires-Dist: kabinet (>=0.1.
|
|
24
|
+
Requires-Dist: herre-next (>=1.0.2)
|
|
25
|
+
Requires-Dist: kabinet (>=0.1.34) ; (python_version >= "3.9" and python_version < "4.0") and (extra == "all")
|
|
26
26
|
Requires-Dist: koil (>=1.0.0)
|
|
27
27
|
Requires-Dist: lovekit (>=0.1.15) ; (python_version >= "3.10" and python_version < "4.0") and (extra == "all")
|
|
28
28
|
Requires-Dist: mikro-next (>=0.1.45) ; (python_version >= "3.10" and python_version < "4.0") and (extra == "all")
|
|
29
29
|
Requires-Dist: namegenerator (>=1.0.6) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "blok")
|
|
30
30
|
Requires-Dist: netifaces (>=0.11.0) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "blok")
|
|
31
31
|
Requires-Dist: reaktion-next (>=0.1.79) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "all")
|
|
32
|
-
Requires-Dist: rekuest-next (>=0.2.
|
|
32
|
+
Requires-Dist: rekuest-next (>=0.2.38) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "cli" or extra == "all")
|
|
33
33
|
Requires-Dist: rich-click (>=1.6.1) ; extra == "cli" or extra == "all"
|
|
34
34
|
Requires-Dist: semver (>=3.0.1) ; extra == "cli" or extra == "all"
|
|
35
35
|
Requires-Dist: turms (>=0.6.0) ; (python_version >= "3.9" and python_version < "4.0") and (extra == "cli" or extra == "all")
|
|
@@ -3,7 +3,7 @@ arkitekt_next/__init__.py,sha256=ovVo9gHr15RHJW3NS82p8vs6NWJ4CGNTPCog16bhmU4,169
|
|
|
3
3
|
arkitekt_next/apps/__init__.py,sha256=cx_5Y-RkJFkSQJH-hUEC_L3eW1jU2E426c4e6_csIyM,42
|
|
4
4
|
arkitekt_next/apps/service/__init__.py,sha256=p4iRwiFBKRq2lfbjDBzUR_GMhPWjkjWTa01ohuKz_L4,157
|
|
5
5
|
arkitekt_next/apps/service/fakts_next.py,sha256=FEmxRoc3z3gAO_bqwOlZgzc3rEAXZKv5hxXigXIqEXY,2924
|
|
6
|
-
arkitekt_next/apps/service/fakts_qt.py,sha256=
|
|
6
|
+
arkitekt_next/apps/service/fakts_qt.py,sha256=_ayxmyjm8qPAsUmBzydYIaX63jHP4mcZ9B0i8NzPC5g,1984
|
|
7
7
|
arkitekt_next/apps/service/grant_registry.py,sha256=h0jRKBd9EAXiVV6aHVtzNAlm1yiWPigg0qka68y6yKM,876
|
|
8
8
|
arkitekt_next/apps/service/herre.py,sha256=jtHugrkKr8Yo26GYVm9qNZkK2hAD3_v_rMimaV3GrC4,811
|
|
9
9
|
arkitekt_next/apps/service/herre_qt.py,sha256=42APOZl0SnX0FWl6K-TC9CcZUO-BSXMXyH6B31A0y3U,1679
|
|
@@ -132,8 +132,8 @@ arkitekt_next/qt/utils.py,sha256=MgBPtPmCSBkIuATov3UgREESwxAHh77lWNNxyE7Qs48,773
|
|
|
132
132
|
arkitekt_next/service_registry.py,sha256=cxQ1J4zLIW06pHFMn7s2s2NGyptayHyXS9zKPohzgCE,3598
|
|
133
133
|
arkitekt_next/tqdm.py,sha256=lQcJI5Q6Py7Gy88hOCiJujjPEEGd8G2k1mOVJJ6oYe8,1531
|
|
134
134
|
arkitekt_next/utils.py,sha256=QETdzn_GIMSw6LdaXL89bqvqp9MGwEBK8Lj54MpnMwc,2396
|
|
135
|
-
arkitekt_next-0.8.
|
|
136
|
-
arkitekt_next-0.8.
|
|
137
|
-
arkitekt_next-0.8.
|
|
138
|
-
arkitekt_next-0.8.
|
|
139
|
-
arkitekt_next-0.8.
|
|
135
|
+
arkitekt_next-0.8.24.dist-info/LICENSE,sha256=YZ2oRjC248t-GpoEyw7J13vwKYNG6zhYMaEAix6EzF0,1089
|
|
136
|
+
arkitekt_next-0.8.24.dist-info/METADATA,sha256=j_e11CrTNfVk89dNOYslonKR5kNnsfwsPgT30bdjjHI,6072
|
|
137
|
+
arkitekt_next-0.8.24.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
138
|
+
arkitekt_next-0.8.24.dist-info/entry_points.txt,sha256=-hxikQx4xZ6TiOnWVDOlTN_kcAISgGFvTHXIchsCHSc,60
|
|
139
|
+
arkitekt_next-0.8.24.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|