arkitekt-next 0.10.3__tar.gz → 0.11.0__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.
Potentially problematic release.
This version of arkitekt-next might be problematic. Click here for more details.
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/PKG-INFO +3 -6
- arkitekt_next-0.10.3/arkitekt_next/cli/commands/inspect/templates.py → arkitekt_next-0.11.0/arkitekt_next/cli/commands/inspect/implementations.py +9 -3
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/inspect/main.py +2 -2
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/build.py +4 -4
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/pyproject.toml +3 -6
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/.gitignore +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/LICENSE +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/README.md +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/__blok__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/apps/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/apps/protocols.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/apps/service/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/apps/service/fakts_next.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/apps/service/fakts_qt.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/apps/service/grant_registry.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/apps/service/herre.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/apps/service/herre_qt.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/apps/service/local_fakts.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/base_models.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/admin.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/alpaka.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/arkitekt.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/base.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/channel.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/config.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/elektro.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/fluss.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/gateway.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/internal_docker.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/kabinet.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/kraph.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/livekit.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/local_sign.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/lok.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/mikro.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/minio.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/mount.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/namegen.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/ollama.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/orkestrator.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/postgres.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/redis.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/rekuest.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/secret.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/self_signed.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/admin.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/certer.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/channel.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/config.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/db.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/gateway.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/livekit.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/lok.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/mount.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/name.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/ollama.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/redis.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/s3.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/secret.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/services/socket.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/socket.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/bloks/tailscale.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/builders.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/call/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/call/local.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/call/main.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/call/remote.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/gen/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/gen/compile.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/gen/init.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/gen/main.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/gen/watch.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/init/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/init/main.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/inspect/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/inspect/requirements.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/inspect/variables.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/init.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/io.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/main.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/publish.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/stage.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/types.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/utils.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/validate.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/manifest/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/manifest/inspect.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/manifest/main.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/manifest/scopes.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/manifest/version.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/run/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/run/dev.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/run/main.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/run/prod.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/run/utils.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/constants.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/dockerfiles/vanilla.dockerfile +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/errors.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/inspect.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/io.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/main.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/options.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/fluss.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/gucker.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/kabinet.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/kluster.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/konviktion.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/kuay.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/mikro.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/mikro_next.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/napari.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/omero_ark.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/port.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/rekuest.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/rekuest_next.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/unlok.schema.graphql +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/templates/filter.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/templates/simple.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/texts.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/types.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/ui.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/utils.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/validators.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/vars.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/versions/v1.yaml +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/constants.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/init_registry.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/__init__.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/assets/dark/gear.png +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/assets/dark/green pulse.gif +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/assets/dark/orange pulse.gif +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/assets/dark/pink pulse.gif +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/assets/dark/red pulse.gif +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/assets/light/gear.png +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/assets/light/green pulse.gif +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/assets/light/orange pulse.gif +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/assets/light/pink pulse.gif +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/assets/light/red pulse.gif +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/builders.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/magic_bar.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/types.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/utils.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/service_registry.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/tqdm.py +0 -0
- {arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arkitekt-next
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.11.0
|
|
4
4
|
Summary: client for the arkitekt_next platform
|
|
5
5
|
Author-email: jhnnsrs <jhnnsrs@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -19,9 +19,9 @@ Requires-Dist: watchfiles>=1.0.5
|
|
|
19
19
|
Provides-Extra: all
|
|
20
20
|
Requires-Dist: fluss-next>=0.2.0; extra == 'all'
|
|
21
21
|
Requires-Dist: kabinet>=0.2.0; extra == 'all'
|
|
22
|
-
Requires-Dist: mikro-next>=0.
|
|
22
|
+
Requires-Dist: mikro-next>=0.3.1; extra == 'all'
|
|
23
23
|
Requires-Dist: reaktion-next>=0.2.0; extra == 'all'
|
|
24
|
-
Requires-Dist: rekuest-next>=0.
|
|
24
|
+
Requires-Dist: rekuest-next>=0.7; extra == 'all'
|
|
25
25
|
Requires-Dist: rich-click>=1.6.1; extra == 'all'
|
|
26
26
|
Requires-Dist: semver>=3.0.1; extra == 'all'
|
|
27
27
|
Requires-Dist: turms>=0.8.2; extra == 'all'
|
|
@@ -32,7 +32,6 @@ Requires-Dist: alpaka>=0.2.0; extra == 'alpaka'
|
|
|
32
32
|
Provides-Extra: blok
|
|
33
33
|
Requires-Dist: blok>=0.1.0; extra == 'blok'
|
|
34
34
|
Provides-Extra: cli
|
|
35
|
-
Requires-Dist: rekuest-next>=0.3.1; extra == 'cli'
|
|
36
35
|
Requires-Dist: turms>=0.8.2; extra == 'cli'
|
|
37
36
|
Provides-Extra: elektro
|
|
38
37
|
Requires-Dist: elektro>=0.5.0; extra == 'elektro'
|
|
@@ -51,8 +50,6 @@ Provides-Extra: mikro
|
|
|
51
50
|
Requires-Dist: mikro-next>=0.3.1; extra == 'mikro'
|
|
52
51
|
Provides-Extra: reaktion
|
|
53
52
|
Requires-Dist: reaktion-next>=0.2.0; extra == 'reaktion'
|
|
54
|
-
Provides-Extra: rekuest
|
|
55
|
-
Requires-Dist: rekuest-next>=0.6.0; extra == 'rekuest'
|
|
56
53
|
Provides-Extra: unlok
|
|
57
54
|
Requires-Dist: unlok-next>=0.2.0; extra == 'unlok'
|
|
58
55
|
Description-Content-Type: text/markdown
|
|
@@ -34,7 +34,7 @@ except ImportError:
|
|
|
34
34
|
is_flag=True,
|
|
35
35
|
default=False,
|
|
36
36
|
)
|
|
37
|
-
def
|
|
37
|
+
def implementations(
|
|
38
38
|
ctx,
|
|
39
39
|
pretty: bool,
|
|
40
40
|
machine_readable: bool,
|
|
@@ -82,7 +82,9 @@ def templates(
|
|
|
82
82
|
if registry is None:
|
|
83
83
|
raise Exception("No default registry found")
|
|
84
84
|
|
|
85
|
-
to_be_created_templates = tuple(
|
|
85
|
+
to_be_created_templates = tuple(
|
|
86
|
+
x.model_dump() for x in registry.implementations.values()
|
|
87
|
+
)
|
|
86
88
|
global_list.extend(to_be_created_templates)
|
|
87
89
|
|
|
88
90
|
console.print(f"Templates to be created: {len(global_list)}")
|
|
@@ -92,7 +94,11 @@ def templates(
|
|
|
92
94
|
return
|
|
93
95
|
|
|
94
96
|
if machine_readable:
|
|
95
|
-
print(
|
|
97
|
+
print(
|
|
98
|
+
"--START_TEMPLATES--"
|
|
99
|
+
+ json.dumps(global_list, indent=2)
|
|
100
|
+
+ "--END_TEMPLATES--"
|
|
101
|
+
)
|
|
96
102
|
|
|
97
103
|
else:
|
|
98
104
|
if pretty:
|
|
@@ -3,7 +3,7 @@ import rich_click as click
|
|
|
3
3
|
|
|
4
4
|
import rich_click as click
|
|
5
5
|
from .variables import variables
|
|
6
|
-
from .
|
|
6
|
+
from .implementations import implementations
|
|
7
7
|
from .requirements import requirements
|
|
8
8
|
|
|
9
9
|
|
|
@@ -21,4 +21,4 @@ def inspect(ctx):
|
|
|
21
21
|
|
|
22
22
|
inspect.add_command(variables, "variables")
|
|
23
23
|
inspect.add_command(requirements, "requirements")
|
|
24
|
-
inspect.add_command(
|
|
24
|
+
inspect.add_command(implementations, "implementations")
|
|
@@ -14,7 +14,7 @@ import json
|
|
|
14
14
|
from arkitekt_next.base_models import Requirement
|
|
15
15
|
from arkitekt_next.constants import DEFAULT_ARKITEKT_URL
|
|
16
16
|
from arkitekt_next.utils import create_arkitekt_next_folder
|
|
17
|
-
from rekuest_next.api.schema import
|
|
17
|
+
from rekuest_next.api.schema import ImplementationInput
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
class InspectionError(Exception):
|
|
@@ -93,7 +93,7 @@ def inspect_docker_container(build_id: str) -> InspectionInput:
|
|
|
93
93
|
raise InspectionError(f"An error occurred: {e.stdout + e.stderr}") from e
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
def inspect_templates(build_id: str, url: str) -> list[
|
|
96
|
+
def inspect_templates(build_id: str, url: str) -> list[ImplementationInput]:
|
|
97
97
|
try:
|
|
98
98
|
# Run 'docker inspect' with the container ID or name
|
|
99
99
|
process = subprocess.Popen(
|
|
@@ -107,7 +107,7 @@ def inspect_templates(build_id: str, url: str) -> list[TemplateInput]:
|
|
|
107
107
|
build_id,
|
|
108
108
|
"arkitekt-next",
|
|
109
109
|
"inspect",
|
|
110
|
-
"
|
|
110
|
+
"implementations",
|
|
111
111
|
"-mr",
|
|
112
112
|
]
|
|
113
113
|
),
|
|
@@ -151,7 +151,7 @@ def inspect_templates(build_id: str, url: str) -> list[TemplateInput]:
|
|
|
151
151
|
|
|
152
152
|
if "No such command" in combined_error:
|
|
153
153
|
raise InspectionError(
|
|
154
|
-
"Could not find the command `arkitekt_next inspect
|
|
154
|
+
"Could not find the command `arkitekt_next inspect implementations` in the container. Maybe"
|
|
155
155
|
+ "you forgot to install arkitekt_next in the container? "
|
|
156
156
|
)
|
|
157
157
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "arkitekt-next"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.11.0"
|
|
4
4
|
description = "client for the arkitekt_next platform"
|
|
5
5
|
authors = [{ name = "jhnnsrs", email = "jhnnsrs@gmail.com" }]
|
|
6
6
|
requires-python = ">=3.11,<4"
|
|
@@ -22,7 +22,6 @@ dependencies = [
|
|
|
22
22
|
[project.optional-dependencies]
|
|
23
23
|
cli = [
|
|
24
24
|
"turms>=0.8.2",
|
|
25
|
-
"rekuest-next>=0.3.1"
|
|
26
25
|
]
|
|
27
26
|
alpaka = ["alpaka>=0.2.0"]
|
|
28
27
|
kraph = ["kraph>=0.2.0"]
|
|
@@ -32,7 +31,6 @@ elektro = ["elektro>=0.5.0"]
|
|
|
32
31
|
fluss = ["fluss-next>=0.2.0"]
|
|
33
32
|
reaktion = ["reaktion-next>=0.2.0"]
|
|
34
33
|
lovekit = ["lovekit>=0.2.0"]
|
|
35
|
-
rekuest = ["rekuest-next>=0.6.0"]
|
|
36
34
|
unlok = ["unlok-next>=0.2.0"]
|
|
37
35
|
all = [
|
|
38
36
|
"rich-click>=1.6.1",
|
|
@@ -40,8 +38,8 @@ all = [
|
|
|
40
38
|
"turms>=0.8.2",
|
|
41
39
|
"semver>=3.0.1",
|
|
42
40
|
"reaktion-next>=0.2.0",
|
|
43
|
-
"rekuest-next>=0.
|
|
44
|
-
"mikro-next>=0.
|
|
41
|
+
"rekuest-next>=0.7",
|
|
42
|
+
"mikro-next>=0.3.1",
|
|
45
43
|
"kabinet>=0.2.0",
|
|
46
44
|
"fluss-next>=0.2.0",
|
|
47
45
|
"unlok-next>=0.2.0",
|
|
@@ -66,7 +64,6 @@ dev-dependencies = [
|
|
|
66
64
|
"pytest-aiohttp>=1.0.4,<2",
|
|
67
65
|
"rich-click>=1.8",
|
|
68
66
|
"mikro-next>=0.3.1",
|
|
69
|
-
|
|
70
67
|
"python-semantic-release>=9.21.1",
|
|
71
68
|
]
|
|
72
69
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/inspect/__init__.py
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/inspect/requirements.py
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/inspect/variables.py
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/kabinet/validate.py
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/manifest/__init__.py
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/manifest/inspect.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/commands/manifest/version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/dockerfiles/vanilla.dockerfile
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/fluss.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/gucker.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/kabinet.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/kluster.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/konviktion.schema.graphql
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/mikro.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/mikro_next.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/napari.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/omero_ark.schema.graphql
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/rekuest.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/rekuest_next.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/cli/schemas/unlok.schema.graphql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.10.3 → arkitekt_next-0.11.0}/arkitekt_next/qt/assets/light/orange pulse.gif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|