outerbounds 0.3.179rc5__py3-none-any.whl → 0.3.180__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.
- outerbounds/__init__.py +1 -3
- outerbounds/command_groups/apps_cli.py +6 -2
- outerbounds/command_groups/cli.py +0 -2
- {outerbounds-0.3.179rc5.dist-info → outerbounds-0.3.180.dist-info}/METADATA +3 -3
- {outerbounds-0.3.179rc5.dist-info → outerbounds-0.3.180.dist-info}/RECORD +7 -25
- outerbounds-0.3.180.dist-info/entry_points.txt +3 -0
- outerbounds/apps/__init__.py +0 -0
- outerbounds/apps/app_cli.py +0 -717
- outerbounds/apps/app_config.py +0 -293
- outerbounds/apps/artifacts.py +0 -0
- outerbounds/apps/capsule.py +0 -538
- outerbounds/apps/cli_to_config.py +0 -91
- outerbounds/apps/code_package/__init__.py +0 -3
- outerbounds/apps/code_package/code_packager.py +0 -610
- outerbounds/apps/code_package/examples.py +0 -125
- outerbounds/apps/config_schema.yaml +0 -259
- outerbounds/apps/dependencies.py +0 -115
- outerbounds/apps/deployer.py +0 -0
- outerbounds/apps/experimental/__init__.py +0 -103
- outerbounds/apps/perimeters.py +0 -51
- outerbounds/apps/secrets.py +0 -164
- outerbounds/apps/utils.py +0 -254
- outerbounds/apps/validations.py +0 -34
- outerbounds/command_groups/flowprojects_cli.py +0 -137
- outerbounds-0.3.179rc5.dist-info/entry_points.txt +0 -3
- {outerbounds-0.3.179rc5.dist-info → outerbounds-0.3.180.dist-info}/WHEEL +0 -0
outerbounds/__init__.py
CHANGED
@@ -8,7 +8,6 @@ import shutil
|
|
8
8
|
import subprocess
|
9
9
|
|
10
10
|
from ..utils import metaflowconfig
|
11
|
-
from ..apps.app_cli import app
|
12
11
|
|
13
12
|
APP_READY_POLL_TIMEOUT_SECONDS = 300
|
14
13
|
# Even after our backend validates that the app routes are ready, it takes a few seconds for
|
@@ -21,6 +20,11 @@ def cli(**kwargs):
|
|
21
20
|
pass
|
22
21
|
|
23
22
|
|
23
|
+
@click.group(help="Manage apps")
|
24
|
+
def app(**kwargs):
|
25
|
+
pass
|
26
|
+
|
27
|
+
|
24
28
|
@app.command(help="Start an app using a port and a name")
|
25
29
|
@click.option(
|
26
30
|
"-d",
|
@@ -410,7 +414,7 @@ def kill_process(config_dir=None, profile=None, port=-1, name=""):
|
|
410
414
|
default=os.environ.get("METAFLOW_PROFILE", ""),
|
411
415
|
help="The named metaflow profile in which your workstation exists",
|
412
416
|
)
|
413
|
-
def
|
417
|
+
def list(config_dir=None, profile=None):
|
414
418
|
if "WORKSTATION_ID" not in os.environ:
|
415
419
|
click.secho(
|
416
420
|
"All outerbounds app commands can only be run from a workstation.",
|
@@ -7,7 +7,6 @@ from . import (
|
|
7
7
|
tutorials_cli,
|
8
8
|
fast_bakery_cli,
|
9
9
|
secrets_cli,
|
10
|
-
flowprojects_cli,
|
11
10
|
)
|
12
11
|
|
13
12
|
|
@@ -21,7 +20,6 @@ from . import (
|
|
21
20
|
tutorials_cli.cli,
|
22
21
|
fast_bakery_cli.cli,
|
23
22
|
secrets_cli.cli,
|
24
|
-
flowprojects_cli.cli,
|
25
23
|
],
|
26
24
|
)
|
27
25
|
def cli(**kwargs):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: outerbounds
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.180
|
4
4
|
Summary: More Data Science, Less Administration
|
5
5
|
License: Proprietary
|
6
6
|
Keywords: data science,machine learning,MLOps
|
@@ -29,8 +29,8 @@ Requires-Dist: google-cloud-secret-manager (>=2.20.0,<3.0.0) ; extra == "gcp"
|
|
29
29
|
Requires-Dist: google-cloud-storage (>=2.14.0,<3.0.0) ; extra == "gcp"
|
30
30
|
Requires-Dist: metaflow-checkpoint (==0.2.1)
|
31
31
|
Requires-Dist: ob-metaflow (==2.15.17.1)
|
32
|
-
Requires-Dist: ob-metaflow-extensions (==1.1.
|
33
|
-
Requires-Dist: ob-metaflow-stubs (==6.0.3.
|
32
|
+
Requires-Dist: ob-metaflow-extensions (==1.1.168)
|
33
|
+
Requires-Dist: ob-metaflow-stubs (==6.0.3.180)
|
34
34
|
Requires-Dist: opentelemetry-distro (>=0.41b0) ; extra == "otel"
|
35
35
|
Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.20.0) ; extra == "otel"
|
36
36
|
Requires-Dist: opentelemetry-instrumentation-requests (>=0.41b0) ; extra == "otel"
|
@@ -1,4 +1,4 @@
|
|
1
|
-
outerbounds/__init__.py,sha256=
|
1
|
+
outerbounds/__init__.py,sha256=GPdaubvAYF8pOFWJ3b-sPMKCpyfpteWVMZWkmaYhxRw,32
|
2
2
|
outerbounds/_vendor/PyYAML.LICENSE,sha256=jTko-dxEkP1jVwfLiOsmvXZBAqcoKVQwfT5RZ6V36KQ,1101
|
3
3
|
outerbounds/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
outerbounds/_vendor/_yaml/__init__.py,sha256=nD985-g4Mrx97PhtSzI2L53o8sCHUJ4ZoBWcUd7o0PQ,1449
|
@@ -39,29 +39,11 @@ outerbounds/_vendor/yaml/resolver.py,sha256=dPhU1d7G1JCMktPFvNhyqwj2oNvx1yf_Jfa3
|
|
39
39
|
outerbounds/_vendor/yaml/scanner.py,sha256=ZcI8IngR56PaQ0m27WU2vxCqmDCuRjz-hr7pirbMPuw,52982
|
40
40
|
outerbounds/_vendor/yaml/serializer.py,sha256=8wFZRy9SsQSktF_f9OOroroqsh4qVUe53ry07P9UgCc,4368
|
41
41
|
outerbounds/_vendor/yaml/tokens.py,sha256=JBSu38wihGr4l73JwbfMA7Ks1-X84g8-NskTz7KwPmA,2578
|
42
|
-
outerbounds/apps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
43
|
-
outerbounds/apps/app_cli.py,sha256=r-cwgZ04qL6yAa1mYMKLR4y7zKc7lzLR7tA6oCT78rs,24534
|
44
|
-
outerbounds/apps/app_config.py,sha256=KBmW9grhiuG9XZG-R0GZkM-024cjj6ztGzOX_2wZW34,11291
|
45
|
-
outerbounds/apps/artifacts.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
46
|
-
outerbounds/apps/capsule.py,sha256=5lx2M8z8hYNf4_5sX1jk61alrqpEDM8aC0ZVUXu69wI,18883
|
47
|
-
outerbounds/apps/cli_to_config.py,sha256=hV6rfPgCiAX03O363GkvdjSIJBt3-oSbL6F2sTUucFE,3195
|
48
|
-
outerbounds/apps/code_package/__init__.py,sha256=8McF7pgx8ghvjRnazp2Qktlxi9yYwNiwESSQrk-2oW8,68
|
49
|
-
outerbounds/apps/code_package/code_packager.py,sha256=RWvM5BKjgLhu7icsO_n5SSYC57dwyST0dWpoWF88ovU,22881
|
50
|
-
outerbounds/apps/code_package/examples.py,sha256=aF8qKIJxCVv_ugcShQjqUsXKKKMsm1oMkQIl8w3QKuw,4016
|
51
|
-
outerbounds/apps/config_schema.yaml,sha256=27uanKvGQkhOj8jsGRKkenxuYpMLAFnlx486ryQMsUI,8629
|
52
|
-
outerbounds/apps/dependencies.py,sha256=SqvdFQdFZZW0wXX_CHMHCrfE0TwaRkTvGCRbQ2Mx3q0,3935
|
53
|
-
outerbounds/apps/deployer.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
54
|
-
outerbounds/apps/experimental/__init__.py,sha256=ExPFIJSF8FcE1pKVyiNQnX8aBi3Rz8YFQ2_s5NVeU7I,3056
|
55
|
-
outerbounds/apps/perimeters.py,sha256=DKWKMbkSx8WObf4yA74UolleT417B9c_6POioztMHxY,1766
|
56
|
-
outerbounds/apps/secrets.py,sha256=27qf04lOBqRjvcswj0ldHOmntP2T6SEjtMJtkJQ_GUg,6100
|
57
|
-
outerbounds/apps/utils.py,sha256=549dmQ-r61ihDf5nIAKQv7kDJuxBaO4Xd6BR2xMsI_w,8086
|
58
|
-
outerbounds/apps/validations.py,sha256=AVEw9eCvkzqq1m5ZC8btaWrSR6kWYKzarELfrASuAwQ,1117
|
59
42
|
outerbounds/cli_main.py,sha256=e9UMnPysmc7gbrimq2I4KfltggyU7pw59Cn9aEguVcU,74
|
60
43
|
outerbounds/command_groups/__init__.py,sha256=QPWtj5wDRTINDxVUL7XPqG3HoxHNvYOg08EnuSZB2Hc,21
|
61
|
-
outerbounds/command_groups/apps_cli.py,sha256=
|
62
|
-
outerbounds/command_groups/cli.py,sha256=
|
44
|
+
outerbounds/command_groups/apps_cli.py,sha256=v9OlQ1b4BGB-cBZiHB6W5gDocDoMmrQ7zdK11QiJ-B8,20847
|
45
|
+
outerbounds/command_groups/cli.py,sha256=de4_QY1UeoKX6y-IXIbmklAi6bz0DsdBSmAoCg6lq1o,482
|
63
46
|
outerbounds/command_groups/fast_bakery_cli.py,sha256=5kja7v6C651XAY6dsP_IkBPJQgfU4hA4S9yTOiVPhW0,6213
|
64
|
-
outerbounds/command_groups/flowprojects_cli.py,sha256=gFAA_zUIyhD092Hd7IW5InuIxOqdwRJsHgyWQjy8LZw,3792
|
65
47
|
outerbounds/command_groups/local_setup_cli.py,sha256=tuuqJRXQ_guEwOuQSIf9wkUU0yg8yAs31myGViAK15s,36364
|
66
48
|
outerbounds/command_groups/perimeters_cli.py,sha256=iF_Uw7ROiSctf6FgoJEy30iDBLVE1j9FKuR3shgJRmc,19050
|
67
49
|
outerbounds/command_groups/secrets_cli.py,sha256=Vgn_aiTo76a0s5hCJhNWEOrCVhyYeivD08ooQxz0y7c,2952
|
@@ -73,7 +55,7 @@ outerbounds/utils/metaflowconfig.py,sha256=l2vJbgPkLISU-XPGZFaC8ZKmYFyJemlD6bwB-
|
|
73
55
|
outerbounds/utils/schema.py,sha256=lMUr9kNgn9wy-sO_t_Tlxmbt63yLeN4b0xQXbDUDj4A,2331
|
74
56
|
outerbounds/utils/utils.py,sha256=4Z8cszNob_8kDYCLNTrP-wWads_S_MdL3Uj3ju4mEsk,501
|
75
57
|
outerbounds/vendor.py,sha256=gRLRJNXtZBeUpPEog0LOeIsl6GosaFFbCxUvR4bW6IQ,5093
|
76
|
-
outerbounds-0.3.
|
77
|
-
outerbounds-0.3.
|
78
|
-
outerbounds-0.3.
|
79
|
-
outerbounds-0.3.
|
58
|
+
outerbounds-0.3.180.dist-info/METADATA,sha256=d9xO6X0aVWYTcpEU8sAZH62KPrUXNKpeH5iJZ6RhEx4,1837
|
59
|
+
outerbounds-0.3.180.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
60
|
+
outerbounds-0.3.180.dist-info/entry_points.txt,sha256=7ye0281PKlvqxu15rjw60zKg2pMsXI49_A8BmGqIqBw,47
|
61
|
+
outerbounds-0.3.180.dist-info/RECORD,,
|
outerbounds/apps/__init__.py
DELETED
File without changes
|