blue-sandbox 5.330.1__py3-none-any.whl → 5.334.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.
@@ -4,9 +4,16 @@ function abcli_assets_publish() {
4
4
  local options=$1
5
5
 
6
6
  local do_download=$(abcli_option_int "$options" download 0)
7
+ local do_pull=$(abcli_option_int "$options" pull 1)
7
8
  local do_push=$(abcli_option_int "$options" push 0)
8
9
  local extensions=$(abcli_option "$options" extensions png+geojson)
9
10
 
11
+ [[ "$do_pull" == 1 ]] &&
12
+ abcli_git \
13
+ assets \
14
+ pull \
15
+ ~all
16
+
10
17
  local object_name=$(abcli_clarify_object $2 .)
11
18
 
12
19
  [[ "$do_download" == 1 ]] &&
blue_sandbox/__init__.py CHANGED
@@ -4,7 +4,7 @@ ICON = "🌀"
4
4
 
5
5
  DESCRIPTION = f"{ICON} A sandbox for ideas and experiments."
6
6
 
7
- VERSION = "5.330.1"
7
+ VERSION = "5.334.1"
8
8
 
9
9
  REPO_NAME = "blue-sandbox"
10
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: blue_sandbox
3
- Version: 5.330.1
3
+ Version: 5.334.1
4
4
  Summary: 🌀 A sandbox for ideas and experiments.
5
5
  Home-page: https://github.com/kamangir/blue-sandbox
6
6
  Author: Arash Abadpour (Kamangir)
@@ -56,4 +56,4 @@ pip install blue-sandbox
56
56
 
57
57
  [![pylint](https://github.com/kamangir/blue-sandbox/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-sandbox/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-sandbox/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-sandbox/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-sandbox/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-sandbox/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-sandbox.svg)](https://pypi.org/project/blue-sandbox/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-sandbox)](https://pypistats.org/packages/blue-sandbox)
58
58
 
59
- built by 🌀 [`blue_options-4.232.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_sandbox-5.330.1`](https://github.com/kamangir/blue-sandbox).
59
+ built by 🌀 [`blue_options-4.234.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_sandbox-5.334.1`](https://github.com/kamangir/blue-sandbox).
@@ -1,5 +1,5 @@
1
1
  blue_sandbox/README.py,sha256=0-5yDVr9YjmE-PfwJUiwzm2vU_t6CPMg81lK-08Ti_8,298
2
- blue_sandbox/__init__.py,sha256=arow6QXjvbkWefpDILnTt3h9a2kMIETJsVHA-5_Htig,323
2
+ blue_sandbox/__init__.py,sha256=w2yCOBiKRqKHbgy3xasJVHpPvVNg2C0217XU3uDdgTc,323
3
3
  blue_sandbox/__main__.py,sha256=aPRHSpGpk-bDbzhHpfLNsd3y1gGEHpnhoTF-RBweNwc,361
4
4
  blue_sandbox/config.env,sha256=TMUch2y2XZcLEonfpb-VXFFCuFdyD_6TTgtOrBAqqs0,329
5
5
  blue_sandbox/env.py,sha256=jXFVGqvLPXeapU6ziawXYfvtsT4ervHnUq2MhPtLsuU,626
@@ -16,7 +16,7 @@ blue_sandbox/.abcli/assets.sh,sha256=wSpbb2MWqBUcLBqSyOgtXUSZ9iertL3je8W_rXIwDO4
16
16
  blue_sandbox/.abcli/blue_sandbox.sh,sha256=PGRJOgNGlC3XL5cw4ecZH40LDuc_6NVazTKhCWtZ-3g,233
17
17
  blue_sandbox/.abcli/browse.sh,sha256=f8qa4qDVts2Am6_ldDwNeJXzhBQTk9PUKl0-a9wW1ww,287
18
18
  blue_sandbox/.abcli/install.sh,sha256=zvl0GsHBmfw62ORmkMlhug264N_Zr8nc3rlPGFoq7Mk,125
19
- blue_sandbox/.abcli/assets/publish.sh,sha256=Ef33Fr2on7a-stjVh1FNp1596faKZRdZfKcZkDNYzgg,749
19
+ blue_sandbox/.abcli/assets/publish.sh,sha256=pyP1c9R4tD17OMsNUEm21IyKtTYMdvYi0hdEGMEq0no,912
20
20
  blue_sandbox/.abcli/tests/README.sh,sha256=rmJM-BPnTcmpPbJ5GXsF8vd_a84JKryeKkZyVScUing,145
21
21
  blue_sandbox/.abcli/tests/help.sh,sha256=Di6Bp4oL3le3qJ0EkL-jeBDU50GWwrcoHgEAZiT6is0,315
22
22
  blue_sandbox/.abcli/tests/version.sh,sha256=jF8zoJN1eKE3LfDeRVG9uHEosmEVJX6RtKfdioyeN-o,150
@@ -26,8 +26,8 @@ blue_sandbox/assets/functions.py,sha256=2qMOPAL_49WfdP-NZ-g7dYsfempMOIOL8gDvKQkT
26
26
  blue_sandbox/help/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
27
27
  blue_sandbox/help/__main__.py,sha256=3Cqp5oISrZCOUApmwoQoCj_0sQgtkiEkm_ob3LFKzRE,234
28
28
  blue_sandbox/help/functions.py,sha256=6pqjFj4iQYWuRyhmEKe-ErPCZW963n-Q1AdfNbfeQos,165
29
- blue_sandbox-5.330.1.dist-info/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
30
- blue_sandbox-5.330.1.dist-info/METADATA,sha256=rmxlGtqDkkm4K-PQmGwSA_Qa-x3uKJ9mWVJqzCVhhRM,2162
31
- blue_sandbox-5.330.1.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
32
- blue_sandbox-5.330.1.dist-info/top_level.txt,sha256=4D9Cb9QUCaqdYAmBiCwvtlaYBtUYVVxv0Sxcr_pzgS8,13
33
- blue_sandbox-5.330.1.dist-info/RECORD,,
29
+ blue_sandbox-5.334.1.dist-info/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
30
+ blue_sandbox-5.334.1.dist-info/METADATA,sha256=axrSrc2Qie1L1n_PESQdneWlqQPRiiqueBRQ9rL45ZI,2162
31
+ blue_sandbox-5.334.1.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
32
+ blue_sandbox-5.334.1.dist-info/top_level.txt,sha256=4D9Cb9QUCaqdYAmBiCwvtlaYBtUYVVxv0Sxcr_pzgS8,13
33
+ blue_sandbox-5.334.1.dist-info/RECORD,,