blue-sandbox 5.87.1__py3-none-any.whl → 5.102.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- blue_sandbox/.abcli/microsoft_building_damage_assessment/install.sh +2 -1
- blue_sandbox/README.py +11 -16
- blue_sandbox/__init__.py +1 -1
- blue_sandbox/list.py +16 -0
- {blue_sandbox-5.87.1.dist-info → blue_sandbox-5.102.1.dist-info}/METADATA +5 -5
- {blue_sandbox-5.87.1.dist-info → blue_sandbox-5.102.1.dist-info}/RECORD +9 -8
- {blue_sandbox-5.87.1.dist-info → blue_sandbox-5.102.1.dist-info}/LICENSE +0 -0
- {blue_sandbox-5.87.1.dist-info → blue_sandbox-5.102.1.dist-info}/WHEEL +0 -0
- {blue_sandbox-5.87.1.dist-info → blue_sandbox-5.102.1.dist-info}/top_level.txt +0 -0
@@ -12,7 +12,8 @@ function blue_sandbox_microsoft_building_damage_assessment_install() {
|
|
12
12
|
[[ $? -ne 0 ]] && return 1
|
13
13
|
fi
|
14
14
|
|
15
|
-
[[ "$abcli_is_github_workflow" == true ]]
|
15
|
+
[[ "$abcli_is_github_workflow" == true ]] ||
|
16
|
+
[[ "$abcli_is_sagemaker_system" == true ]] &&
|
16
17
|
return 0
|
17
18
|
|
18
19
|
if [[ "$recreate_env" == 1 ]]; then
|
blue_sandbox/README.py
CHANGED
@@ -6,25 +6,20 @@ from blue_sandbox import NAME, VERSION, ICON, REPO_NAME
|
|
6
6
|
from blue_sandbox.microsoft_building_damage_assessment import (
|
7
7
|
README as microsoft_building_damage_assessment_README,
|
8
8
|
)
|
9
|
-
|
9
|
+
from blue_sandbox.list import list_of_experiments
|
10
10
|
|
11
11
|
items = [
|
12
|
-
"{}[`{}`]({}) [![image]({})]({}) {}".format(
|
13
|
-
"
|
14
|
-
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"
|
19
|
-
|
20
|
-
] + [
|
21
|
-
"{}[`{}`](#) [![image]({})](#) {}".format(
|
22
|
-
ICON,
|
23
|
-
f"experiment {index}",
|
24
|
-
"https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true",
|
25
|
-
f"description of experiment {index} ...",
|
12
|
+
"{}[`{}`]({}) {} [![image]({})]({}) {}".format(
|
13
|
+
experiment["ICON"],
|
14
|
+
experiment_name,
|
15
|
+
experiment["url"],
|
16
|
+
experiment["status"],
|
17
|
+
experiment["marquee"],
|
18
|
+
experiment["url"],
|
19
|
+
experiment["title"],
|
26
20
|
)
|
27
|
-
for
|
21
|
+
for experiment_name, experiment in list_of_experiments.items()
|
22
|
+
if experiment_name != "template"
|
28
23
|
]
|
29
24
|
|
30
25
|
|
blue_sandbox/__init__.py
CHANGED
blue_sandbox/list.py
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
list_of_experiments = {
|
2
|
+
"`@damages`": {
|
3
|
+
"ICON": "🌐",
|
4
|
+
"title": "Satellite imagery damage assessment workflow",
|
5
|
+
"url": "https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md",
|
6
|
+
"marquee": "https://github.com/kamangir/assets/raw/main/blue-sandbox/Maui-Hawaii-fires-Aug-23-ingest-2025-01-10-qqJqhm.png?raw=true",
|
7
|
+
"status": "🎰",
|
8
|
+
},
|
9
|
+
"template": {
|
10
|
+
"ICON": "",
|
11
|
+
"title": "",
|
12
|
+
"url": "",
|
13
|
+
"marquee": "",
|
14
|
+
"status": "🎰",
|
15
|
+
},
|
16
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: blue_sandbox
|
3
|
-
Version: 5.
|
3
|
+
Version: 5.102.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)
|
@@ -52,13 +52,13 @@ Dynamic: summary
|
|
52
52
|
pip install blue-sandbox
|
53
53
|
```
|
54
54
|
|
55
|
-
| |
|
56
|
-
| --- |
|
57
|
-
| 🌐[``@damages``](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md) [![image](https://github.com/
|
55
|
+
| |
|
56
|
+
| --- |
|
57
|
+
| 🌐[``@damages``](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md) 🎰 [![image](https://github.com/kamangir/assets/raw/main/blue-sandbox/Maui-Hawaii-fires-Aug-23-ingest-2025-01-10-qqJqhm.png?raw=true)](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md) Satellite imagery damage assessment workflow |
|
58
58
|
|
59
59
|
---
|
60
60
|
|
61
61
|
|
62
62
|
[![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)
|
63
63
|
|
64
|
-
built by 🌀 [`blue_options-4.
|
64
|
+
built by 🌀 [`blue_options-4.185.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_sandbox-5.102.1`](https://github.com/kamangir/blue-sandbox).
|
@@ -1,10 +1,11 @@
|
|
1
|
-
blue_sandbox/README.py,sha256=
|
2
|
-
blue_sandbox/__init__.py,sha256=
|
1
|
+
blue_sandbox/README.py,sha256=rjsEBfuQ1APwtFo4Bf57HQpNRgdmTBVkdwiECBeIRUA,1212
|
2
|
+
blue_sandbox/__init__.py,sha256=FAFH1aN8yduNdaF1Sc__TeihrbSqjtv_iRvKIBkG_Ik,323
|
3
3
|
blue_sandbox/__main__.py,sha256=aPRHSpGpk-bDbzhHpfLNsd3y1gGEHpnhoTF-RBweNwc,361
|
4
4
|
blue_sandbox/config.env,sha256=SHQeFdzivHKDimmTyHzVziCfAONN48DSDmc3WVG6gEw,82
|
5
5
|
blue_sandbox/env.py,sha256=dpRUbxT2vq-9s-G5MP3IlZBdC1hFvDb7mJxzU5lUd-Q,267
|
6
6
|
blue_sandbox/functions.py,sha256=U41kQFNPpfYV6KJpMnkqgqLkozqXiG4tgV6rj8IW1BU,7
|
7
7
|
blue_sandbox/host.py,sha256=uJpiM105rnm6ySF16zA7waWekGBdec-dlpoRRU_QqwU,210
|
8
|
+
blue_sandbox/list.py,sha256=L2s7driW4PylDezvxOLtUbGH3y1KPnIdfO6PGMERCX4,573
|
8
9
|
blue_sandbox/logger.py,sha256=ZoFrTIfJJGNtZUm2d7lkQjdB2SPl_KBKDmHJOcIivPM,107
|
9
10
|
blue_sandbox/sample.env,sha256=ovfKDKAIeuqWBmMDKeAint_SKTnZuyDU1TCBZ-Y3Iqg,28
|
10
11
|
blue_sandbox/urls.py,sha256=tIZ36ONJEoUBM-tFhOpkVhLwb1OgLegUeEaBDqW4USM,24
|
@@ -17,7 +18,7 @@ blue_sandbox/.abcli/browse.sh,sha256=f8qa4qDVts2Am6_ldDwNeJXzhBQTk9PUKl0-a9wW1ww
|
|
17
18
|
blue_sandbox/.abcli/install.sh,sha256=zvl0GsHBmfw62ORmkMlhug264N_Zr8nc3rlPGFoq7Mk,125
|
18
19
|
blue_sandbox/.abcli/microsoft_building_damage_assessment.sh,sha256=wIP7BvltFj3Gx5VmSgT6hY67K1BnubELef93HHwKOU0,470
|
19
20
|
blue_sandbox/.abcli/microsoft_building_damage_assessment/ingest.sh,sha256=w_EUK_i4iSBpSy22TeexfF9jEAqzNwZuvjhpRraGKhA,2662
|
20
|
-
blue_sandbox/.abcli/microsoft_building_damage_assessment/install.sh,sha256=
|
21
|
+
blue_sandbox/.abcli/microsoft_building_damage_assessment/install.sh,sha256=M7MhMfGK0lKGG5CxegrhRgT7eL0Gzix6dY-8w6P0V8g,1509
|
21
22
|
blue_sandbox/.abcli/microsoft_building_damage_assessment/label.sh,sha256=RROjENj93FhCBOkbe8K05e1fR5QNny0syobkX14rwho,795
|
22
23
|
blue_sandbox/.abcli/microsoft_building_damage_assessment/tensorboard.sh,sha256=BHdnOvorV9gjO1ET64tbLOqSGviNFR96S67XHmJz2hs,746
|
23
24
|
blue_sandbox/.abcli/microsoft_building_damage_assessment/train.sh,sha256=XyTTFB2AD7p8XT0x1vvQLwndyscGN23QEDA80wS3cjk,1970
|
@@ -39,8 +40,8 @@ blue_sandbox/microsoft_building_damage_assessment/ingest.py,sha256=tBchn4dWPIqAr
|
|
39
40
|
blue_sandbox/microsoft_building_damage_assessment/label.py,sha256=mpRNOsF8ChxSLwOyvwGmXiD7aO2xfivJPZTC5qwnLaw,823
|
40
41
|
blue_sandbox/microsoft_building_damage_assessment/sas_token.py,sha256=t6oTXc6C52CH3tFbQo2H9YUB_7upAsfUwws43Iu9pHI,214
|
41
42
|
blue_sandbox/microsoft_building_damage_assessment/train.py,sha256=8DUt0S4LuKkRIi9XpASOg5skPaM3D2VaSBg5FEn8qog,2778
|
42
|
-
blue_sandbox-5.
|
43
|
-
blue_sandbox-5.
|
44
|
-
blue_sandbox-5.
|
45
|
-
blue_sandbox-5.
|
46
|
-
blue_sandbox-5.
|
43
|
+
blue_sandbox-5.102.1.dist-info/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
|
44
|
+
blue_sandbox-5.102.1.dist-info/METADATA,sha256=RwTy_ZDVno9ZjKERM4YCcwaU21m6RnA5aC7HsxboaDQ,2665
|
45
|
+
blue_sandbox-5.102.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
46
|
+
blue_sandbox-5.102.1.dist-info/top_level.txt,sha256=4D9Cb9QUCaqdYAmBiCwvtlaYBtUYVVxv0Sxcr_pzgS8,13
|
47
|
+
blue_sandbox-5.102.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|