bluer-sbc 8.16.1__tar.gz → 8.19.1__tar.gz

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.

Files changed (90) hide show
  1. {bluer_sbc-8.16.1/bluer_sbc.egg-info → bluer_sbc-8.19.1}/PKG-INFO +2 -2
  2. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/README.md +1 -1
  3. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/blue_sbc.sh +1 -1
  4. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/install/adafruit_rgb_matrix.sh +2 -2
  5. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/install/grove.sh +2 -2
  6. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/install/lepton.sh +2 -2
  7. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/install/rpi.sh +8 -8
  8. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/install/scroll_phat_hd.sh +2 -2
  9. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/install/sparkfun_top_phat.sh +2 -2
  10. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/install/template.sh +2 -2
  11. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/install/unicorn_16x16.sh +2 -2
  12. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/session.sh +1 -1
  13. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/tests/README.sh +1 -1
  14. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/tests/camera.sh +3 -3
  15. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/tests/help.sh +2 -2
  16. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/tests/version.sh +1 -1
  17. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/__init__.py +1 -1
  18. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1/bluer_sbc.egg-info}/PKG-INFO +2 -2
  19. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/LICENSE +0 -0
  20. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/MANIFEST.in +0 -0
  21. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/abcli.sh +0 -0
  22. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/actions.sh +0 -0
  23. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/adafruit_rgb_matrix.sh +0 -0
  24. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/alias.sh +0 -0
  25. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/camera.sh +0 -0
  26. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/grove.sh +0 -0
  27. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/hat.sh +0 -0
  28. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/lepton.sh +0 -0
  29. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/scroll_phat_hd.sh +0 -0
  30. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/sparkfun_top_phat.sh +0 -0
  31. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/.abcli/unicorn_16x16.sh +0 -0
  32. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/README.py +0 -0
  33. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/__main__.py +0 -0
  34. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/algo/__init__.py +0 -0
  35. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/algo/diff.py +0 -0
  36. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/config.env +0 -0
  37. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/env.py +0 -0
  38. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/__init__.py +0 -0
  39. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/adafruit_rgb_matrix.py +0 -0
  40. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/display.py +0 -0
  41. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/grove.py +0 -0
  42. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/hardware.py +0 -0
  43. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/hat/__init__.py +0 -0
  44. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/hat/__main__.py +0 -0
  45. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/hat/abstract.py +0 -0
  46. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/hat/prototype.py +0 -0
  47. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/screen.py +0 -0
  48. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/scroll_phat_hd.py +0 -0
  49. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/sparkfun_top_phat/__init__.py +0 -0
  50. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/sparkfun_top_phat/__main__.py +0 -0
  51. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/sparkfun_top_phat/classes.py +0 -0
  52. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/hardware/unicorn_16x16.py +0 -0
  53. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/__init__.py +0 -0
  54. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/__main__.py +0 -0
  55. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/adafruit_rgb_matrix.py +0 -0
  56. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/camera.py +0 -0
  57. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/functions.py +0 -0
  58. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/grove.py +0 -0
  59. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/hat.py +0 -0
  60. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/lepton.py +0 -0
  61. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/scroll_phat_hd.py +0 -0
  62. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/session.py +0 -0
  63. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/sparkfun_top_phat.py +0 -0
  64. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/help/unicorn_16x16.py +0 -0
  65. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/host.py +0 -0
  66. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/imager/__init__.py +0 -0
  67. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/imager/camera/__init__.py +0 -0
  68. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/imager/camera/__main__.py +0 -0
  69. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/imager/camera/classes.py +0 -0
  70. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/imager/camera/constants.py +0 -0
  71. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/imager/classes.py +0 -0
  72. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/imager/lepton/__init__.py +0 -0
  73. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/imager/lepton/__main__.py +0 -0
  74. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/imager/lepton/classes.py +0 -0
  75. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/imager/lepton/python2.py +0 -0
  76. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/logger.py +0 -0
  77. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/sample.env +0 -0
  78. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/session/__init__.py +0 -0
  79. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/session/__main__.py +0 -0
  80. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/session/classes.py +0 -0
  81. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/session/functions.py +0 -0
  82. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc/urls.py +0 -0
  83. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc.egg-info/SOURCES.txt +0 -0
  84. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc.egg-info/dependency_links.txt +0 -0
  85. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc.egg-info/requires.txt +0 -0
  86. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/bluer_sbc.egg-info/top_level.txt +0 -0
  87. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/pyproject.toml +0 -0
  88. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/requirements.txt +0 -0
  89. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/setup.cfg +0 -0
  90. {bluer_sbc-8.16.1 → bluer_sbc-8.19.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bluer_sbc
3
- Version: 8.16.1
3
+ Version: 8.19.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)
@@ -50,7 +50,7 @@ pip install bluer_sbc
50
50
 
