bluer-sbc 8.9.1__tar.gz → 8.14.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.9.1/bluer_sbc.egg-info → bluer_sbc-8.14.1}/PKG-INFO +2 -2
  2. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/README.md +1 -1
  3. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/session.sh +1 -1
  4. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/__init__.py +1 -1
  5. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/algo/diff.py +1 -3
  6. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/session/classes.py +5 -5
  7. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1/bluer_sbc.egg-info}/PKG-INFO +2 -2
  8. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/LICENSE +0 -0
  9. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/MANIFEST.in +0 -0
  10. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/abcli.sh +0 -0
  11. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/actions.sh +0 -0
  12. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/adafruit_rgb_matrix.sh +0 -0
  13. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/alias.sh +0 -0
  14. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/blue_sbc.sh +0 -0
  15. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/camera.sh +0 -0
  16. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/grove.sh +0 -0
  17. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/hat.sh +0 -0
  18. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/install/adafruit_rgb_matrix.sh +0 -0
  19. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/install/grove.sh +0 -0
  20. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/install/lepton.sh +0 -0
  21. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/install/rpi.sh +0 -0
  22. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/install/scroll_phat_hd.sh +0 -0
  23. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/install/sparkfun_top_phat.sh +0 -0
  24. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/install/template.sh +0 -0
  25. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/install/unicorn_16x16.sh +0 -0
  26. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/lepton.sh +0 -0
  27. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/scroll_phat_hd.sh +0 -0
  28. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/sparkfun_top_phat.sh +0 -0
  29. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/tests/README.sh +0 -0
  30. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/tests/camera.sh +0 -0
  31. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/tests/help.sh +0 -0
  32. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/tests/version.sh +0 -0
  33. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/.abcli/unicorn_16x16.sh +0 -0
  34. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/README.py +0 -0
  35. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/__main__.py +0 -0
  36. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/algo/__init__.py +0 -0
  37. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/config.env +0 -0
  38. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/env.py +0 -0
  39. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/__init__.py +0 -0
  40. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/adafruit_rgb_matrix.py +0 -0
  41. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/display.py +0 -0
  42. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/grove.py +0 -0
  43. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/hardware.py +0 -0
  44. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/hat/__init__.py +0 -0
  45. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/hat/__main__.py +0 -0
  46. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/hat/abstract.py +0 -0
  47. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/hat/prototype.py +0 -0
  48. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/screen.py +0 -0
  49. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/scroll_phat_hd.py +0 -0
  50. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/sparkfun_top_phat/__init__.py +0 -0
  51. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/sparkfun_top_phat/__main__.py +0 -0
  52. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/sparkfun_top_phat/classes.py +0 -0
  53. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/hardware/unicorn_16x16.py +0 -0
  54. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/__init__.py +0 -0
  55. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/__main__.py +0 -0
  56. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/adafruit_rgb_matrix.py +0 -0
  57. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/camera.py +0 -0
  58. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/functions.py +0 -0
  59. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/grove.py +0 -0
  60. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/hat.py +0 -0
  61. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/lepton.py +0 -0
  62. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/scroll_phat_hd.py +0 -0
  63. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/session.py +0 -0
  64. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/sparkfun_top_phat.py +0 -0
  65. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/help/unicorn_16x16.py +0 -0
  66. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/host.py +0 -0
  67. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/imager/__init__.py +0 -0
  68. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/imager/camera/__init__.py +0 -0
  69. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/imager/camera/__main__.py +0 -0
  70. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/imager/camera/classes.py +0 -0
  71. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/imager/camera/constants.py +0 -0
  72. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/imager/classes.py +0 -0
  73. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/imager/lepton/__init__.py +0 -0
  74. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/imager/lepton/__main__.py +0 -0
  75. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/imager/lepton/classes.py +0 -0
  76. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/imager/lepton/python2.py +0 -0
  77. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/logger.py +0 -0
  78. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/sample.env +0 -0
  79. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/session/__init__.py +0 -0
  80. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/session/__main__.py +0 -0
  81. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/session/functions.py +0 -0
  82. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc/urls.py +0 -0
  83. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc.egg-info/SOURCES.txt +0 -0
  84. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc.egg-info/dependency_links.txt +0 -0
  85. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc.egg-info/requires.txt +0 -0
  86. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/bluer_sbc.egg-info/top_level.txt +0 -0
  87. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/pyproject.toml +0 -0
  88. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/requirements.txt +0 -0
  89. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/setup.cfg +0 -0
  90. {bluer_sbc-8.9.1 → bluer_sbc-8.14.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bluer_sbc
3
- Version: 8.9.1
3
+ Version: 8.14.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.35.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.9.1`](https://github.com/kamangir/bluer-sbc).
53
+ built by 🌀 [`bluer_options-5.44.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.14.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.35.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.9.1`](https://github.com/kamangir/bluer-sbc).
55
+ built by 🌀 [`bluer_options-5.44.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.14.1`](https://github.com/kamangir/bluer-sbc).
56
56
 
57
57
 
@@ -11,7 +11,7 @@ function bluer_sbc_session() {
11
11
 
12
12
  abcli_log "@sbc: session @ $abcli_object_name started ..."
13
13
 
14
- abcli_mlflow_tags_set \
14
+ bluer_objects_mlflow_tags_set \
15
15
  $abcli_object_name \
16
16
  session,host=$abcli_hostname,$BLUER_SBC_SESSION_OBJECT_TAGS
17
17
 
@@ -4,7 +4,7 @@ ICON = "🌀"
4
4
 
5
5
  DESCRIPTION = f"{ICON} AI for single board computers."
6
6
 
7
- VERSION = "8.9.1"
7
+ VERSION = "8.14.1"
8
8
 
9
9
  REPO_NAME = "bluer-sbc"
10
10
 
@@ -41,9 +41,7 @@ class Diff:
41
41
  try:
42
42
  self.last_diff = float(
43
43
  np.percentile(
44
- np.abs(
45
- image_scaled.astype(np.float) - self.previous.astype(np.float)
46
- ),
44
+ np.abs(image_scaled.astype(float) - self.previous.astype(float)),
47
45
  90,
48
46
  )
49
47
  / 255
@@ -7,7 +7,7 @@ from bluer_options.logger import crash_report
7
7
  from bluer_options.timer import Timer
8
8
  from bluer_objects import file
9
9
  from bluer_objects import objects
10
- from bluer_objects.storage import instance as storage
10
+ from bluer_objects.storage import upload
11
11
  from bluer_objects.graphics.signature import add_signature
12
12
  from bluer_ai import VERSION as abcli_VERSION
13
13
  from bluer_ai.modules import terraform
@@ -119,7 +119,10 @@ class Session:
119
119
  self.frame_filename = filename
120
120
 
121
121
  if self.auto_upload:
122
- storage.upload_file(self.frame_filename)
122
+ upload(
123
+ object_name=abcli_object_name,
124
+ filename=self.frame_filename,
125
+ )
123
126
 
124
127
  def check_keys(self):
125
128
  for key in hardware.key_buffer:
@@ -235,7 +238,6 @@ class Session:
235
238
  " | ".join(
236
239
  (["*"] if self.new_frame else [])
237
240
  + (["^"] if self.auto_upload else [])
238
- + ([f">{self.outbound_queue}"] if self.outbound_queue else [])
239
241
  + hardware.signature()
240
242
  + [
241
243
  "diff: {:.03f} - {}".format(
@@ -294,14 +296,12 @@ class Session:
294
296
  for enabled, step_ in zip(
295
297
  [
296
298
  "keys" in steps,
297
- "messages" in steps,
298
299
  "timers" in steps,
299
300
  "seed" in steps,
300
301
  "imager" in steps,
301
302
  ],
302
303
  [
303
304
  self.check_keys,
304
- self.check_messages,
305
305
  self.check_timers,
306
306
  self.check_seed,
307
307
  self.check_imager,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bluer_sbc
3
- Version: 8.9.1
3
+ Version: 8.14.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.35.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.9.1`](https://github.com/kamangir/bluer-sbc).
53
+ built by 🌀 [`bluer_options-5.44.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`bluer_sbc-8.14.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