bluer-objects 6.46.1__py3-none-any.whl → 6.51.1__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.

Potentially problematic release.


This version of bluer-objects might be problematic. Click here for more details.

@@ -24,6 +24,6 @@ function bluer_objects_host() {
24
24
  return
25
25
  fi
26
26
 
27
- abcli_log_error "@host: $task: command not found."
27
+ bluer_ai_log_error "@host: $task: command not found."
28
28
  return 1
29
29
  }
@@ -9,7 +9,7 @@ function bluer_objects_metadata() {
9
9
  return
10
10
  fi
11
11
 
12
- abcli_log_error "@metadata: $task: command not found."
12
+ bluer_ai_log_error "@metadata: $task: command not found."
13
13
  return 1
14
14
  }
15
15
 
@@ -17,7 +17,7 @@ function bluer_objects_mlflow_browse() {
17
17
 
18
18
  local experiment_id=$(bluer_objects_mlflow get_id $object_name)
19
19
  if [ -z "$experiment_id" ]; then
20
- abcli_log_error "@mlflow: browse: $object_name: object not found."
20
+ bluer_ai_log_error "@mlflow: browse: $object_name: object not found."
21
21
  return 1
22
22
  fi
23
23
  abcli_log "experiment id: $experiment_id"
@@ -26,6 +26,6 @@ function bluer_objects_mlflow_cache() {
26
26
  return
27
27
  fi
28
28
 
29
- abcli_log_error "@mlflow: cache: $task: command not found."
29
+ bluer_ai_log_error "@mlflow: cache: $task: command not found."
30
30
  return 1
31
31
  }
@@ -9,7 +9,7 @@ function bluer_objects_mlflow_tags() {
9
9
  return
10
10
  fi
11
11
 
12
- abcli_log_error "@mlflow: tags: $task: command not found."
12
+ bluer_ai_log_error "@mlflow: tags: $task: command not found."
13
13
  return 1
14
14
  }
15
15
 
@@ -22,7 +22,7 @@ function bluer_objects_mlflow() {
22
22
  return
23
23
  fi
24
24
 
25
- abcli_log_error "@mlflow: $task: command not found."
25
+ bluer_ai_log_error "@mlflow: $task: command not found."
26
26
  return 1
27
27
  }
28
28
 
bluer_objects/__init__.py CHANGED
@@ -4,7 +4,7 @@ ICON = "🌀"
4
4
 
5
5
  DESCRIPTION = f"{ICON} data objects for Bash."
6
6
 
7
- VERSION = "6.46.1"
7
+ VERSION = "6.51.1"
8
8
 
9
9
  REPO_NAME = "bluer-objects"
10
10
 
@@ -17,7 +17,7 @@ def create_test_asset(
17
17
  ) -> bool:
18
18
  logger.info(f"{NAME}.create_test_asset: {object_name}")
19
19
 
20
- for suffix in range(10):
20
+ for suffix in range(depth):
21
21
  if not file.save_image(
22
22
  objects.path_of(
23
23
  object_name=object_name,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bluer_objects
3
- Version: 6.46.1
3
+ Version: 6.51.1
4
4
  Summary: 🌀 data objects for Bash.
5
5
  Home-page: https://github.com/kamangir/bluer-objects
6
6
  Author: Arash Abadpour (Kamangir)
@@ -53,6 +53,6 @@ Also home to [blue README](https://github.com/kamangir/bluer-objects/blob/main/b
53
53
 
54
54
  [![pylint](https://github.com/kamangir/bluer-objects/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/bluer-objects/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/bluer-objects/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/bluer-objects/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/bluer-objects/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/bluer-objects/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/bluer-objects.svg)](https://pypi.org/project/bluer-objects/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/bluer-objects)](https://pypistats.org/packages/bluer-objects)
55
55
 
56
- built by 🌀 [`bluer_options-5.43.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_objects-6.46.1`](https://github.com/kamangir/bluer-objects).
56
+ built by 🌀 [`bluer_options-5.48.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_objects-6.51.1`](https://github.com/kamangir/bluer-objects).
57
57
 
58
58
  built by 🌀 [`blueness-3.96.1`](https://github.com/kamangir/blueness).
@@ -1,4 +1,4 @@
1
- bluer_objects/__init__.py,sha256=PEcPjkj0Pk7B7nFXhjv71zQIp4k48GwoYDrlULx1fTM,310
1
+ bluer_objects/__init__.py,sha256=z7fj9Oj8RCGTKYnByYUFFd385DyRY6fVW6mo-hr836E,310
2
2
  bluer_objects/__main__.py,sha256=Yqfov833_hJuRne19WrGhT5DWAPtdffpoMxeSXS7EGw,359
3
3
  bluer_objects/config.env,sha256=TzX3WyJjwEs9V-NzK3FBUyePhb0i2ZoCja-lhDF_xJU,116
4
4
  bluer_objects/env.py,sha256=4g_JNKr1uBh8bg39zXLYOCizlWD9_0fpDUYliNgpmj4,1225
@@ -16,23 +16,23 @@ bluer_objects/.abcli/clone.sh,sha256=8ri9hNdvP8-tjJLJzPxuNcqD8Phv0htMD1-bGsbFUiU
16
16
  bluer_objects/.abcli/download.sh,sha256=eZVG2M6MjEhp4IEhuxYDSiKjEOr84zNUNTKI7xTOpMk,555
17
17
  bluer_objects/.abcli/file.sh,sha256=djcHSFS8fqlCsoDyZKmimNTzd-jOUnxbOFpL7xq_hGk,150
18
18
  bluer_objects/.abcli/gif.sh,sha256=UBfVV3fUCgg-hrR2afUQxXoMdhOs9x1pQI5lhth_dEg,779
19
- bluer_objects/.abcli/host.sh,sha256=T4oYR9vBJlQQr40XswEbVE4w0kMG6mNxIpz-VBHSdQg,564
19
+ bluer_objects/.abcli/host.sh,sha256=3Yh7QJ8xP64Topt8ocQuy5PeirccMEJBqKLmTR9wsZc,567
20
20
  bluer_objects/.abcli/ls.sh,sha256=UaXfNgsy6-BJeHkhf__YYfMOf700oWFN3DAG2VlxuwM,411
21
- bluer_objects/.abcli/metadata.sh,sha256=BA1Mnf7_Zy7kiUp0UrDaJogTaBOtG-IwuTaeY8avbzI,374
22
- bluer_objects/.abcli/mlflow.sh,sha256=nlQP0-LTzVG5OsvCgC0ybVkP3enh4K00OFF4sHakxYs,660
21
+ bluer_objects/.abcli/metadata.sh,sha256=EXBB39nn5PRRryIlfetIpR4fPQ-4eDg7Hnee9g1JXrI,377
22
+ bluer_objects/.abcli/mlflow.sh,sha256=Qa_Q7kHmGIxT-MJPDPkJlokB2lcvz-OmxRa_WKlhuNE,663
23
23
  bluer_objects/.abcli/object.sh,sha256=nzXPfgS2nicI-3dNVjC-xw9QKdWN1mtUcy7VmLGyWR8,816
24
24
  bluer_objects/.abcli/select.sh,sha256=oXT3KBaTDOd8xlurALDIxhzbOTVOFyGpLTseqPxtNqU,863
25
25
  bluer_objects/.abcli/storage.sh,sha256=iYHxdXJI9sGR-WKxDuYKOB06FccSQ0G0-uZn9UJQGnc,321
26
26
  bluer_objects/.abcli/upload.sh,sha256=hUqGDyUEFF9tj7KHqioBvvQU1vjN978eHz-DPecf1bY,523
27
27
  bluer_objects/.abcli/metadata/get.sh,sha256=p8EmWVulzfim7cpyclhrmXvNBGEqtht51ohZV47MpwU,811
28
28
  bluer_objects/.abcli/metadata/post.sh,sha256=qHTuFi8RdmIoAOTMstKNEe5R3dW4hT5NJrz7u0KB-AU,561
29
- bluer_objects/.abcli/mlflow/browse.sh,sha256=fpRfK01jdZtA6BKaLKRJVDzoM3lU7ASIoKwoedv7vv4,1173
30
- bluer_objects/.abcli/mlflow/cache.sh,sha256=JHEnDOtiJaKxFam_wbsNVKWruI3EoIEqGrVAjwT3Kyg,553
29
+ bluer_objects/.abcli/mlflow/browse.sh,sha256=mUyHTRUNBiZ8CB5VILTcdxPTc209Wuxhhr-IAzauN2g,1176
30
+ bluer_objects/.abcli/mlflow/cache.sh,sha256=tpdCqL3jMFpfRmYS6UTgLiycv43_z_N_J1ux2XsDgdA,556
31
31
  bluer_objects/.abcli/mlflow/list_registered_models.sh,sha256=cZGtAzfLx-kW3-zi0mLrfhzk4B8KyUL2sq2tD7lK5q8,191
32
32
  bluer_objects/.abcli/mlflow/log_artifacts.sh,sha256=rLqK2kO9bTF9nqZDgf4P2KrK2SdWmgeVAXfcpdMs_GY,240
33
33
  bluer_objects/.abcli/mlflow/log_run.sh,sha256=K2SDZZ88Pk1WGU1kz3DoaUXbGDrZLFaDsmSYLSUM_Q8,228
34
34
  bluer_objects/.abcli/mlflow/run.sh,sha256=XgW-3BCfi_uWtIlwUq029C5hG6wBDltswy5NpUaVCY8,257
35
- bluer_objects/.abcli/mlflow/tags.sh,sha256=7BZlSnoqSFZmW-8AA4W2dWkk3NPvCzEevQsqODIL62o,370
35
+ bluer_objects/.abcli/mlflow/tags.sh,sha256=IdynOEpoID-s2Lq2Ht8Hyo3IC48qQl_LXZ32LbxEYDA,373
36
36
  bluer_objects/.abcli/mlflow/test.sh,sha256=HDjCEGH7--S7pCCINIPxATe8rhQUgA0XlXyWXMcOD9o,250
37
37
  bluer_objects/.abcli/mlflow/transition.sh,sha256=eltGLMGl1NmSJNm0xy_urbu379ONG9YoQhUnXMTXgF0,606
38
38
  bluer_objects/.abcli/mlflow/tags/clone.sh,sha256=7RmBN55NJXWkXC_TFqNHmtR-9cxnxZnmnXFubFqwzC4,431
@@ -114,7 +114,7 @@ bluer_objects/storage/__main__.py,sha256=fmdj5AXHnp8sdizD1grUqjRPiutWgTjgv09fH5X
114
114
  bluer_objects/storage/base.py,sha256=2A5Dy4q134z4aA4gAp5_K3Kw08pVNbElE5eN0NM6Uks,1031
115
115
  bluer_objects/testing/__init__.py,sha256=DWY5ZtvCnHG_t9BDiqy_ArLOZi-nlyAtPVMLA1PPAMU,62
116
116
  bluer_objects/testing/__main__.py,sha256=EfuNfx1TXLriW6HHf86L7qp1FXoEV5F4sxej1r_i95k,656
117
- bluer_objects/testing/functions.py,sha256=3E8pUOnr-daKD0jUDDCmozNm442nFK9IKWaZUsfFSe8,1352
117
+ bluer_objects/testing/functions.py,sha256=AXAfzWLcEPkbSYTehdahshjKJ45C4IJkRs_TgrHOntc,1355
118
118
  bluer_objects/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
119
119
  bluer_objects/tests/test_README.py,sha256=5D4UV8VcjbeAPThsYVynYtVFuP8gwMAhIjEWuOQZsWs,89
120
120
  bluer_objects/tests/test_env.py,sha256=Gjjb9FoQ6MPvFwX8pdx74aND8Ye_Bb-8XpaaKOZtw-4,547
@@ -136,8 +136,8 @@ bluer_objects/tests/test_path.py,sha256=JjONWyhZyMM_u1SzD1RI_iZ5vYJDUe-B51fbbHcz
136
136
  bluer_objects/tests/test_storage.py,sha256=2tJ6Hev9ShId9Qn-0FXDw41HWjcl3wymcB_Bv1FJWi4,1127
137
137
  bluer_objects/tests/test_testing.py,sha256=d2NH435yqJBl9wmfMqGGd-f0Y0jsL2QhHUXkty9AwPA,235
138
138
  bluer_objects/tests/test_version.py,sha256=Lyf3PMcA22e17BNRk_2VgPrtao6dWEgVoXo68Uds8SE,75
139
- bluer_objects-6.46.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
140
- bluer_objects-6.46.1.dist-info/METADATA,sha256=dRTyheqoz8vBLH2_nGmYA0UhjPgX10MSDqvfK8glMc4,2748
141
- bluer_objects-6.46.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
142
- bluer_objects-6.46.1.dist-info/top_level.txt,sha256=RX2TpddbnRkurda3G_pAdyeTztP2IhhRPx949GlEvQo,14
143
- bluer_objects-6.46.1.dist-info/RECORD,,
139
+ bluer_objects-6.51.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
140
+ bluer_objects-6.51.1.dist-info/METADATA,sha256=TcJ2Evi6euQ6MdZC3MRiytCKYFXnl2I_TU_U0rA27ag,2748
141
+ bluer_objects-6.51.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
142
+ bluer_objects-6.51.1.dist-info/top_level.txt,sha256=RX2TpddbnRkurda3G_pAdyeTztP2IhhRPx949GlEvQo,14
143
+ bluer_objects-6.51.1.dist-info/RECORD,,