51
51
  [![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)
52
52
 
53
- built by 🌀 [`bluer_options-5.48.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.16.1`](https://github.com/kamangir/bluer-sbc).
53
+ built by 🌀 [`bluer_options-5.53.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.19.1`](https://github.com/kamangir/bluer-sbc).
54
54
 
55
55
 
56
56
 
@@ -52,6 +52,6 @@ graph LR
52
52
 
53
53
  [![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)
54
54
 
55
- built by 🌀 [`bluer_options-5.48.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.16.1`](https://github.com/kamangir/bluer-sbc).
55
+ built by 🌀 [`bluer_options-5.53.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.19.1`](https://github.com/kamangir/bluer-sbc).
56
56
 
57
57
 
@@ -3,7 +3,7 @@
3
3
  function bluer_sbc() {
4
4
  local task=$1
5
5
 
6
- abcli_generic_task \
6
+ bluer_ai_generic_task \
7
7
  plugin=bluer_sbc,task=$task \
8
8
  "${@:2}"
9
9
  }
@@ -1,6 +1,6 @@
1
1
  #! /usr/bin/env bash
2
2
 
3
- function abcli_install_adafruit_rgb_matrix() {
3
+ function bluer_ai_install_adafruit_rgb_matrix() {
4
4
  pushd $abcli_path_git >/dev/null
5
5
  git clone https://github.com/adafruit/Raspberry-Pi-Installer-Scripts.git
6
6
  cd Raspberry-Pi-Installer-Scripts
@@ -11,5 +11,5 @@ function abcli_install_adafruit_rgb_matrix() {
11
11
  }
12
12
 
13
13
  if [ "$BLUER_SBC_HARDWARE_KIND" == "adafruit_rgb_matrix" ]; then
14
- abcli_install_module adafruit_rgb_matrix 106
14
+ bluer_ai_install_module adafruit_rgb_matrix 106
15
15
  fi
@@ -1,6 +1,6 @@
1
1
  #! /usr/bin/env bash
2
2
 
3
- function abcli_install_grove() {
3
+ function bluer_ai_install_grove() {
4
4
  pushd $abcli_path_git >/dev/null
5
5
 
6
6
  # https://wiki.seeedstudio.com/Grove_Base_Kit_for_Raspberry_Pi/
@@ -25,5 +25,5 @@ function abcli_install_grove() {
25
25
  }
26
26
 
27
27
  if [ "$BLUER_SBC_HARDWARE_KIND" == "grove" ]; then
28
- abcli_install_module grove 106
28
+ bluer_ai_install_module grove 106
29
29
  fi
@@ -1,6 +1,6 @@
1
1
  #! /usr/bin/env bash
2
2
 
3
- function abcli_install_lepton() {
3
+ function bluer_ai_install_lepton() {
4
4
  sudo apt-get update --allow-releaseinfo-change
5
5
 
6
6
  cd ~
@@ -29,5 +29,5 @@ function abcli_install_lepton() {
29
29
  }
30
30
 
31
31
  if [ "$BLUER_SBC_SESSION_IMAGER" == "lepton" ]; then
32
- abcli_install_module lepton 102
32
+ bluer_ai_install_module lepton 102
33
33
  fi
@@ -1,7 +1,7 @@
1
1
  #! /usr/bin/env bash
2
2
 
3
- function abcli_install_rpi() {
4
- pushd $abcli_path_git > /dev/null
3
+ function bluer_ai_install_rpi() {
4
+ pushd $abcli_path_git >/dev/null
5
5
 
6
6
  # https://docs.donkeycar.com/guide/robot_sbc/setup_raspberry_pi/
7
7
  sudo apt-get update
@@ -24,7 +24,7 @@ function abcli_install_rpi() {
24
24
 
25
25
  cd
26
26
  python3 -m virtualenv -p python3 env --system-site-packages
27
- echo "source env/bin/activate" >> ~/.bashrc
27
+ echo "source env/bin/activate" >>~/.bashrc
28
28
  source env/bin/activate
29
29
 
30
30
  cd git
@@ -36,7 +36,7 @@ function abcli_install_rpi() {
36
36
  pip3 install numpy --upgrade
37
37
 
38
38
  cd
39
- curl -sc /tmp/cookie "https://drive.google.com/uc?export=download&id=1DCfoSwlsdX9X4E3pLClE1z0fvw8tFESP" > /dev/null
39
+ curl -sc /tmp/cookie "https://drive.google.com/uc?export=download&id=1DCfoSwlsdX9X4E3pLClE1z0fvw8tFESP" >/dev/null
40
40
  CODE="$(awk '/_warning_/ {print $NF}' /tmp/cookie)"
41
41
  curl -Lb /tmp/cookie "https://drive.google.com/uc?export=download&confirm=${CODE}&id=1DCfoSwlsdX9X4E3pLClE1z0fvw8tFESP" -o tensorflow-2.2.0-cp37-cp37m-linux_armv7l.whl
42
42
  pip3 install tensorflow-2.2.0-cp37-cp37m-linux_armv7l.whl
@@ -57,9 +57,9 @@ function abcli_install_rpi() {
57
57
  export PATH=/home/pi/.local/bin:$PATH
58
58
  fi
59
59
 
60
- popd > /dev/null
60
+ popd >/dev/null
61
61
  }
62
62
 
63
- if [ "$abcli_is_rpi" == true ] ; then
64
- abcli_install_module rpi 109
65
- fi
63
+ if [ "$abcli_is_rpi" == true ]; then
64
+ bluer_ai_install_module rpi 109
65
+ fi
@@ -1,6 +1,6 @@
1
1
  #! /usr/bin/env bash
2
2
 
3
- function abcli_install_scroll_phat_hd() {
3
+ function bluer_ai_install_scroll_phat_hd() {
4
4
  pushd $abcli_path_home/git >/dev/null
5
5
  git clone https://github.com/pimoroni/scroll-phat-hd
6
6
  popd >/dev/null
@@ -10,5 +10,5 @@ function abcli_install_scroll_phat_hd() {
10
10
  }
11
11
 
12
12
  if [ "$BLUER_SBC_HARDWARE_KIND" == "scroll_phat_hd" ]; then
13
- abcli_install_module scroll_phat_hd 102
13
+ bluer_ai_install_module scroll_phat_hd 102
14
14
  fi
@@ -1,6 +1,6 @@
1
1
  #! /usr/bin/env bash
2
2
 
3
- function abcli_install_sparkfun_top_phat() {
3
+ function bluer_ai_install_sparkfun_top_phat() {
4
4
  # https://learn.sparkfun.com/tutorials/sparkfun-top-phat-hookup-guide/button-controller
5
5
  sudo pip3 install sparkfun-qwiic
6
6
 
@@ -26,7 +26,7 @@ function abcli_install_sparkfun_top_phat() {
26
26
  }
27
27
 
28
28
  if [ "$BLUER_SBC_HARDWARE_KIND" == "sparkfun-top-phat" ]; then
29
- abcli_install_module sparkfun_top_phat 104
29
+ bluer_ai_install_module sparkfun_top_phat 104
30
30
 
31
31
  # https://learn.sparkfun.com/tutorials/sparkfun-top-phat-hookup-guide/24-tft-display-archived
32
32
  con2fbmap 1 1
@@ -1,9 +1,9 @@
1
1
  #! /usr/bin/env bash
2
2
 
3
- function abcli_install_bluer_sbc_template() {
3
+ function bluer_ai_install_bluer_sbc_template() {
4
4
  abcli_log "wip"
5
5
  }
6
6
 
7
7
  if [ "$BLUER_SBC_HARDWARE_KIND" == "bluer_sbc_template" ]; then
8
- abcli_install_module bluer_sbc_template 101
8
+ bluer_ai_install_module bluer_sbc_template 101
9
9
  fi
@@ -1,6 +1,6 @@
1
1
  #! /usr/bin/env bash
2
2
 
3
- function abcli_install_unicorn_16x16() {
3
+ function bluer_ai_install_unicorn_16x16() {
4
4
  pushd $abcli_path_git >/dev/null
5
5
  git clone https://github.com/pimoroni/unicorn-hat-hd
6
6
  popd >/dev/null
@@ -12,5 +12,5 @@ function abcli_install_unicorn_16x16() {
12
12
  }
13
13
 
14
14
  if [ "$BLUER_SBC_HARDWARE_KIND" == "unicorn_16x16" ]; then
15
- abcli_install_module unicorn_16x16 101
15
+ bluer_ai_install_module unicorn_16x16 101
16
16
  fi
@@ -20,7 +20,7 @@ function bluer_sbc_session() {
20
20
  [[ "$run_sudo" == 1 ]] &&
21
21
  sudo_prefix="sudo -E "
22
22
 
23
- abcli_eval dryrun=$do_dryrun \
23
+ bluer_ai_eval dryrun=$do_dryrun \
24
24
  $sudo_prefix \
25
25
  python3 -m bluer_sbc.session \
26
26
  start \
@@ -3,6 +3,6 @@
3
3
  function test_bluer_sbc_README() {
4
4
  local options=$1
5
5
 
6
- abcli_eval ,$options \
6
+ bluer_ai_eval ,$options \
7
7
  bluer_sbc build_README
8
8
  }
@@ -9,7 +9,7 @@ function test_bluer_sbc_camera_capture() {
9
9
  bluer_ai_select \
10
10
  test_bluer_sbc_camera_capture-$(abcli_string_timestamp_short)
11
11
 
12
- abcli_eval ,$options \
12
+ bluer_ai_eval ,$options \
13
13
  bluer_sbc_camera \
14
14
  capture \
15
15
  image
@@ -25,7 +25,7 @@ function test_bluer_sbc_camera_capture_video() {
25
25
  bluer_ai_select \
26
26
  test_bluer_sbc_camera_capture_video-$(abcli_string_timestamp_short)
27
27
 
28
- abcli_eval ,$options \
28
+ bluer_ai_eval ,$options \
29
29
  bluer_sbc_camera \
30
30
  capture \
31
31
  video \
@@ -39,7 +39,7 @@ function test_bluer_sbc_camera_preview() {
39
39
 
40
40
  local options=$1
41
41
 
42
- abcli_eval ,$options \
42
+ bluer_ai_eval ,$options \
43
43
  bluer_sbc_camera \
44
44
  preview \
45
45
  - \
@@ -54,11 +54,11 @@ function test_bluer_sbc_help() {
54
54
  "grove validate oled_128x64" \
55
55
  \
56
56
  "bluer_sbc"; do
57
- abcli_eval ,$options \
57
+ bluer_ai_eval ,$options \
58
58
  bluer_ai_help $module
59
59
  [[ $? -ne 0 ]] && return 1
60
60
 
61
- abcli_hr
61
+ bluer_ai_hr
62
62
  done
63
63
 
64
64
  return 0
@@ -3,6 +3,6 @@
3
3
  function test_bluer_sbc_version() {
4
4
  local options=$1
5
5
 
6
- abcli_eval ,$options \
6
+ bluer_ai_eval ,$options \
7
7
  "bluer_sbc version ${@:2}"
8
8
  }
@@ -4,7 +4,7 @@ ICON = "🌀"
4
4
 
5
5
  DESCRIPTION = f"{ICON} AI for single board computers."
6
6
 
7
- VERSION = "8.16.1"
7
+ VERSION = "8.19.1"
8
8
 
9
9
  REPO_NAME = "bluer-sbc"
10
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bluer_sbc
3
- Version: 8.16.1
3
+ Version: 8.19.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)
@@ -50,7 +50,7 @@ pip install bluer_sbc
50
50
 
51
51
  [![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)
52
52
 
53
- built by 🌀 [`bluer_options-5.48.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.16.1`](https://github.com/kamangir/bluer-sbc).
53
+ built by 🌀 [`bluer_options-5.53.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.19.1`](https://github.com/kamangir/bluer-sbc).
54
54
 
55
55
 
56
56
 
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