bluer-sbc 8.29.1__py3-none-any.whl → 8.38.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-sbc might be problematic. Click here for more details.

@@ -5,7 +5,7 @@ function bluer_sbc_camera() {
5
5
 
6
6
  if [[ "|capture|preview|" == *"|$task|"* ]]; then
7
7
  local options=$2
8
- local capture_video=$(abcli_option_int "$options" video 0)
8
+ local capture_video=$(bluer_ai_option_int "$options" video 0)
9
9
  [[ "$capture_video" == 1 ]] &&
10
10
  task=capture_video
11
11
 
@@ -5,9 +5,9 @@ function bluer_sbc_session() {
5
5
 
6
6
  if [ "$task" == "start" ]; then
7
7
  local options=$2
8
- local do_dryrun=$(abcli_option_int "$options" dryrun 0)
9
- local run_sudo=$(abcli_option_int "$options" sudo 0)
10
- local do_upload=$(abcli_option_int "$options" upload 1)
8
+ local do_dryrun=$(bluer_ai_option_int "$options" dryrun 0)
9
+ local run_sudo=$(bluer_ai_option_int "$options" sudo 0)
10
+ local do_upload=$(bluer_ai_option_int "$options" upload 1)
11
11
 
12
12
  bluer_ai_log "@sbc: session @ $abcli_object_name started ..."
13
13
 
@@ -10,8 +10,6 @@ function test_bluer_sbc_help() {
10
10
  "@sbc adafruit_rgb_matrix" \
11
11
  "@sbc adafruit_rgb_matrix validate" \
12
12
  \
13
- "@sbc browse" \
14
- \
15
13
  "@sbc camera" \
16
14
  "@sbc camera capture" \
17
15
  "@sbc camera capture image" \
bluer_sbc/__init__.py CHANGED
@@ -4,7 +4,7 @@ ICON = "🌀"
4
4
 
5
5
  DESCRIPTION = f"{ICON} AI for single board computers."
6
6
 
7
- VERSION = "8.29.1"
7
+ VERSION = "8.38.1"
8
8
 
9
9
  REPO_NAME = "bluer-sbc"
10
10
 
@@ -17,29 +17,11 @@ from bluer_sbc.help.unicorn_16x16 import help_functions as help_unicorn_16x16
17
17
  from bluer_sbc import ALIAS
18
18
 
19
19
 
20
- def help_browse(
21
- tokens: List[str],
22
- mono: bool,
23
- ) -> str:
24
- options = "actions|repo"
25
-
26
- return show_usage(
27
- [
28
- "@plugin",
29
- "browse",
30
- f"[{options}]",
31
- ],
32
- "browse bluer_sbc.",
33
- mono=mono,
34
- )
35
-
36
-
37
20
  help_functions = generic_help_functions(plugin_name=ALIAS)
38
21
 
39
22
  help_functions.update(
40
23
  {
41
24
  "adafruit_rgb_matrix": help_adafruit_rgb_matrix,
42
- "browse": help_browse,
43
25
  "camera": help_camera,
44
26
  "grove": help_grove,
45
27
  "hat": help_hat,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bluer_sbc
3
- Version: 8.29.1
3
+ Version: 8.38.1
4
4
  Summary: 🌀 AI for single board computers.
5
5
  Home-page: https://github.com/kamangir/bluer-sbc
6
6
  Author: Arash Abadpour (Kamangir)
@@ -49,8 +49,8 @@ pip install bluer_sbc
49
49
 
50
50
  [![pylint](https://github.com/kamangir/bluer-sbc/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/bluer-sbc/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/bluer-sbc/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/bluer-sbc/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/bluer-sbc/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/bluer-sbc/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/bluer-sbc.svg)](https://pypi.org/project/bluer-sbc/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/bluer-sbc)](https://pypistats.org/packages/bluer-sbc)
51
51
 
52
- built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-8.29.1`](https://github.com/kamangir/bluer-sbc).
52
+ built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-8.38.1`](https://github.com/kamangir/bluer-sbc).
53
53
 
54
54
 
55
55
 
56
- built by 🌀 [`blueness-3.115.1`](https://github.com/kamangir/blueness).
56
+ built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
@@ -1,5 +1,5 @@
1
1
  bluer_sbc/README.py,sha256=PX_NHt0J5kkaF38D3g0wljQWCG3L7w5C9hkRd4SP680,1179
2
- bluer_sbc/__init__.py,sha256=VAuvX0vPTJvwOVOqlO_d32QJAJTXZaeAbqEsTlZ_6K4,291
2
+ bluer_sbc/__init__.py,sha256=JWrQFx9WXVoGIBCjqpQv3Qw98l-tInc7LdQr43HkCUE,291
3
3
  bluer_sbc/__main__.py,sha256=JV8oYpZDQbvcDpKJtbjU0hDeMJkzsDLGlhIWLmRpDQ4,348
4
4
  bluer_sbc/config.env,sha256=_0-DQI3JZ5lvC1750KepY4ug6apI0I5EhcbZ3JD1yZs,652
5
5
  bluer_sbc/env.py,sha256=w1kYRW06SUm4AzyrqWX1SDRahR8eHWmWHEV1WQ3k1rs,1554
@@ -12,12 +12,12 @@ bluer_sbc/.abcli/actions.sh,sha256=P4d9lOzxdvkISZ0M3lZKH9JlmrcWTJ_HeEQAhIRLvC8,2
12
12
  bluer_sbc/.abcli/adafruit_rgb_matrix.sh,sha256=DwPJeuDXYa_F0r4nIWNeBYVtodyHYT2tV9JxPbWxhAM,382
13
13
  bluer_sbc/.abcli/alias.sh,sha256=0J8ChbWxoRSA-nkVpzweNaEKEqhT6X6ah32o5I69Hyk,72
14
14
  bluer_sbc/.abcli/blue_sbc.sh,sha256=4O_0C56Xj5P7FjSTet5k7hvaNa-SIKpBUsz4MkBUc84,198
15
- bluer_sbc/.abcli/camera.sh,sha256=zy7umdJzle47r7u6-amUcss8BUhmZG65aAkK5kAiiS0,444
15
+ bluer_sbc/.abcli/camera.sh,sha256=cmDDqUoy-YaO-nwKoTcsgrX-KbZ1JtXiPA3RVBoUb3s,447
16
16
  bluer_sbc/.abcli/grove.sh,sha256=6Lf4TiQzZj9uStCY9ezd8djcqVthzbybkmgmZ8Kr9wE,1180
17
17
  bluer_sbc/.abcli/hat.sh,sha256=ggMb9XOFA3t3sBTGalQK4x7yNuAgK3jA6UkFDWAnndM,449
18
18
  bluer_sbc/.abcli/lepton.sh,sha256=e7bzeYC8JpZMTTWkIfIscPfsoGYPb1ONWaTdDrglfRc,327
19
19
  bluer_sbc/.abcli/scroll_phat_hd.sh,sha256=AUD38PfNMCA-88GjHa-xV4OM7IS8mg5ECNFjAzLJ8AQ,331
20
- bluer_sbc/.abcli/session.sh,sha256=991Y6NpinbmhHorcsgyNKS8M1wMkJhHJat32mZBKDso,1089
20
+ bluer_sbc/.abcli/session.sh,sha256=dZlqkVrEqxXuxOG11oouyDf3nKmpQFurxTovMFuK5OQ,1098
21
21
  bluer_sbc/.abcli/sparkfun_top_phat.sh,sha256=F8dV3MjghNU1MMzCXRnQ0kaorr2BOswLBt8Sry5Youo,686
22
22
  bluer_sbc/.abcli/unicorn_16x16.sh,sha256=_cvgK1tT51BqN12HxEx_9FXWTNvPISd4T7pPmA2Jxfo,330
23
23
  bluer_sbc/.abcli/install/adafruit_rgb_matrix.sh,sha256=YwUKVwwNtmETTomaPUi5O01_Bhoo9IZGdkv3ohGYyTY,452
@@ -30,7 +30,7 @@ bluer_sbc/.abcli/install/template.sh,sha256=Qqj6JKZlaxAqUGbY88gkNn-v-_aTUtKzpyi-
30
30
  bluer_sbc/.abcli/install/unicorn_16x16.sh,sha256=zt6VN6c6cLQ59m7GiUNdV7aPTfO8CRoYtSs4VIuEJFw,496
31
31
  bluer_sbc/.abcli/tests/README.sh,sha256=0hp3y_URdsFtnYw5Ujty6xy5SNhNHGEVPqpQoYxu0WA,142
32
32
  bluer_sbc/.abcli/tests/camera.sh,sha256=NRr-RbyNORMSHYxNu6VUpVzHIJ2Qy-5NQr2qh54kqUg,1013
33
- bluer_sbc/.abcli/tests/help.sh,sha256=UXNmVVetwlw38QHXPvu9g2tfHdMFQ2XLONBcj5utfGE,1459
33
+ bluer_sbc/.abcli/tests/help.sh,sha256=6HZ6FN_AvAaxOweMMmj5STnRO_V6E6JeF_IWqy6IF40,1425
34
34
  bluer_sbc/.abcli/tests/version.sh,sha256=odDOmAFlzH7KtsAYWOmyLsQ6GAws6XadNlZ6H-NZuzc,147
35
35
  bluer_sbc/algo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
36
  bluer_sbc/algo/diff.py,sha256=ZCUkRgip-Uss86r--RuEwyYtFjpukM3fbY_yovXwgNw,2190
@@ -53,7 +53,7 @@ bluer_sbc/help/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
53
  bluer_sbc/help/__main__.py,sha256=Aj_lNOTJiCYZK3MrOlETIiFWiFPjZ2vaGzDk0Q3uTYA,229
54
54
  bluer_sbc/help/adafruit_rgb_matrix.py,sha256=VPQkAPb17K9AP2rMpH8yDPIXVG_dXiPZ0C8qtjZKTB8,384
55
55
  bluer_sbc/help/camera.py,sha256=-zN4k8Hny0ZPLNxH4z4ogVFFPvrgV-XPZWveGK0tXNg,1124
56
- bluer_sbc/help/functions.py,sha256=-CbagRe_wSDGyzBTevqiCr6eMu_EL89Yhw1PGfzsL88,1582
56
+ bluer_sbc/help/functions.py,sha256=q5DgsCQNyEuqC34Y94So6kaODASx9XkATlxg9Nx6UQI,1282
57
57
  bluer_sbc/help/grove.py,sha256=4CM3_RUeu6hMr1zmkz4f-V7Mzb75vcYv0dfoQKw2KJI,1026
58
58
  bluer_sbc/help/hat.py,sha256=fhiEFoWYolmh-loZ87fYghEJK-XLUpkUc4pDj2WWdAE,885
59
59
  bluer_sbc/help/lepton.py,sha256=NNJY9f1gkZCD7fGf0chFjncbLOSpb79VLyZ2jxj4rG4,618
@@ -75,8 +75,8 @@ bluer_sbc/session/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
75
75
  bluer_sbc/session/__main__.py,sha256=O2Tv6HgE8Bos7ASIViYludpWVi6EEc9XRoP8jYC2-2Q,534
76
76
  bluer_sbc/session/classes.py,sha256=QCey32u06Whknr-bwnnw3Fv2_-Epdr_b4mDTHjoke9k,8913
77
77
  bluer_sbc/session/functions.py,sha256=eRJKSczRjKn3Fo2jv8_4EMAZwfJBj5cIPg2WqHkC2Q8,481
78
- bluer_sbc-8.29.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
79
- bluer_sbc-8.29.1.dist-info/METADATA,sha256=gEboQHkhUCkICGQenSdl3qMStxqIgTfAHb9IkwTsVcI,2704
80
- bluer_sbc-8.29.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
81
- bluer_sbc-8.29.1.dist-info/top_level.txt,sha256=DsLDHFiTeAj2mctGVmCSgWUhzCznWSQoUmQ1VyEmnT0,10
82
- bluer_sbc-8.29.1.dist-info/RECORD,,
78
+ bluer_sbc-8.38.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
79
+ bluer_sbc-8.38.1.dist-info/METADATA,sha256=t2DHteDA9yHAWolO-cQAhAFiu7QpIkm4r-EVb3wJIEk,2704
80
+ bluer_sbc-8.38.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
81
+ bluer_sbc-8.38.1.dist-info/top_level.txt,sha256=DsLDHFiTeAj2mctGVmCSgWUhzCznWSQoUmQ1VyEmnT0,10
82
+ bluer_sbc-8.38.1.dist-info/RECORD,,