blue-sandbox 5.6.1__tar.gz → 5.27.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- blue_sandbox-5.27.1/PKG-INFO +57 -0
- blue_sandbox-5.27.1/README.md +18 -0
- blue_sandbox-5.27.1/blue_sandbox/.abcli/alias.sh +5 -0
- blue_sandbox-5.27.1/blue_sandbox/.abcli/install.sh +7 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/.abcli/tests/help.sh +4 -0
- blue_sandbox-5.27.1/blue_sandbox/README.py +42 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/__init__.py +1 -1
- blue_sandbox-5.27.1/blue_sandbox/help/functions.py +16 -0
- blue_sandbox-5.27.1/blue_sandbox/help/microsoft_building_damage_assessment.py +31 -0
- blue_sandbox-5.27.1/blue_sandbox.egg-info/PKG-INFO +57 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox.egg-info/SOURCES.txt +2 -1
- blue_sandbox-5.6.1/PKG-INFO +0 -50
- blue_sandbox-5.6.1/README.md +0 -11
- blue_sandbox-5.6.1/blue_sandbox/.abcli/alias.sh +0 -3
- blue_sandbox-5.6.1/blue_sandbox/.abcli/install.sh +0 -7
- blue_sandbox-5.6.1/blue_sandbox/README.py +0 -27
- blue_sandbox-5.6.1/blue_sandbox/help/functions.py +0 -6
- blue_sandbox-5.6.1/blue_sandbox.egg-info/PKG-INFO +0 -50
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/LICENSE +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/MANIFEST.in +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/.abcli/abcli.sh +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/.abcli/actions.sh +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/.abcli/aka.sh +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/.abcli/blue_sandbox.sh +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/.abcli/browse.sh +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/.abcli/tests/README.sh +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/.abcli/tests/version.sh +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/__main__.py +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/config.env +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/env.py +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/functions.py +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/help/__init__.py +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/help/__main__.py +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/host.py +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/logger.py +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/sample.env +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox/urls.py +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox.egg-info/dependency_links.txt +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox.egg-info/requires.txt +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/blue_sandbox.egg-info/top_level.txt +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/pyproject.toml +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/requirements.txt +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/setup.cfg +0 -0
- {blue_sandbox-5.6.1 → blue_sandbox-5.27.1}/setup.py +0 -0
@@ -0,0 +1,57 @@
|
|
1
|
+
Metadata-Version: 2.2
|
2
|
+
Name: blue_sandbox
|
3
|
+
Version: 5.27.1
|
4
|
+
Summary: 🌀 A sandbox for ideas and experiments.
|
5
|
+
Home-page: https://github.com/kamangir/blue-sandbox
|
6
|
+
Author: Arash Abadpour (Kamangir)
|
7
|
+
Author-email: arash@kamangir.net
|
8
|
+
License: Public Domain
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
10
|
+
Classifier: Programming Language :: Unix Shell
|
11
|
+
Classifier: License :: Public Domain
|
12
|
+
Classifier: Operating System :: OS Independent
|
13
|
+
Description-Content-Type: text/markdown
|
14
|
+
License-File: LICENSE
|
15
|
+
Requires-Dist: blueness
|
16
|
+
Requires-Dist: blue-options
|
17
|
+
Requires-Dist: abcli
|
18
|
+
Requires-Dist: boto3
|
19
|
+
Requires-Dist: geojson
|
20
|
+
Requires-Dist: geopandas
|
21
|
+
Requires-Dist: matplotlib
|
22
|
+
Requires-Dist: numpy
|
23
|
+
Requires-Dist: opencv-python
|
24
|
+
Requires-Dist: pymysql
|
25
|
+
Requires-Dist: pyyaml
|
26
|
+
Requires-Dist: pylint
|
27
|
+
Requires-Dist: pytest
|
28
|
+
Requires-Dist: python-dotenv[cli]
|
29
|
+
Requires-Dist: tqdm
|
30
|
+
Dynamic: author
|
31
|
+
Dynamic: author-email
|
32
|
+
Dynamic: classifier
|
33
|
+
Dynamic: description
|
34
|
+
Dynamic: description-content-type
|
35
|
+
Dynamic: home-page
|
36
|
+
Dynamic: license
|
37
|
+
Dynamic: requires-dist
|
38
|
+
Dynamic: summary
|
39
|
+
|
40
|
+
# 🌀 blue-sandbox
|
41
|
+
|
42
|
+
🌀 A sandbox for ideas and experiments.
|
43
|
+
|
44
|
+
```bash
|
45
|
+
pip install blue-sandbox
|
46
|
+
```
|
47
|
+
|
48
|
+
| | | |
|
49
|
+
| --- | --- | --- |
|
50
|
+
| 🌐[``@damage``](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md) [![image](https://github.com/microsoft/building-damage-assessment/raw/main/figures/damage.png)](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md) Satellite imagery damage assessment workflow | 🌀[`experiment 2`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 2 ... | 🌀[`experiment 3`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 3 ... |
|
51
|
+
|
52
|
+
---
|
53
|
+
|
54
|
+
|
55
|
+
[![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)
|
56
|
+
|
57
|
+
built by 🌀 [`blue_options-4.177.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_sandbox-5.27.1`](https://github.com/kamangir/blue-sandbox).
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# 🌀 blue-sandbox
|
2
|
+
|
3
|
+
🌀 A sandbox for ideas and experiments.
|
4
|
+
|
5
|
+
```bash
|
6
|
+
pip install blue-sandbox
|
7
|
+
```
|
8
|
+
|
9
|
+
| | | |
|
10
|
+
| --- | --- | --- |
|
11
|
+
| 🌐[``@damage``](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md) [![image](https://github.com/microsoft/building-damage-assessment/raw/main/figures/damage.png)](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md) Satellite imagery damage assessment workflow | 🌀[`experiment 2`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 2 ... | 🌀[`experiment 3`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 3 ... |
|
12
|
+
|
13
|
+
---
|
14
|
+
|
15
|
+
|
16
|
+
[![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)
|
17
|
+
|
18
|
+
built by 🌀 [`blue_options-4.177.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_sandbox-5.27.1`](https://github.com/kamangir/blue-sandbox).
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import os
|
2
|
+
|
3
|
+
from blue_objects import file, README
|
4
|
+
|
5
|
+
from blue_sandbox import NAME, VERSION, ICON, REPO_NAME
|
6
|
+
|
7
|
+
|
8
|
+
items = [
|
9
|
+
"{}[`{}`]({}) [![image]({})]({}) {}".format(
|
10
|
+
"🌐",
|
11
|
+
"`@damage`",
|
12
|
+
"https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md",
|
13
|
+
"https://github.com/microsoft/building-damage-assessment/raw/main/figures/damage.png",
|
14
|
+
"https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md",
|
15
|
+
"Satellite imagery damage assessment workflow",
|
16
|
+
)
|
17
|
+
] + [
|
18
|
+
"{}[`{}`](#) [![image]({})](#) {}".format(
|
19
|
+
ICON,
|
20
|
+
f"experiment {index}",
|
21
|
+
"https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true",
|
22
|
+
f"description of experiment {index} ...",
|
23
|
+
)
|
24
|
+
for index in range(2, 4)
|
25
|
+
]
|
26
|
+
|
27
|
+
|
28
|
+
def build():
|
29
|
+
return README.build(
|
30
|
+
items=items,
|
31
|
+
path=os.path.join(file.path(__file__), ".."),
|
32
|
+
ICON=ICON,
|
33
|
+
NAME=NAME,
|
34
|
+
VERSION=VERSION,
|
35
|
+
REPO_NAME=REPO_NAME,
|
36
|
+
) and README.build(
|
37
|
+
path=os.path.join(file.path(__file__), "microsoft_building_damage_assessment"),
|
38
|
+
ICON=ICON,
|
39
|
+
NAME=NAME,
|
40
|
+
VERSION=VERSION,
|
41
|
+
REPO_NAME=REPO_NAME,
|
42
|
+
)
|
@@ -0,0 +1,16 @@
|
|
1
|
+
from abcli.help.generic import help_functions as generic_help_functions
|
2
|
+
|
3
|
+
from blue_sandbox import ALIAS
|
4
|
+
|
5
|
+
from blue_sandbox.help.microsoft_building_damage_assessment import (
|
6
|
+
help_functions as help_microsoft_building_damage_assessment,
|
7
|
+
)
|
8
|
+
|
9
|
+
|
10
|
+
help_functions = generic_help_functions(plugin_name=ALIAS)
|
11
|
+
|
12
|
+
help_functions.update(
|
13
|
+
{
|
14
|
+
"microsoft_building_damage_assessment": help_microsoft_building_damage_assessment,
|
15
|
+
}
|
16
|
+
)
|
@@ -0,0 +1,31 @@
|
|
1
|
+
from typing import List
|
2
|
+
|
3
|
+
from blue_options.terminal import show_usage, xtra
|
4
|
+
|
5
|
+
|
6
|
+
def help_ingest(
|
7
|
+
tokens: List[str],
|
8
|
+
mono: bool,
|
9
|
+
) -> str:
|
10
|
+
options = xtra("~download,~upload", mono=mono)
|
11
|
+
|
12
|
+
args = [
|
13
|
+
"[--verbose 1]",
|
14
|
+
]
|
15
|
+
|
16
|
+
return show_usage(
|
17
|
+
[
|
18
|
+
"@damage",
|
19
|
+
"ingest",
|
20
|
+
f"[{options}]",
|
21
|
+
"[-|<object-name>]",
|
22
|
+
]
|
23
|
+
+ args,
|
24
|
+
"ingest @damage data.",
|
25
|
+
mono=mono,
|
26
|
+
)
|
27
|
+
|
28
|
+
|
29
|
+
help_functions = {
|
30
|
+
"ingest": help_ingest,
|
31
|
+
}
|
@@ -0,0 +1,57 @@
|
|
1
|
+
Metadata-Version: 2.2
|
2
|
+
Name: blue_sandbox
|
3
|
+
Version: 5.27.1
|
4
|
+
Summary: 🌀 A sandbox for ideas and experiments.
|
5
|
+
Home-page: https://github.com/kamangir/blue-sandbox
|
6
|
+
Author: Arash Abadpour (Kamangir)
|
7
|
+
Author-email: arash@kamangir.net
|
8
|
+
License: Public Domain
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
10
|
+
Classifier: Programming Language :: Unix Shell
|
11
|
+
Classifier: License :: Public Domain
|
12
|
+
Classifier: Operating System :: OS Independent
|
13
|
+
Description-Content-Type: text/markdown
|
14
|
+
License-File: LICENSE
|
15
|
+
Requires-Dist: blueness
|
16
|
+
Requires-Dist: blue-options
|
17
|
+
Requires-Dist: abcli
|
18
|
+
Requires-Dist: boto3
|
19
|
+
Requires-Dist: geojson
|
20
|
+
Requires-Dist: geopandas
|
21
|
+
Requires-Dist: matplotlib
|
22
|
+
Requires-Dist: numpy
|
23
|
+
Requires-Dist: opencv-python
|
24
|
+
Requires-Dist: pymysql
|
25
|
+
Requires-Dist: pyyaml
|
26
|
+
Requires-Dist: pylint
|
27
|
+
Requires-Dist: pytest
|
28
|
+
Requires-Dist: python-dotenv[cli]
|
29
|
+
Requires-Dist: tqdm
|
30
|
+
Dynamic: author
|
31
|
+
Dynamic: author-email
|
32
|
+
Dynamic: classifier
|
33
|
+
Dynamic: description
|
34
|
+
Dynamic: description-content-type
|
35
|
+
Dynamic: home-page
|
36
|
+
Dynamic: license
|
37
|
+
Dynamic: requires-dist
|
38
|
+
Dynamic: summary
|
39
|
+
|
40
|
+
# 🌀 blue-sandbox
|
41
|
+
|
42
|
+
🌀 A sandbox for ideas and experiments.
|
43
|
+
|
44
|
+
```bash
|
45
|
+
pip install blue-sandbox
|
46
|
+
```
|
47
|
+
|
48
|
+
| | | |
|
49
|
+
| --- | --- | --- |
|
50
|
+
| 🌐[``@damage``](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md) [![image](https://github.com/microsoft/building-damage-assessment/raw/main/figures/damage.png)](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md) Satellite imagery damage assessment workflow | 🌀[`experiment 2`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 2 ... | 🌀[`experiment 3`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 3 ... |
|
51
|
+
|
52
|
+
---
|
53
|
+
|
54
|
+
|
55
|
+
[![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)
|
56
|
+
|
57
|
+
built by 🌀 [`blue_options-4.177.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_sandbox-5.27.1`](https://github.com/kamangir/blue-sandbox).
|
@@ -31,4 +31,5 @@ blue_sandbox/.abcli/tests/help.sh
|
|
31
31
|
blue_sandbox/.abcli/tests/version.sh
|
32
32
|
blue_sandbox/help/__init__.py
|
33
33
|
blue_sandbox/help/__main__.py
|
34
|
-
blue_sandbox/help/functions.py
|
34
|
+
blue_sandbox/help/functions.py
|
35
|
+
blue_sandbox/help/microsoft_building_damage_assessment.py
|
blue_sandbox-5.6.1/PKG-INFO
DELETED
@@ -1,50 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.2
|
2
|
-
Name: blue_sandbox
|
3
|
-
Version: 5.6.1
|
4
|
-
Summary: 🌀 A sandbox for ideas and experiments.
|
5
|
-
Home-page: https://github.com/kamangir/blue-sandbox
|
6
|
-
Author: Arash Abadpour (Kamangir)
|
7
|
-
Author-email: arash@kamangir.net
|
8
|
-
License: Public Domain
|
9
|
-
Classifier: Programming Language :: Python :: 3
|
10
|
-
Classifier: Programming Language :: Unix Shell
|
11
|
-
Classifier: License :: Public Domain
|
12
|
-
Classifier: Operating System :: OS Independent
|
13
|
-
Description-Content-Type: text/markdown
|
14
|
-
License-File: LICENSE
|
15
|
-
Requires-Dist: blueness
|
16
|
-
Requires-Dist: blue-options
|
17
|
-
Requires-Dist: abcli
|
18
|
-
Requires-Dist: boto3
|
19
|
-
Requires-Dist: geojson
|
20
|
-
Requires-Dist: geopandas
|
21
|
-
Requires-Dist: matplotlib
|
22
|
-
Requires-Dist: numpy
|
23
|
-
Requires-Dist: opencv-python
|
24
|
-
Requires-Dist: pymysql
|
25
|
-
Requires-Dist: pyyaml
|
26
|
-
Requires-Dist: pylint
|
27
|
-
Requires-Dist: pytest
|
28
|
-
Requires-Dist: python-dotenv[cli]
|
29
|
-
Requires-Dist: tqdm
|
30
|
-
Dynamic: author
|
31
|
-
Dynamic: author-email
|
32
|
-
Dynamic: classifier
|
33
|
-
Dynamic: description
|
34
|
-
Dynamic: description-content-type
|
35
|
-
Dynamic: home-page
|
36
|
-
Dynamic: license
|
37
|
-
Dynamic: requires-dist
|
38
|
-
Dynamic: summary
|
39
|
-
|
40
|
-
# 🌀 blue-sandbox
|
41
|
-
|
42
|
-
🌀 A sandbox for ideas and experiments.
|
43
|
-
|
44
|
-
```bash
|
45
|
-
pip install blue-sandbox
|
46
|
-
```
|
47
|
-
|
48
|
-
| | | |
|
49
|
-
| --- | --- | --- |
|
50
|
-
| 🌀[`experiment 1`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 1 ... | 🌀[`experiment 2`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 2 ... | 🌀[`experiment 3`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 3 ... |
|
blue_sandbox-5.6.1/README.md
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
# 🌀 blue-sandbox
|
2
|
-
|
3
|
-
🌀 A sandbox for ideas and experiments.
|
4
|
-
|
5
|
-
```bash
|
6
|
-
pip install blue-sandbox
|
7
|
-
```
|
8
|
-
|
9
|
-
| | | |
|
10
|
-
| --- | --- | --- |
|
11
|
-
| 🌀[`experiment 1`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 1 ... | 🌀[`experiment 2`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 2 ... | 🌀[`experiment 3`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 3 ... |
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import os
|
2
|
-
|
3
|
-
from blue_objects import file, README
|
4
|
-
|
5
|
-
from blue_sandbox import NAME, VERSION, ICON, REPO_NAME
|
6
|
-
|
7
|
-
|
8
|
-
items = [
|
9
|
-
"{}[`{}`](#) [![image]({})](#) {}".format(
|
10
|
-
ICON,
|
11
|
-
f"experiment {index}",
|
12
|
-
"https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true",
|
13
|
-
f"description of experiment {index} ...",
|
14
|
-
)
|
15
|
-
for index in range(1, 4)
|
16
|
-
]
|
17
|
-
|
18
|
-
|
19
|
-
def build():
|
20
|
-
return README.build(
|
21
|
-
items=items,
|
22
|
-
path=os.path.join(file.path(__file__), ".."),
|
23
|
-
ICON=ICON,
|
24
|
-
NAME=NAME,
|
25
|
-
VERSION=VERSION,
|
26
|
-
REPO_NAME=REPO_NAME,
|
27
|
-
)
|
@@ -1,50 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.2
|
2
|
-
Name: blue_sandbox
|
3
|
-
Version: 5.6.1
|
4
|
-
Summary: 🌀 A sandbox for ideas and experiments.
|
5
|
-
Home-page: https://github.com/kamangir/blue-sandbox
|
6
|
-
Author: Arash Abadpour (Kamangir)
|
7
|
-
Author-email: arash@kamangir.net
|
8
|
-
License: Public Domain
|
9
|
-
Classifier: Programming Language :: Python :: 3
|
10
|
-
Classifier: Programming Language :: Unix Shell
|
11
|
-
Classifier: License :: Public Domain
|
12
|
-
Classifier: Operating System :: OS Independent
|
13
|
-
Description-Content-Type: text/markdown
|
14
|
-
License-File: LICENSE
|
15
|
-
Requires-Dist: blueness
|
16
|
-
Requires-Dist: blue-options
|
17
|
-
Requires-Dist: abcli
|
18
|
-
Requires-Dist: boto3
|
19
|
-
Requires-Dist: geojson
|
20
|
-
Requires-Dist: geopandas
|
21
|
-
Requires-Dist: matplotlib
|
22
|
-
Requires-Dist: numpy
|
23
|
-
Requires-Dist: opencv-python
|
24
|
-
Requires-Dist: pymysql
|
25
|
-
Requires-Dist: pyyaml
|
26
|
-
Requires-Dist: pylint
|
27
|
-
Requires-Dist: pytest
|
28
|
-
Requires-Dist: python-dotenv[cli]
|
29
|
-
Requires-Dist: tqdm
|
30
|
-
Dynamic: author
|
31
|
-
Dynamic: author-email
|
32
|
-
Dynamic: classifier
|
33
|
-
Dynamic: description
|
34
|
-
Dynamic: description-content-type
|
35
|
-
Dynamic: home-page
|
36
|
-
Dynamic: license
|
37
|
-
Dynamic: requires-dist
|
38
|
-
Dynamic: summary
|
39
|
-
|
40
|
-
# 🌀 blue-sandbox
|
41
|
-
|
42
|
-
🌀 A sandbox for ideas and experiments.
|
43
|
-
|
44
|
-
```bash
|
45
|
-
pip install blue-sandbox
|
46
|
-
```
|
47
|
-
|
48
|
-
| | | |
|
49
|
-
| --- | --- | --- |
|
50
|
-
| 🌀[`experiment 1`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 1 ... | 🌀[`experiment 2`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 2 ... | 🌀[`experiment 3`](#) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](#) description of experiment 3 ... |
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|