hcs-core 0.1.299__tar.gz → 0.1.300__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.
- {hcs_core-0.1.299 → hcs_core-0.1.300}/.gitignore +1 -1
- {hcs_core-0.1.299 → hcs_core-0.1.300}/PKG-INFO +1 -1
- hcs_core-0.1.300/hcs_core/__init__.py +1 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/util.py +2 -2
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/util/query_util.py +1 -0
- hcs_core-0.1.299/hcs_core/__init__.py +0 -1
- {hcs_core-0.1.299 → hcs_core-0.1.300}/README.md +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/__init__.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/_init.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/built_in_cmds/__init__.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/built_in_cmds/_ut.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/built_in_cmds/context.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/built_in_cmds/profile.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/cli_options.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/cli_processor.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/cmd_util.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/config.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/context.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/data_util.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/dispatcher.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/duration.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/extension.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/fn_util.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/fstore.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/jsondot.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/logger.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/profile.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/profile_store.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/recent.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/state.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/task_schd.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/telemetry.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/template_util.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/timeutil.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/ctxp/var_template.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/__init__.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/actions.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/base_provider.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/context.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/core.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/dag.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/helper.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/kop.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/provider/__init__.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/provider/dev/__init__.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/provider/dev/_prepare.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/provider/dev/dummy.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/plan/provider/dev/fibonacci.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/__init__.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/auth.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/cli_options.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/client_util.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/csp.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/ez_client.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/hcs_client.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/init.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/login_support.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/payload_util.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/requtil.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/sglib/utils.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/util/__init__.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/util/check_license.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/util/duration.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/util/exit.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/util/hcs_constants.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/util/job_view.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/util/pki_util.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/util/scheduler.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/util/ssl_util.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/hcs_core/util/versions.py +0 -0
- {hcs_core-0.1.299 → hcs_core-0.1.300}/pyproject.toml +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.300"
|
|
@@ -125,7 +125,7 @@ def print_output(data: Any, args: dict, file=sys.stdout):
|
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
def print_error(error):
|
|
128
|
-
critical_errors = [KeyError, TypeError, AttributeError, ValueError, IndentationError]
|
|
128
|
+
critical_errors = [KeyError, TypeError, AttributeError, ValueError, IndentationError, ImportError]
|
|
129
129
|
for ex in critical_errors:
|
|
130
130
|
if isinstance(error, ex):
|
|
131
131
|
traceback.print_exception(type(error), error, error.__traceback__, file=sys.stderr)
|
|
@@ -361,7 +361,7 @@ def format_table(data: list, fields_mapping: dict, columns_to_sum: list = None):
|
|
|
361
361
|
table = [[item.get(field) for field in headers] for item in flattened_data]
|
|
362
362
|
|
|
363
363
|
if columns_to_sum:
|
|
364
|
-
columns_to_sum_indices = {col: headers.index(col) for col in columns_to_sum}
|
|
364
|
+
columns_to_sum_indices = {col: headers.index(col) for col in columns_to_sum if col in headers}
|
|
365
365
|
footer = [""] * len(headers)
|
|
366
366
|
footer[0] = "Total"
|
|
367
367
|
for col_name, col_index in columns_to_sum_indices.items():
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.299"
|
|
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
|