mxm-runtime 0.1.0__tar.gz → 0.1.1__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.
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/PKG-INFO +3 -3
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/pyproject.toml +3 -3
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/LICENSE +0 -0
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/README.md +0 -0
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/src/mxm/runtime/__init__.py +0 -0
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/src/mxm/runtime/attestation.py +0 -0
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/src/mxm/runtime/build.py +0 -0
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/src/mxm/runtime/cli.py +0 -0
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/src/mxm/runtime/context.py +0 -0
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/src/mxm/runtime/discovery.py +0 -0
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/src/mxm/runtime/identity.py +0 -0
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/src/mxm/runtime/py.typed +0 -0
- {mxm_runtime-0.1.0 → mxm_runtime-0.1.1}/src/mxm/runtime/validation.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mxm-runtime
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Runtime identity discovery and runtime context construction for Money Ex Machina.
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -18,8 +18,8 @@ Classifier: Typing :: Typed
|
|
|
18
18
|
Requires-Dist: mxm-config (>=0.6.2,<0.7)
|
|
19
19
|
Requires-Dist: mxm-secrets (>=0.3.2,<0.4)
|
|
20
20
|
Requires-Dist: mxm-types (>=0.3.1,<0.4.0)
|
|
21
|
-
Requires-Dist: rich (>=14.2
|
|
22
|
-
Requires-Dist: typer (>=0.20
|
|
21
|
+
Requires-Dist: rich (>=14.2,<16.0)
|
|
22
|
+
Requires-Dist: typer (>=0.20,<1.0)
|
|
23
23
|
Project-URL: Homepage, https://github.com/moneyexmachina/mxm-runtime
|
|
24
24
|
Project-URL: Repository, https://github.com/moneyexmachina/mxm-runtime
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "mxm-runtime"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.1"
|
|
4
4
|
description = "Runtime identity discovery and runtime context construction for Money Ex Machina."
|
|
5
5
|
keywords = [
|
|
6
6
|
"runtime",
|
|
@@ -32,8 +32,8 @@ python = ">=3.13,<3.15"
|
|
|
32
32
|
mxm-types = "^0.3.1"
|
|
33
33
|
mxm-config = ">=0.6.2, <0.7"
|
|
34
34
|
mxm-secrets = ">=0.3.2, <0.4"
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
rich = ">=14.2,<16.0"
|
|
36
|
+
typer = ">=0.20,<1.0"
|
|
37
37
|
|
|
38
38
|
[tool.poetry.scripts]
|
|
39
39
|
|
|
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
|