bluer-sbc 8.9.1__py3-none-any.whl → 8.14.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.
- bluer_sbc/.abcli/session.sh +1 -1
- bluer_sbc/__init__.py +1 -1
- bluer_sbc/algo/diff.py +1 -3
- bluer_sbc/session/classes.py +5 -5
- {bluer_sbc-8.9.1.dist-info → bluer_sbc-8.14.1.dist-info}/METADATA +2 -2
- {bluer_sbc-8.9.1.dist-info → bluer_sbc-8.14.1.dist-info}/RECORD +9 -9
- {bluer_sbc-8.9.1.dist-info → bluer_sbc-8.14.1.dist-info}/WHEEL +0 -0
- {bluer_sbc-8.9.1.dist-info → bluer_sbc-8.14.1.dist-info}/licenses/LICENSE +0 -0
- {bluer_sbc-8.9.1.dist-info → bluer_sbc-8.14.1.dist-info}/top_level.txt +0 -0
bluer_sbc/.abcli/session.sh
CHANGED
bluer_sbc/__init__.py
CHANGED
bluer_sbc/algo/diff.py
CHANGED
bluer_sbc/session/classes.py
CHANGED
|
@@ -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
|
|
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
|
-
|
|
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.
|
|
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
|
[](https://github.com/kamangir/bluer-sbc/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-sbc/) [](https://pypistats.org/packages/bluer-sbc)
|
|
52
52
|
|
|
53
|
-
built by 🌀 [`bluer_options-5.
|
|
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
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
bluer_sbc/README.py,sha256=PX_NHt0J5kkaF38D3g0wljQWCG3L7w5C9hkRd4SP680,1179
|
|
2
|
-
bluer_sbc/__init__.py,sha256=
|
|
2
|
+
bluer_sbc/__init__.py,sha256=CjQHoHZsIhDMKa2GNSaMn3_IUFIlgUl5LTtzOwFTLQo,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
|
|
@@ -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=
|
|
20
|
+
bluer_sbc/.abcli/session.sh,sha256=5D5xoG4gDy8oeQ4tqCiDuXsrJt1bWeOwyGnAFmYPCDM,1080
|
|
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
|
|
@@ -33,7 +33,7 @@ bluer_sbc/.abcli/tests/camera.sh,sha256=VjamlnMfnzpLtiSGtMOarHmyHo1bO6GgpHN2iAIo
|
|
|
33
33
|
bluer_sbc/.abcli/tests/help.sh,sha256=-R5VCGB3DUhnLYGqMY_mR0J7ab_AVY9T4RuOBxh4H_U,1453
|
|
34
34
|
bluer_sbc/.abcli/tests/version.sh,sha256=mLLaswbuyDiyUZVj3gOLrdp2kK_TTOUoAeRHc4mwFOc,144
|
|
35
35
|
bluer_sbc/algo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
|
-
bluer_sbc/algo/diff.py,sha256=
|
|
36
|
+
bluer_sbc/algo/diff.py,sha256=ZCUkRgip-Uss86r--RuEwyYtFjpukM3fbY_yovXwgNw,2190
|
|
37
37
|
bluer_sbc/hardware/__init__.py,sha256=_8mhjisGA1ACrN4l0uxOexVqgi4T0qx64dW6lFeukfQ,1509
|
|
38
38
|
bluer_sbc/hardware/adafruit_rgb_matrix.py,sha256=4xFRghBXJWkDDOhPvO-Yt6xY61D451KKxjrUL8ZxXQ8,803
|
|
39
39
|
bluer_sbc/hardware/display.py,sha256=bRjemItjmF3tJcWxP3e2lVB5Ul8br3_3PcJhfrBT7mY,3057
|
|
@@ -73,10 +73,10 @@ bluer_sbc/imager/lepton/classes.py,sha256=CnWEwaBZC2hAFuYkv32SAu7GaIK1A-PiLEppAg
|
|
|
73
73
|
bluer_sbc/imager/lepton/python2.py,sha256=1jAHHzmda_bmqKj0b0X-2KONW5s9umxKaTY4ZieoaCI,1600
|
|
74
74
|
bluer_sbc/session/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
75
75
|
bluer_sbc/session/__main__.py,sha256=O2Tv6HgE8Bos7ASIViYludpWVi6EEc9XRoP8jYC2-2Q,534
|
|
76
|
-
bluer_sbc/session/classes.py,sha256=
|
|
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.
|
|
79
|
-
bluer_sbc-8.
|
|
80
|
-
bluer_sbc-8.
|
|
81
|
-
bluer_sbc-8.
|
|
82
|
-
bluer_sbc-8.
|
|
78
|
+
bluer_sbc-8.14.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
|
|
79
|
+
bluer_sbc-8.14.1.dist-info/METADATA,sha256=9HOFBU_XAacay0DPqIGH4aunMSNKjsRnBuL9uG3xMcs,2720
|
|
80
|
+
bluer_sbc-8.14.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
81
|
+
bluer_sbc-8.14.1.dist-info/top_level.txt,sha256=DsLDHFiTeAj2mctGVmCSgWUhzCznWSQoUmQ1VyEmnT0,10
|
|
82
|
+
bluer_sbc-8.14.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|