arkitekt-next 0.8.8__tar.gz → 0.8.10__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.

Files changed (138) hide show
  1. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/PKG-INFO +8 -8
  2. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/__init__.py +3 -0
  3. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/apps/service/fakts_next.py +1 -1
  4. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/apps/service/fakts_qt.py +1 -1
  5. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/apps/service/herre.py +1 -1
  6. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/apps/service/herre_qt.py +1 -1
  7. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/apps/types.py +1 -2
  8. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/builders.py +1 -1
  9. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/call/local.py +1 -4
  10. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/inspect/requirements.py +2 -1
  11. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/inspect/templates.py +0 -1
  12. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/kabinet/build.py +1 -1
  13. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/kabinet/init.py +4 -5
  14. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/types.py +1 -2
  15. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/builders.py +2 -2
  16. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/magic_bar.py +3 -3
  17. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/types.py +23 -20
  18. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/service_registry.py +1 -1
  19. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/utils.py +1 -1
  20. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/pyproject.toml +8 -8
  21. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/LICENSE +0 -0
  22. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/README.md +0 -0
  23. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/__blok__.py +0 -0
  24. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/apps/__init__.py +0 -0
  25. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/apps/service/__init__.py +0 -0
  26. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/apps/service/grant_registry.py +0 -0
  27. /arkitekt_next-0.8.8/arkitekt_next/model.py → /arkitekt_next-0.8.10/arkitekt_next/base_models.py +0 -0
  28. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/__init__.py +0 -0
  29. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/admin.py +0 -0
  30. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/arkitekt.py +0 -0
  31. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/base.py +0 -0
  32. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/config.py +0 -0
  33. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/fluss.py +0 -0
  34. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/gateway.py +0 -0
  35. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/internal_docker.py +0 -0
  36. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/kabinet.py +0 -0
  37. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/livekit.py +0 -0
  38. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/lok.py +0 -0
  39. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/mikro.py +0 -0
  40. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/minio.py +0 -0
  41. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/mount.py +0 -0
  42. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/namegen.py +0 -0
  43. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/orkestrator.py +0 -0
  44. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/postgres.py +0 -0
  45. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/redis.py +0 -0
  46. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/rekuest.py +0 -0
  47. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/secret.py +0 -0
  48. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/__init__.py +0 -0
  49. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/admin.py +0 -0
  50. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/config.py +0 -0
  51. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/db.py +0 -0
  52. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/gateway.py +0 -0
  53. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/livekit.py +0 -0
  54. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/lok.py +0 -0
  55. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/mount.py +0 -0
  56. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/name.py +0 -0
  57. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/redis.py +0 -0
  58. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/s3.py +0 -0
  59. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/secret.py +0 -0
  60. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/services/socket.py +0 -0
  61. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/socket.py +0 -0
  62. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/bloks/tailscale.py +0 -0
  63. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/__init__.py +0 -0
  64. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/call/__init__.py +0 -0
  65. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/call/main.py +0 -0
  66. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/call/remote.py +0 -0
  67. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/gen/__init__.py +0 -0
  68. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/gen/compile.py +0 -0
  69. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/gen/init.py +0 -0
  70. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/gen/main.py +0 -0
  71. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/gen/watch.py +0 -0
  72. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/init/__init__.py +0 -0
  73. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/init/main.py +0 -0
  74. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/inspect/__init__.py +0 -0
  75. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/inspect/main.py +0 -0
  76. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/inspect/variables.py +0 -0
  77. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/kabinet/__init__.py +0 -0
  78. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/kabinet/main.py +0 -0
  79. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/kabinet/publish.py +0 -0
  80. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/kabinet/stage.py +0 -0
  81. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/kabinet/utils.py +0 -0
  82. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/kabinet/validate.py +0 -0
  83. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/kabinet/wizard.py +0 -0
  84. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/manifest/__init__.py +0 -0
  85. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/manifest/inspect.py +0 -0
  86. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/manifest/main.py +0 -0
  87. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/manifest/scopes.py +0 -0
  88. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/manifest/version.py +0 -0
  89. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/manifest/wizard.py +0 -0
  90. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/run/__init__.py +0 -0
  91. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/run/dev.py +0 -0
  92. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/run/main.py +0 -0
  93. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/run/prod.py +0 -0
  94. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/commands/run/utils.py +0 -0
  95. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/configs/base.yaml +0 -0
  96. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/constants.py +0 -0
  97. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/dockerfiles/vanilla.dockerfile +0 -0
  98. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/errors.py +0 -0
  99. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/inspect.py +0 -0
  100. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/io.py +0 -0
  101. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/main.py +0 -0
  102. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/options.py +0 -0
  103. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/fluss.schema.graphql +0 -0
  104. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/gucker.schema.graphql +0 -0
  105. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/kabinet.schema.graphql +0 -0
  106. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/kluster.schema.graphql +0 -0
  107. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/konviktion.schema.graphql +0 -0
  108. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/kuay.schema.graphql +0 -0
  109. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/mikro.schema.graphql +0 -0
  110. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/mikro_next.schema.graphql +0 -0
  111. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/napari.schema.graphql +0 -0
  112. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/omero_ark.schema.graphql +0 -0
  113. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/port.schema.graphql +0 -0
  114. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/rekuest.schema.graphql +0 -0
  115. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/rekuest_next.schema.graphql +0 -0
  116. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/schemas/unlok.schema.graphql +0 -0
  117. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/templates/filter.py +0 -0
  118. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/templates/simple.py +0 -0
  119. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/texts.py +0 -0
  120. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/ui.py +0 -0
  121. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/utils.py +0 -0
  122. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/validators.py +0 -0
  123. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/vars.py +0 -0
  124. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/cli/versions/v1.yaml +0 -0
  125. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/constants.py +0 -0
  126. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/__init__.py +0 -0
  127. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/assets/dark/gear.png +0 -0
  128. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/assets/dark/green pulse.gif +0 -0
  129. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/assets/dark/orange pulse.gif +0 -0
  130. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/assets/dark/pink pulse.gif +0 -0
  131. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/assets/dark/red pulse.gif +0 -0
  132. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/assets/light/gear.png +0 -0
  133. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/assets/light/green pulse.gif +0 -0
  134. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/assets/light/orange pulse.gif +0 -0
  135. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/assets/light/pink pulse.gif +0 -0
  136. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/assets/light/red pulse.gif +0 -0
  137. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/qt/utils.py +0 -0
  138. {arkitekt_next-0.8.8 → arkitekt_next-0.8.10}/arkitekt_next/tqdm.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: arkitekt-next
