bluer-sbc 8.3.1__py3-none-any.whl → 8.5.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.

@@ -28,7 +28,7 @@ function bluer_sbc_session() {
28
28
  local status="$?"
29
29
 
30
30
  [[ "$do_upload" == 1 ]] &&
31
- abcli_upload - $abcli_object_name
31
+ bluer_objects_upload - $abcli_object_name
32
32
 
33
33
  abcli_log "@sbc: session ended."
34
34
 
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.3.1"
7
+ VERSION = "8.5.1"
8
8
 
9
9
  REPO_NAME = "bluer-sbc"
10
10
 
@@ -1,6 +1,6 @@
1
1
  from typing import List
2
2
 
3
- from blue_options.terminal import show_usage, xtra
3
+ from bluer_options.terminal import show_usage
4
4
 
5
5
 
6
6
  def help_validate(
bluer_sbc/help/camera.py CHANGED
@@ -1,6 +1,6 @@
1
1
  from typing import List
2
2
 
3
- from blue_options.terminal import show_usage
3
+ from bluer_options.terminal import show_usage
4
4
 
5
5
 
6
6
  def help_capture_image(
bluer_sbc/help/grove.py CHANGED
@@ -1,6 +1,6 @@
1
1
  from typing import List
2
2
 
3
- from blue_options.terminal import show_usage
3
+ from bluer_options.terminal import show_usage
4
4
 
5
5
 
6
6
  def help_info(
bluer_sbc/help/hat.py CHANGED
@@ -1,6 +1,6 @@
1
1
  from typing import List
2
2
 
3
- from blue_options.terminal import show_usage
3
+ from bluer_options.terminal import show_usage
4
4
 
5
5
 
6
6
  def help_input(
bluer_sbc/help/lepton.py CHANGED
@@ -1,6 +1,6 @@
1
1
  from typing import List
2
2
 
3
- from blue_options.terminal import show_usage, xtra
3
+ from bluer_options.terminal import show_usage, xtra
4
4
 
5
5
 
6
6
  def help_capture(
@@ -1,6 +1,6 @@
1
1
  from typing import List
2
2
 
3
- from blue_options.terminal import show_usage
3
+ from bluer_options.terminal import show_usage
4
4
 
5
5
 
6
6
  def help_validate(
bluer_sbc/help/session.py CHANGED
@@ -1,6 +1,6 @@
1
1
  from typing import List
2
2
 
3
- from blue_options.terminal import show_usage, xtra
3
+ from bluer_options.terminal import show_usage, xtra
4
4
 
5
5
 
6
6
  def help_session_start(
@@ -1,6 +1,6 @@
1
1
  from typing import List
2
2
 
3
- from blue_options.terminal import show_usage, xtra
3
+ from bluer_options.terminal import show_usage, xtra
4
4
 
5
5
 
6
6
  def help_validate(
@@ -1,6 +1,6 @@
1
1
  from typing import List
2
2
 
3
- from blue_options.terminal import show_usage, xtra
3
+ from bluer_options.terminal import show_usage, xtra
4
4
 
5
5
 
6
6
  def help_validate(
@@ -4,8 +4,8 @@ import numpy as np
4
4
  from time import sleep
5
5
 
6
6
  from blueness import module
7
- from blue_options import string
8
- from blue_options import host
7
+ from bluer_options import string
8
+ from bluer_options import host
9
9
  from bluer_options.timer import Timer
10
10
  from bluer_options.logger import crash_report
11
11
  from bluer_objects import file, objects
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bluer_sbc
3
- Version: 8.3.1
3
+ Version: 8.5.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)
@@ -51,7 +51,7 @@ pip install bluer_sbc
51
51
 
52
52
  [![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)
53
53
 
54
- built by 🌀 [`bluer_options-5.32.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.3.1`](https://github.com/kamangir/bluer-sbc).
54
+ built by 🌀 [`bluer_options-5.32.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.5.1`](https://github.com/kamangir/bluer-sbc).
55
55
 
56
56
 
57
57
 
@@ -1,5 +1,5 @@
1
1
  bluer_sbc/README.py,sha256=PX_NHt0J5kkaF38D3g0wljQWCG3L7w5C9hkRd4SP680,1179
2
- bluer_sbc/__init__.py,sha256=hBMhOQ7_wjgouoNoDwHsf9wiuCn4ne1WhtZpCp2TqB8,290
2
+ bluer_sbc/__init__.py,sha256=mfQ6z3YA0Rr2HcvjuUCTMcFU0KiUBt1PL2RnQC4U9i0,290
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
@@ -17,7 +17,7 @@ bluer_sbc/.abcli/grove.sh,sha256=zYf4tTmHmRU4XL5Mk-ipR22Eb-szVl9fhWS6Ch8zkcM,116
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=Rh5zP5p8_OOvs4OOBN8J-lho2ypsqjRLdxotL3Ke4Bo,328
20
- bluer_sbc/.abcli/session.sh,sha256=qCXPhO_5_gMDC6rWpOyeCHYgfFqS6Fca95xUjOcVHXw,1064
20
+ bluer_sbc/.abcli/session.sh,sha256=rc4a9SHbCq4GHElT9mvE9Rq4kbBRVO9fgjL8ETfmI9E,1072
21
21
  bluer_sbc/.abcli/sparkfun_top_phat.sh,sha256=F8dV3MjghNU1MMzCXRnQ0kaorr2BOswLBt8Sry5Youo,686
22
22
  bluer_sbc/.abcli/unicorn_16x16.sh,sha256=zBmMC4MjjTtI5o2FrA2Hr2E83anemCOd8UPEkGdAFho,327
23
23
  bluer_sbc/.abcli/install/adafruit_rgb_matrix.sh,sha256=jQ1Hw9TCBarQhisOGkSqUuifFxQ5SMHtJT-ecK2CnXs,446
@@ -51,21 +51,21 @@ bluer_sbc/hardware/sparkfun_top_phat/__main__.py,sha256=NbXhK8C_s5fqkVe2DeWIpcBT
51
51
  bluer_sbc/hardware/sparkfun_top_phat/classes.py,sha256=5q_ZbMNvGGIb2In18W_6f3CSbw2-pZgrFUUj7X_4KzA,3140
52
52
  bluer_sbc/help/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
53
  bluer_sbc/help/__main__.py,sha256=Aj_lNOTJiCYZK3MrOlETIiFWiFPjZ2vaGzDk0Q3uTYA,229
54
- bluer_sbc/help/adafruit_rgb_matrix.py,sha256=yoXwfRZla0kGq_PBvHfvZIj58NcRzUSfy_5ZU3zkq9I,389
55
- bluer_sbc/help/camera.py,sha256=ZyfpkEdVCE2geyK8bdl0Mo_evH1cP6m_LlV95IDA_bU,1123
54
+ bluer_sbc/help/adafruit_rgb_matrix.py,sha256=VPQkAPb17K9AP2rMpH8yDPIXVG_dXiPZ0C8qtjZKTB8,384
55
+ bluer_sbc/help/camera.py,sha256=-zN4k8Hny0ZPLNxH4z4ogVFFPvrgV-XPZWveGK0tXNg,1124
56
56
  bluer_sbc/help/functions.py,sha256=-CbagRe_wSDGyzBTevqiCr6eMu_EL89Yhw1PGfzsL88,1582
57
- bluer_sbc/help/grove.py,sha256=d6-3HiaSRgwqKzesaeAaW5ua46ODpDSbmVHy2LY29rg,1025
58
- bluer_sbc/help/hat.py,sha256=bBCRGRQ-m8kxLcIAzL965nIVM9AistLTdTIPVxDc_Bk,884
59
- bluer_sbc/help/lepton.py,sha256=FVAtbbNY9JjogNumDu4t7JY4A3EDtQCI9WRjFt8IcoQ,617
60
- bluer_sbc/help/scroll_phat_hd.py,sha256=TuWLjsh13tGxN9bVWXUKZxK0Gw0RYjMb8pHRZcll_LI,373
61
- bluer_sbc/help/session.py,sha256=eXkWHP6RPeLTsrxeIj5CO1ErcqVWpK4uU0SqEKU6DUc,456
62
- bluer_sbc/help/sparkfun_top_phat.py,sha256=Dt8R1-cFUi-aDZQ7fAzRiU1i0G8q1xcSuo2yfYGxU1A,444
63
- bluer_sbc/help/unicorn_16x16.py,sha256=7s0FJnu8H87JjfJDj-NW7Lm5tJ_0_rzx1P5UXYXkxpc,377
57
+ bluer_sbc/help/grove.py,sha256=4CM3_RUeu6hMr1zmkz4f-V7Mzb75vcYv0dfoQKw2KJI,1026
58
+ bluer_sbc/help/hat.py,sha256=fhiEFoWYolmh-loZ87fYghEJK-XLUpkUc4pDj2WWdAE,885
59
+ bluer_sbc/help/lepton.py,sha256=NNJY9f1gkZCD7fGf0chFjncbLOSpb79VLyZ2jxj4rG4,618
60
+ bluer_sbc/help/scroll_phat_hd.py,sha256=pLMIGMKIzRgN2LcNjIPNQiJ0mIowKjxkBhS40PIst1c,374
61
+ bluer_sbc/help/session.py,sha256=kN4cSOJhwCDYvatjTsnUX-li76p0fnS4gRlJ5OQEeDM,457
62
+ bluer_sbc/help/sparkfun_top_phat.py,sha256=4JQMqzapnx5PBtzfw8RqpqgXtnF0HqDWxuTssK0OHUo,445
63
+ bluer_sbc/help/unicorn_16x16.py,sha256=0uKABkkY7VGfmUj2U8g0fA0AvXDBlloVzGQXbx_mPO8,378
64
64
  bluer_sbc/imager/__init__.py,sha256=THkQ_yCpArJKfP7u_oeR-W7vGzCmXFDOa102FTDPAT4,419
65
65
  bluer_sbc/imager/classes.py,sha256=ikfQuazosqVHx-NEXArDvvCCbrOw8YJmRG6yPmiOijo,519
66
66
  bluer_sbc/imager/camera/__init__.py,sha256=n3jSl-WtSgP0DN9Qbl4cbs12tUmsmftxsJx7HXlHeeo,72
67
67
  bluer_sbc/imager/camera/__main__.py,sha256=KIS6lH8jWhE8_8vamQVhM-xd78BQ0GxRBHf7s8BQXFw,1588
68
- bluer_sbc/imager/camera/classes.py,sha256=0xOXjbJ4umIIE6C14EgRW6aT_N1ycwaUUMGdrP-nNBc,7198
68
+ bluer_sbc/imager/camera/classes.py,sha256=9i3nXO4Rb6k9mugz3HT_5Vqg2dHKVlmekgEhmIYaUPs,7200
69
69
  bluer_sbc/imager/camera/constants.py,sha256=bcQ9-iz0OeKII_uFFQYDMZnTxPkh1C--9IsdUFb1qsY,606
70
70
  bluer_sbc/imager/lepton/__init__.py,sha256=qHzzDoYLe-RxMjIul-HTxT7sRt3O-sVC44vZJQZ9VBU,72
71
71
  bluer_sbc/imager/lepton/__main__.py,sha256=AUurRrU64bqLDKoiMeMPbHyIu53Rz4426ihzsPX6Juk,1081
@@ -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=o-dz8Uma52Yxpd-oJEMVnonr0OgMm34I70_WJbuKvLM,9005
77
77
  bluer_sbc/session/functions.py,sha256=eRJKSczRjKn3Fo2jv8_4EMAZwfJBj5cIPg2WqHkC2Q8,481
78
- bluer_sbc-8.3.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
79
- bluer_sbc-8.3.1.dist-info/METADATA,sha256=h1j16iOtHYH2kKgLEk7z1Z-U126_XjQe73tjfLMH-xs,2743
80
- bluer_sbc-8.3.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
81
- bluer_sbc-8.3.1.dist-info/top_level.txt,sha256=DsLDHFiTeAj2mctGVmCSgWUhzCznWSQoUmQ1VyEmnT0,10
82
- bluer_sbc-8.3.1.dist-info/RECORD,,
78
+ bluer_sbc-8.5.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
79
+ bluer_sbc-8.5.1.dist-info/METADATA,sha256=F6npReB-hJzDVj2Qa3ySoy-75lj2ZFzaB9v0RM_W4Zo,2743
80
+ bluer_sbc-8.5.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
81
+ bluer_sbc-8.5.1.dist-info/top_level.txt,sha256=DsLDHFiTeAj2mctGVmCSgWUhzCznWSQoUmQ1VyEmnT0,10
82
+ bluer_sbc-8.5.1.dist-info/RECORD,,