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

@@ -3,7 +3,6 @@ import os
3
3
  import yaml
4
4
 
5
5
  from blueness import module
6
- from bluer_options import fullname
7
6
 
8
7
  from bluer_objects import NAME as MY_NAME, ICON as MY_ICON
9
8
  from bluer_objects.metadata import get_from_object
@@ -73,8 +72,8 @@ def build(
73
72
  "",
74
73
  "built by {} [`{}`]({}), based on {}[`{}-{}`]({}).".format(
75
74
  MY_ICON,
76
- fullname(),
77
- "https://github.com/kamangir/awesome-bash-cli",
75
+ "bluer README",
76
+ "https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README",
78
77
  f"{ICON} " if ICON else "",
79
78
  NAME,
80
79
  VERSION,
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.60.1"
7
+ VERSION = "6.64.1"
8
8
 
9
9
  REPO_NAME = "bluer-objects"
10
10
 
@@ -1,14 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bluer_objects
3
- Version: 6.60.1
3
+ Version: 6.64.1
4
4
  Summary: 🌀 data objects for Bash.
5
5
  Home-page: https://github.com/kamangir/bluer-objects
6
6
  Author: Arash Abadpour (Kamangir)
7
- Author-email: arash@kamangir.net
8
- License: Public Domain
7
+ Author-email: arash.abadpour@gmail.com
8
+ License: CC0-1.0
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Programming Language :: Unix Shell
11
- Classifier: License :: Public Domain
12
11
  Classifier: Operating System :: OS Independent
13
12
  Description-Content-Type: text/markdown
14
13
  License-File: LICENSE
@@ -42,7 +41,7 @@ For example, the Sentinel-2 [datacube](https://github.com/kamangir/blue-geo/tree
42
41
  pip install bluer-objects
43
42
  ```
44
43
 
45
- Also home to [blue README](https://github.com/kamangir/bluer-objects/blob/main/bluer_objects/README/).
44
+ Also home to 🌀 [bluer README](https://github.com/kamangir/bluer-objects/blob/main/bluer_objects/README/).
46
45
 
47
46
  ---
48
47
 
@@ -53,6 +52,6 @@ Also home to [blue README](https://github.com/kamangir/bluer-objects/blob/main/b
53
52
 
54
53
  [![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
54
 
56
- built by 🌀 [`bluer_options-5.55.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_objects-6.60.1`](https://github.com/kamangir/bluer-objects).
55
+ built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.64.1`](https://github.com/kamangir/bluer-objects).
57
56
 
58
- built by 🌀 [`blueness-3.104.1`](https://github.com/kamangir/blueness).
57
+ built by 🌀 [`blueness-3.110.1`](https://github.com/kamangir/blueness).
@@ -1,4 +1,4 @@
1
- bluer_objects/__init__.py,sha256=iJ-iIF9yO_rhsFAf7XCq9zWR_mwP4uskC4X6weavRuY,310
1
+ bluer_objects/__init__.py,sha256=QDZ825jPx7savraCIwBfsJL9DwmP0KrT5Qx3GrVNM5Q,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
@@ -59,7 +59,7 @@ bluer_objects/.abcli/tests/mlflow_test.sh,sha256=7MXxYq2GgD2MEJbQlpx80qLT2HaaVn_
59
59
  bluer_objects/.abcli/tests/storage.sh,sha256=3nNZMTpWS-n3G7EJJxRfiky96_DBFgI5qLgtD5diMk4,1196
60
60
  bluer_objects/.abcli/tests/version.sh,sha256=k-lXozSjyFgFR58cTzUYla0Ef-upx3sSK641zI5ynfE,169
61
61
  bluer_objects/README/__init__.py,sha256=BmSX0KzYCTAc2_wwi8QWGSt7PYKNK46IYD0VPr_xJMk,692
62
- bluer_objects/README/functions.py,sha256=4u17uIFsau_soOhgoFrmkGijVlHqZ-CUcA0Gtj8Z55k,10809
62
+ bluer_objects/README/functions.py,sha256=NR1cdBqmmgQWkWQdRMPT9RmvlpzeXUEzbBOvT4c1mX0,10806
63
63
  bluer_objects/README/items.py,sha256=-XaNCr5b_NGRkZVfIQ6hBFgJw5GIVcMJdktT3hWoam4,755
64
64
  bluer_objects/file/__init__.py,sha256=c_79ipBkKl6OFDimOev0vnaVdpUk-Bl3oJUapOreMXc,681
65
65
  bluer_objects/file/__main__.py,sha256=v2IXWvZeh_B2sGYWzv1CiUY-7HWHXXghZM5M4IPjbu4,1277
@@ -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.60.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
140
- bluer_objects-6.60.1.dist-info/METADATA,sha256=9V8ugDBWAQJ0W1V3HcdycDLY2TSPdiJ8N2M62lFcCTA,2749
141
- bluer_objects-6.60.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
142
- bluer_objects-6.60.1.dist-info/top_level.txt,sha256=RX2TpddbnRkurda3G_pAdyeTztP2IhhRPx949GlEvQo,14
143
- bluer_objects-6.60.1.dist-info/RECORD,,
139
+ bluer_objects-6.64.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
140
+ bluer_objects-6.64.1.dist-info/METADATA,sha256=tLXyVQ0ld3SQGzk0mDx6e8ApmpZDRZl9L9jDJEznjsg,2738
141
+ bluer_objects-6.64.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
142
+ bluer_objects-6.64.1.dist-info/top_level.txt,sha256=RX2TpddbnRkurda3G_pAdyeTztP2IhhRPx949GlEvQo,14
143
+ bluer_objects-6.64.1.dist-info/RECORD,,