3
- Version: 0.8.8
3
+ Version: 0.8.10
4
4
  Summary: client for the arkitekt_next platform
5
5
  License: MIT
6
6
  Author: jhnnsrs
@@ -20,20 +20,20 @@ Requires-Dist: blok (>=0.0.19) ; (python_version >= "3.9" and python_version < "
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
22
  Requires-Dist: fakts (>=1.0.0)
23
- Requires-Dist: fluss-next (>=0.1.83) ; extra == "all"
23
+ Requires-Dist: fluss-next (>=0.1.85) ; extra == "all"
24
24
  Requires-Dist: herre (>=1.0.0)
25
- Requires-Dist: kabinet (>=0.1.23) ; (python_version >= "3.9" and python_version < "4.0") and (extra == "all")
25
+ Requires-Dist: kabinet (>=0.1.24) ; (python_version >= "3.9" and python_version < "4.0") and (extra == "all")
26
26
  Requires-Dist: koil (>=1.0.0)
27
- Requires-Dist: lovekit (>=0.1.10) ; (python_version >= "3.10" and python_version < "4.0") and (extra == "all")
28
- Requires-Dist: mikro-next (>=0.1.38) ; (python_version >= "3.10" and python_version < "4.0") and (extra == "all")
27
+ Requires-Dist: lovekit (>=0.1.11) ; (python_version >= "3.10" and python_version < "4.0") and (extra == "all")
28
+ Requires-Dist: mikro-next (>=0.1.40) ; (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
- Requires-Dist: reaktion-next (>=0.1.73) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "all")
32
- Requires-Dist: rekuest-next (>=0.2.31) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "cli" or extra == "all")
31
+ Requires-Dist: reaktion-next (>=0.1.75) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "all")
32
+ Requires-Dist: rekuest-next (>=0.2.33) ; (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")
36
- Requires-Dist: unlok-next (>=0.1.78) ; python_version >= "3.8" and python_version < "4.0"
36
+ Requires-Dist: unlok-next (>=0.1.79) ; python_version >= "3.8" and python_version < "4.0"
37
37
  Requires-Dist: watchfiles (>=0.18.1) ; extra == "cli" or extra == "all"
38
38
  Description-Content-Type: text/markdown
39
39
 
@@ -15,6 +15,9 @@ try:
15
15
  from rekuest_next.state.state import state
16
16
  from rekuest_next.actors.reactive.api import progress, aprogress
17
17
  from rekuest_next.actors.reactive.api import log, alog
18
+ from rekuest_next.register import test, benchmark
19
+ from rekuest_next.structures.model import model
20
+ from rekuest_next.define import define
18
21
  except ImportError as e:
19
22
  raise e
20
23
  register = missing_install("rekuest_next", e)
@@ -11,7 +11,7 @@ from fakts.grants.remote.demanders.device_code import DeviceCodeDemander
11
11
  from fakts.grants.remote.claimers.post import ClaimEndpointClaimer
12
12
  from fakts.grants.remote.demanders.redeem import RedeemDemander
13
13
 
14
- from arkitekt_next.model import Manifest
14
+ from arkitekt_next.base_models import Manifest
15
15
 
16
16
 
17
17
  class ArkitektNextFaktsQt(Fakts):
@@ -18,7 +18,7 @@ from fakts.grants.remote.discovery.qt.selectable_beacon import (
18
18
  SelectBeaconWidget,
19
19
  QtSelectableDiscovery,
20
20
  )
21
- from arkitekt_next.model import Manifest
21
+ from arkitekt_next.base_models import Manifest
22
22
  from qtpy import QtCore, QtWidgets
23
23
 
24
24
 
@@ -3,7 +3,7 @@ from fakts import Fakts
3
3
  from herre.grants.oauth2.refresh import RefreshGrant
4
4
  from herre.fakts.fakts_endpoint_fetcher import FaktsUserFetcher
5
5
  from herre.fakts.grant import FaktsGrant
6
- from arkitekt_next.model import User
6
+ from arkitekt_next.base_models import User
7
7
  from arkitekt_next.apps.service.grant_registry import ARKITEKT_GRANT_REGISTRY
8
8
 
9
9
 
@@ -7,7 +7,7 @@ from herre.fakts.fakts_qt_store import FaktsQtStore
7
7
  from herre.grants.auto_login import AutoLoginGrant
8
8
  from herre.grants.qt.auto_login import AutoLoginWidget
9
9
  from herre.fakts.fakts_endpoint_fetcher import FaktsUserFetcher
10
- from arkitekt_next.model import Manifest, User
10
+ from arkitekt_next.base_models import Manifest, User
11
11
  from arkitekt_next.apps.service.grant_registry import ARKITEKT_GRANT_REGISTRY
12
12
 
13
13
 
@@ -12,7 +12,7 @@ an import exception to the app.
12
12
 
13
13
  import logging
14
14
  from typing import TYPE_CHECKING, Any, Dict
15
- from arkitekt_next.model import Manifest
15
+ from arkitekt_next.base_models import Manifest
16
16
  from koil.composition import Composition
17
17
  from fakts import Fakts
18
18
  from herre import Herre
@@ -36,7 +36,6 @@ class App(Composition):
36
36
  """Register a service"""
37
37
  self.services["rekuest"].register(*args, **kwargs)
38
38
 
39
-
40
39
  async def __aenter__(self):
41
40
  await super().__aenter__()
42
41
  for service in self.services.values():
@@ -9,7 +9,7 @@ from arkitekt_next.apps.service.fakts_next import (
9
9
  )
10
10
  from arkitekt_next.apps.service.herre import build_arkitekt_next_herre
11
11
  from .utils import create_arkitekt_next_folder
12
- from .model import Manifest
12
+ from .base_models import Manifest
13
13
  from .apps.types import App
14
14
  from .service_registry import ServiceBuilderRegistry, check_and_import_services
15
15
  from arkitekt_next.constants import DEFAULT_ARKITEKT_URL
@@ -5,10 +5,7 @@ from arkitekt_next.cli.ui import construct_run_panel
5
5
  from importlib import import_module
6
6
  from rekuest_next.postmans.utils import arkiuse
7
7
  from arkitekt_next.cli.utils import import_builder
8
- from rekuest_next.api.schema import (
9
- NodeKind,
10
- BindsInput
11
- )
8
+ from rekuest_next.api.schema import NodeKind, BindsInput
12
9
  from rich.table import Table
13
10
  from rich.console import Console
14
11
  from typing import Dict, Any
@@ -67,7 +67,8 @@ def requirements(
67
67
  )
68
68
 
69
69
  x = {
70
- key: item.model_dump(by_alias=True) for key, item in app.manifest.requirements.items()
70
+ key: item.model_dump(by_alias=True)
71
+ for key, item in app.manifest.requirements.items()
71
72
  }
72
73
  if machine_readable:
73
74
  print("--START_REQUIREMENTS--" + json.dumps(x) + "--END_REQUIREMENTS--")
@@ -42,7 +42,6 @@ def templates(
42
42
  You can specify the builder to use with the --builder flag. By default, the easy builder is used, which is designed to be easy to use and to get started with.
43
43
 
44
44
  """
45
-
46
45
 
47
46
  manifest = get_manifest(ctx)
48
47
  console = get_console(ctx)
@@ -10,7 +10,7 @@ from arkitekt_next.cli.types import Flavour, Inspection
10
10
  import yaml
11
11
  from typing import Dict, Optional
12
12
  import json
13
- from arkitekt_next.model import Requirement
13
+ from arkitekt_next.base_models import Requirement
14
14
  from arkitekt_next.utils import create_arkitekt_next_folder
15
15
  from rekuest_next.api.schema import TemplateInput
16
16
 
@@ -87,14 +87,13 @@ def init(
87
87
  dockerfile="Dockerfile",
88
88
  )
89
89
 
90
-
91
90
  try:
92
- package_version = arkitekt_version or version('arkitekt_next')
91
+ package_version = arkitekt_version or version("arkitekt_next")
93
92
  print(f"Detected Arkitekt Package version: {package_version}")
94
93
  except:
95
- raise click.ClickException("Could not detect the Arkitekt package version (maybe you are running a dev version). Please provide it with the --arkitekt-version flag")
96
-
97
-
94
+ raise click.ClickException(
95
+ "Could not detect the Arkitekt package version (maybe you are running a dev version). Please provide it with the --arkitekt-version flag"
96
+ )
98
97
 
99
98
  with open(config_file, "w") as file:
100
99
  yaml.dump(fl.dict(), file)
@@ -5,7 +5,7 @@ from typing import List, Optional, Union, Literal, Dict
5
5
  from enum import Enum
6
6
  import semver
7
7
  import uuid
8
- from arkitekt_next.model import Requirement
8
+ from arkitekt_next.base_models import Requirement
9
9
  from string import Formatter
10
10
  import os
11
11
 
@@ -247,7 +247,6 @@ class Flavour(BaseModel):
247
247
  def generate_build_command(self, tag: str, relative_dir: str):
248
248
  """Generates the build command for this flavour"""
249
249
 
250
-
251
250
  dockerfile = os.path.join(relative_dir, self.dockerfile)
252
251
 
253
252
  return [v.format(tag=tag, dockerfile=dockerfile) for v in self.build_command]
@@ -4,7 +4,7 @@ from arkitekt_next.apps.service.fakts_next import (
4
4
  from arkitekt_next.apps.service.fakts_qt import build_arkitekt_next_qt_fakts
5
5
  from arkitekt_next.apps.service.herre_qt import build_arkitekt_next_qt_herre
6
6
  from arkitekt_next.utils import create_arkitekt_next_folder
7
- from arkitekt_next.model import Manifest
7
+ from arkitekt_next.base_models import Manifest
8
8
  from arkitekt_next.apps.types import App
9
9
  from arkitekt_next.service_registry import (
10
10
  ServiceBuilderRegistry,
@@ -26,7 +26,7 @@ from arkitekt_next.apps.service.fakts_next import (
26
26
  )
27
27
  from arkitekt_next.apps.service.herre import build_arkitekt_next_herre
28
28
  from arkitekt_next.utils import create_arkitekt_next_folder
29
- from arkitekt_next.model import Manifest
29
+ from arkitekt_next.base_models import Manifest
30
30
  from arkitekt_next.apps.types import App
31
31
  from arkitekt_next.service_registry import (
32
32
  ServiceBuilderRegistry,
@@ -63,7 +63,9 @@ class Logo(QtWidgets.QWidget):
63
63
  data = await resp.read()
64
64
  return data
65
65
  else:
66
- logger.error(f"Failed to download the image. Status code: {resp.status}")
66
+ logger.error(
67
+ f"Failed to download the image. Status code: {resp.status}"
68
+ )
67
69
  return None
68
70
 
69
71
 
@@ -154,8 +156,6 @@ class ArkitektNextLogs(QtWidgets.QDialog):
154
156
  def log_level(self) -> str:
155
157
  """The log level in use."""
156
158
  return self.settings.value(self.log_level_key, "INFO", str)
157
-
158
-
159
159
 
160
160
 
161
161
  class Profile(QtWidgets.QDialog):
@@ -2,7 +2,6 @@ from arkitekt_next.apps.types import App, Fakts, Herre, Manifest
2
2
  from typing import List, Callable, Dict, Any
3
3
 
4
4
 
5
-
6
5
  class QtApp(App):
7
6
  """An app that is built with the easy builder"""
8
7
 
@@ -25,36 +24,35 @@ class QtApp(App):
25
24
  """Register a hook"""
26
25
  self.hooks[hook_name].append(hook)
27
26
 
28
-
29
27
  def register(self, *args, **kwargs):
30
- """ Register a function with the app (not in the Qt event loop)
28
+ """Register a function with the app (not in the Qt event loop)
31
29
 
32
30
  This is useful for functions that do not need access to the Qt event loop
33
31
  and can be run in a separate thread. This is the default behavior for
34
32
  functions registered with the app.
35
-
36
-
37
- """
38
- self.services["rekuest"].register(*args, **kwargs)
39
33
 
40
34
 
35
+ """
36
+ self.services["rekuest"].register(*args, **kwargs)
41
37
 
42
38
  def register_in_qt_loop(self, function: Callable, **kwargs):
43
39
  """Register a function in the Qt event loop
44
-
40
+
45
41
  This is useful for functions that need to be resolved in the Qt event loop and are
46
42
  able to block the main thread (e.g. when prompting a necessary user input, or
47
43
  when displaying a blocking dialog).
48
-
44
+
49
45
  """
50
46
 
51
47
  from rekuest_next.qt.builders import qtinloopactifier
52
-
53
- return self.services["rekuest"].register(function, actifier=qtinloopactifier, **kwargs)
54
-
48
+
49
+ return self.services["rekuest"].register(
50
+ function, actifier=qtinloopactifier, **kwargs
51
+ )
52
+
55
53
  def register_with_qt_future(self, function: Callable, **kwargs):
56
- """ Register a function with a future that can be resolved in the Qt event loop
57
-
54
+ """Register a function with a future that can be resolved in the Qt event loop
55
+
58
56
  This is useful for functions that need to be resolved in the Qt event loop, but
59
57
  might cause a blocking call if they are run in the same thread.
60
58
 
@@ -63,7 +61,7 @@ class QtApp(App):
63
61
  ```python
64
62
 
65
63
  class MyWidget(QtWidgets.QWidget):
66
-
64
+
67
65
  def __init__(self, app: QtApp):
68
66
  super().__init__()
69
67
  self.my_widget = QtWidgets.QWidget()
@@ -93,16 +91,21 @@ class QtApp(App):
93
91
 
94
92
  def on_reject(self):
95
93
  self.current_future.set_result(False)
96
-
97
-
94
+
95
+
98
96
  """
99
97
  from rekuest_next.qt.builders import qtwithfutureactifier
100
- return self.services["rekuest"].register(function, actifier=qtwithfutureactifier, **kwargs)
98
+
99
+ return self.services["rekuest"].register(
100
+ function, actifier=qtwithfutureactifier, **kwargs
101
+ )
101
102
 
102
103
  def register_with_qt_generator(self, function: Callable, **kwargs):
103
104
  from rekuest_next.qt.builders import qtwithgeneratoractifier
104
- return self.services["rekuest"].register(function, actifier=qtwithgeneratoractifier, **kwargs)
105
-
105
+
106
+ return self.services["rekuest"].register(
107
+ function, actifier=qtwithgeneratoractifier, **kwargs
108
+ )
106
109
 
107
110
  def run(self):
108
111
  """Run the app"""
@@ -1,7 +1,7 @@
1
1
  from pydantic import BaseModel, Field
2
2
  from herre import Herre
3
3
  from fakts import Fakts
4
- from .model import Manifest, Requirement
4
+ from .base_models import Manifest, Requirement
5
5
  from typing import Callable, Dict
6
6
  import importlib
7
7
  import sys
@@ -1,5 +1,5 @@
1
1
  import os
2
- from arkitekt_next.model import Manifest
2
+ from arkitekt_next.base_models import Manifest
3
3
  import json
4
4
 
5
5
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "arkitekt-next"
3
- version = "0.8.8"
3
+ version = "0.8.10"
4
4
  description = "client for the arkitekt_next platform"
5
5
  authors = ["jhnnsrs <jhnnsrs@gmail.com>"]
6
6
  license = "MIT"
@@ -11,13 +11,13 @@ readme = "README.md"
11
11
  python = "^3.8"
12
12
  herre = ">=1.0.0"
13
13
  fakts = ">=1.0.0"
14
- mikro-next = { version = ">=0.1.38", python = "^3.10", optional = true }
15
- kabinet = { version = ">=0.1.23", optional = true, python = "^3.9" }
16
- fluss-next = { version = ">=0.1.83", optional = true }
17
- reaktion-next= { version = ">=0.1.73", python = "^3.8", optional = true }
18
- rekuest-next= { version = ">=0.2.31", python = "^3.8", optional = true }
19
- unlok-next= { version = ">=0.1.78", python = "^3.8", optional = true }
20
- lovekit = { version = ">=0.1.10", python = "^3.10", optional = true }
14
+ mikro-next = { version = ">=0.1.40", python = "^3.10", optional = true }
15
+ kabinet = { version = ">=0.1.24", optional = true, python = "^3.9" }
16
+ fluss-next = { version = ">=0.1.85", optional = true }
17
+ reaktion-next= { version = ">=0.1.75", python = "^3.8", optional = true }
18
+ rekuest-next= { version = ">=0.2.33", python = "^3.8", optional = true }
19
+ unlok-next= { version = ">=0.1.79", python = "^3.8", optional = true }
20
+ lovekit = { version = ">=0.1.11", python = "^3.10", optional = true }
21
21
  rich-click = { version = ">=1.6.1", optional = true }
22
22
  watchfiles = { version = ">=0.18.1", optional = true }
23
23
  turms = { version = ">=0.6.0", python = "^3.9", optional = true }
File without changes
File without changes