arkitekt-next 0.29.0__tar.gz → 0.30.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.29.0 → arkitekt_next-0.30.0}/PKG-INFO +2 -2
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/pyproject.toml +2 -2
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/.gitignore +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/LICENSE +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/README.md +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/app/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/app/app.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/app/fakts.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/builders.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/call/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/call/local.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/call/main.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/call/remote.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/gen/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/gen/compile.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/gen/init.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/gen/main.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/gen/watch.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/init/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/init/main.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/inspect/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/inspect/implementations.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/inspect/main.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/inspect/requirements.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/inspect/variables.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/kabinet/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/kabinet/build.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/kabinet/init.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/kabinet/io.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/kabinet/main.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/kabinet/publish.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/kabinet/stage.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/kabinet/types.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/kabinet/utils.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/kabinet/validate.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/manifest/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/manifest/inspect.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/manifest/main.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/manifest/scopes.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/manifest/version.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/run/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/run/dev.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/run/main.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/run/prod.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/run/utils.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/constants.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/dockerfiles/vanilla.dockerfile +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/errors.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/inspect.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/io.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/main.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/options.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/fluss.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/gucker.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/kabinet.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/kluster.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/konviktion.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/kuay.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/mikro.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/mikro_next.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/napari.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/omero_ark.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/port.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/rekuest.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/rekuest_next.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/unlok.schema.graphql +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/templates/filter.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/templates/simple.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/texts.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/types.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/ui.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/utils.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/validators.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/vars.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/versions/v1.yaml +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/constants.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/init_registry.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/inspect.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/protocols.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/py.typed +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/pytest/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/pytest/fixtures.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/__init__.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/assets/dark/gear.png +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/assets/dark/green pulse.gif +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/assets/dark/orange pulse.gif +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/assets/dark/pink pulse.gif +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/assets/dark/red pulse.gif +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/assets/light/gear.png +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/assets/light/green pulse.gif +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/assets/light/orange pulse.gif +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/assets/light/pink pulse.gif +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/assets/light/red pulse.gif +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/builders.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/magic_bar.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/types.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/qt/utils.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/service_registry.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/tqdm.py +0 -0
- {arkitekt_next-0.29.0 → arkitekt_next-0.30.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.30.0
|
|
4
4
|
Summary: client for the arkitekt_next platform
|
|
5
5
|
Author-email: jhnnsrs <jhnnsrs@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -12,7 +12,7 @@ Requires-Dist: fakts-next>=2.2.0
|
|
|
12
12
|
Requires-Dist: kabinet>=0.9.0
|
|
13
13
|
Requires-Dist: koil>=2.0.5
|
|
14
14
|
Requires-Dist: rath>=3.7.0
|
|
15
|
-
Requires-Dist: rekuest-next>=0.18.
|
|
15
|
+
Requires-Dist: rekuest-next>=0.18.2
|
|
16
16
|
Requires-Dist: rich-click>=1.8.8
|
|
17
17
|
Requires-Dist: semver>=3.0.4
|
|
18
18
|
Requires-Dist: turms>=0.10.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "arkitekt-next"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.30.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"
|
|
@@ -12,7 +12,7 @@ dependencies = [
|
|
|
12
12
|
"koil>=2.0.5",
|
|
13
13
|
"rath>=3.7.0",
|
|
14
14
|
"click>=8.2.0",
|
|
15
|
-
"rekuest-next>=0.18.
|
|
15
|
+
"rekuest-next>=0.18.2",
|
|
16
16
|
"kabinet>=0.9.0",
|
|
17
17
|
"semver>=3.0.4",
|
|
18
18
|
"rich-click>=1.8.8",
|
|
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.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/inspect/__init__.py
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/inspect/implementations.py
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/inspect/requirements.py
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/inspect/variables.py
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.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
|
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/kabinet/validate.py
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/manifest/__init__.py
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/commands/manifest/inspect.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.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.29.0 → arkitekt_next-0.30.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.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/fluss.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/gucker.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/kabinet.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/kluster.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/konviktion.schema.graphql
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/mikro.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/mikro_next.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/napari.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/omero_ark.schema.graphql
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/rekuest.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.0}/arkitekt_next/cli/schemas/rekuest_next.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.29.0 → arkitekt_next-0.30.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
|