bluer-objects 6.96.1__py3-none-any.whl → 6.100.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.

bluer_objects/__init__.py CHANGED
@@ -4,7 +4,7 @@ ICON = "🌀"
4
4
 
5
5
  DESCRIPTION = f"{ICON} Object management in Bash."
6
6
 
7
- VERSION = "6.96.1"
7
+ VERSION = "6.100.1"
8
8
 
9
9
  REPO_NAME = "bluer-objects"
10
10
 
@@ -24,6 +24,7 @@ def justify_text(
24
24
  textwrap.wrap(line, width=line_width)
25
25
  for line in (text if isinstance(text, list) else [text])
26
26
  ],
27
+ [],
27
28
  )
28
29
 
29
30
  return "\n".join(output) if return_str else output
@@ -31,7 +31,10 @@ class WebDAVzipInterface(StorageInterface):
31
31
  filename: str = "",
32
32
  log: bool = True,
33
33
  ) -> bool:
34
- object_path = objects.object_path(object_name=object_name)
34
+ object_path = objects.object_path(
35
+ object_name=object_name,
36
+ create=True,
37
+ )
35
38
  zip_filename = f"{object_path}.zip"
36
39
 
37
40
  try:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bluer_objects
3
- Version: 6.96.1
3
+ Version: 6.100.1
4
4
  Summary: 🌀 Object management in Bash.
5
5
  Home-page: https://github.com/kamangir/bluer-objects
6
6
  Author: Arash Abadpour (Kamangir)
@@ -63,6 +63,6 @@ pip install bluer-objects
63
63
 
64
64
  [![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)
65
65
 
66
- built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.96.1`](https://github.com/kamangir/bluer-objects).
66
+ built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.100.1`](https://github.com/kamangir/bluer-objects).
67
67
 
68
68
  built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
@@ -1,4 +1,4 @@
1
- bluer_objects/__init__.py,sha256=NeskbUITRM9-PkjXRbFvsK9tbKxN2Qaq4a9nPZWaLmQ,314
1
+ bluer_objects/__init__.py,sha256=-8VfEi6LEkIcmFSCOrTjri0_BATuBHoahnb9TJ0AVHY,315
2
2
  bluer_objects/__main__.py,sha256=Yqfov833_hJuRne19WrGhT5DWAPtdffpoMxeSXS7EGw,359
3
3
  bluer_objects/config.env,sha256=cMVT0kVQ00xGUoQyUqC8jpqkhR13Kpkl1-0sKQlxQAI,85
4
4
  bluer_objects/env.py,sha256=J5LklWyWT-Yvvoe8MVCZQ3iqRqyDutq6IbNYNj9A1VM,1183
@@ -73,7 +73,7 @@ bluer_objects/graphics/__main__.py,sha256=A221gpkUDYd_S2eYz8i6KwaPumg8myaR7L5j46
73
73
  bluer_objects/graphics/frame.py,sha256=WcSn-0oqDw48Akmn_bwcjDC9U_kKqRYRoGWYPoKyFvY,321
74
74
  bluer_objects/graphics/gif.py,sha256=V939DovUl2lNf-Yjwn-xa1VYYy8ALfQJHCJSvuEIQh0,2003
75
75
  bluer_objects/graphics/screen.py,sha256=wN7fVwpNDFzzhJ3QlbqFrWoYwTuYVGDqADxYxqjQiPE,1789
76
- bluer_objects/graphics/signature.py,sha256=9Mtx3OrPTmxV_VytkVcZKOfjOnkqbTLakVNL70xfLe0,2283
76
+ bluer_objects/graphics/signature.py,sha256=JLml1OR3b4uotZyaAjyrOJworUXuPhp8nDHxHXET_Xo,2295
77
77
  bluer_objects/graphics/text.py,sha256=nnJrLUD4LIurBntSeUFwBOsbhzALXrzHzfDnBVEcFKA,4382
78
78
  bluer_objects/help/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
79
79
  bluer_objects/help/__main__.py,sha256=Dxg-JpMOIlYWZklI_J2LyiHnRui5lUwWmfM7FLRzUXA,237
@@ -108,7 +108,7 @@ bluer_objects/mlflow/runs.py,sha256=v1IKRvxbuKkengESnG-xdUXxxNSkALMeBmfMQwrUKSs,
108
108
  bluer_objects/mlflow/tags.py,sha256=8uBYRrE4weTLrwPqo-c4M21FEVRANf7SGCcxpoCPhuM,2475
109
109
  bluer_objects/mlflow/testing.py,sha256=cJH5Ki02fJN_Xos1j9yvwQChXvMkOa9i12vtDKmkbNc,842
110
110
  bluer_objects/storage/WebDAV.py,sha256=bTq06MjTO9RffP3Uc4oEKwFaGx18DFb29VxD3jrPTz4,3078
111
- bluer_objects/storage/WebDAVzip.py,sha256=kTx5tCsYD6bpGXM5modbiI5o3-Rj2XFHah9DzTUtyJA,3505
111
+ bluer_objects/storage/WebDAVzip.py,sha256=GlVt9umKQOFzI9PUepdYXCVLw1Gidu6IW_dBR2Hd3Go,3553
112
112
  bluer_objects/storage/__init__.py,sha256=PDHaF4J4d6bxlpf_7_25sHE1hEbtwjNqMAZk75QpiSk,1205
113
113
  bluer_objects/storage/__main__.py,sha256=fmdj5AXHnp8sdizD1grUqjRPiutWgTjgv09fH5Xvm68,1578
114
114
  bluer_objects/storage/base.py,sha256=2A5Dy4q134z4aA4gAp5_K3Kw08pVNbElE5eN0NM6Uks,1031
@@ -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.96.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
140
- bluer_objects-6.96.1.dist-info/METADATA,sha256=roHfAZmXZkY5UimEvQDVqo6o8YhqiMffsDUuhB_HG6M,3552
141
- bluer_objects-6.96.1.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
142
- bluer_objects-6.96.1.dist-info/top_level.txt,sha256=RX2TpddbnRkurda3G_pAdyeTztP2IhhRPx949GlEvQo,14
143
- bluer_objects-6.96.1.dist-info/RECORD,,
139
+ bluer_objects-6.100.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
140
+ bluer_objects-6.100.1.dist-info/METADATA,sha256=1kFw-knAHfsoGbxE2PEk5Hg1f_o2hkzUSPScspJK6oA,3554
141
+ bluer_objects-6.100.1.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
142
+ bluer_objects-6.100.1.dist-info/top_level.txt,sha256=RX2TpddbnRkurda3G_pAdyeTztP2IhhRPx949GlEvQo,14
143
+ bluer_objects-6.100.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.0)
2
+ Generator: setuptools (79.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5