bluer-sbc 8.196.1__py3-none-any.whl → 8.205.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/README.py CHANGED
@@ -14,14 +14,17 @@ from bluer_sbc.designs.bluer_swallow_head import items as bluer_swallow_head_ite
14
14
  from bluer_sbc.designs.bluer_swallow_head import marquee as bluer_swallow_head_marquee
15
15
  from bluer_sbc.designs.bryce import items as bryce_items
16
16
  from bluer_sbc.designs.bryce import marquee as bryce_marquee
17
- from bluer_sbc.help.functions import help_functions
18
-
17
+ from bluer_sbc.designs.nafha import items as nafha_items
18
+ from bluer_sbc.designs.nafha import marquee as nafha_marquee
19
+ from bluer_sbc.designs.bluer_shelter import items as bluer_shelter_items
20
+ from bluer_sbc.designs.bluer_shelter import marquee as bluer_shelter_marquee
19
21
  from bluer_sbc.designs.ultrasonic_sensor_tester import (
20
22
  marquee as ultrasonic_sensor_tester_marquee,
21
23
  )
22
24
  from bluer_sbc.designs.ultrasonic_sensor_tester import (
23
25
  items as ultrasonic_sensor_tester_items,
24
26
  )
27
+ from bluer_sbc.help.functions import help_functions
25
28
 
26
29
 
27
30
  def build():
@@ -42,18 +45,16 @@ def build():
42
45
  )
43
46
  for readme in [
44
47
  {
45
- "items": bluer_swallow_head_marquee
48
+ "items": bluer_swallow_marquee
49
+ + bluer_swallow_head_marquee
46
50
  + ultrasonic_sensor_tester_marquee
47
- + cheshmak_marquee
48
- + bluer_swallow_marquee
49
51
  + bryce_marquee
52
+ + cheshmak_marquee
53
+ + nafha_marquee
54
+ + bluer_shelter_marquee
50
55
  + blue_bracket_items,
51
56
  "path": "..",
52
57
  },
53
- {
54
- "items": cheshmak_items,
55
- "path": "./docs/cheshmak.md",
56
- },
57
58
  {
58
59
  "items": bluer_swallow_items,
59
60
  "path": "./docs/bluer-swallow.md",
@@ -70,6 +71,20 @@ def build():
70
71
  "items": ultrasonic_sensor_tester_items,
71
72
  "path": "./docs/ultrasonic-sensor-tester.md",
72
73
  },
74
+ {
75
+ "items": cheshmak_items,
76
+ "path": "./docs/cheshmak.md",
77
+ },
78
+ {
79
+ "cols": 4,
80
+ "items": nafha_items,
81
+ "path": "./docs/nafha.md",
82
+ },
83
+ {
84
+ "cols": 4,
85
+ "items": bluer_shelter_items,
86
+ "path": "./docs/bluer-shelter.md",
87
+ },
73
88
  ]
74
89
  + [
75
90
  {"path": f"./docs/aliases/{item}.md"}
bluer_sbc/__init__.py CHANGED
@@ -2,9 +2,9 @@ NAME = "bluer_sbc"
2
2
 
3
3
  ICON = "🌀"
4
4
 
5
- DESCRIPTION = f"{ICON} AI for single board computers."
5
+ DESCRIPTION = f"{ICON} AI for single board computers and other designs."
6
6
 
7
- VERSION = "8.196.1"
7
+ VERSION = "8.205.1"
8
8
 
9
9
  REPO_NAME = "bluer-sbc"
10
10
 
@@ -0,0 +1,25 @@
1
+ from bluer_objects import README
2
+
3
+ from bluer_sbc.designs.consts import assets2
4
+
5
+ image_template = assets2 + "bluer-shelter/{}?raw=true"
6
+
7
+ marquee = README.Items(
8
+ [
9
+ {
10
+ "name": "bluer-shelter",
11
+ "marquee": image_template.format("01.png"),
12
+ "url": "./bluer_sbc/docs/bluer-shelter.md",
13
+ }
14
+ ]
15
+ )
16
+
17
+ items = README.Items(
18
+ [
19
+ {
20
+ "marquee": image_template.format(f"{index+1:02}.png"),
21
+ "name": "",
22
+ }
23
+ for index in range(4)
24
+ ],
25
+ )
@@ -0,0 +1,25 @@
1
+ from bluer_objects import README
2
+
3
+ from bluer_sbc.designs.consts import assets2
4
+
5
+ image_template = assets2 + "nafha/{}?raw=true"
6
+
7
+ marquee = README.Items(
8
+ [
9
+ {
10
+ "name": "nafha",
11
+ "marquee": image_template.format("01.png"),
12
+ "url": "./bluer_sbc/docs/nafha.md",
13
+ }
14
+ ]
15
+ )
16
+
17
+ items = README.Items(
18
+ [
19
+ {
20
+ "marquee": image_template.format(f"{index+1:02}.png"),
21
+ "name": "",
22
+ }
23
+ for index in range(4)
24
+ ],
25
+ )
@@ -0,0 +1,64 @@
1
+ Metadata-Version: 2.4
2
+ Name: bluer_sbc
3
+ Version: 8.205.1
4
+ Summary: 🌀 AI for single board computers and other designs.
5
+ Home-page: https://github.com/kamangir/bluer-sbc
6
+ Author: Arash Abadpour (Kamangir)
7
+ Author-email: arash.abadpour@gmail.com
8
+ License: CC0-1.0
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Programming Language :: Unix Shell
11
+ Classifier: Operating System :: OS Independent
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: bluer_ai
15
+ Dynamic: author
16
+ Dynamic: author-email
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: home-page
21
+ Dynamic: license
22
+ Dynamic: license-file
23
+ Dynamic: requires-dist
24
+ Dynamic: summary
25
+
26
+ # 🌀 bluer-sbc
27
+
28
+ 🌀 `bluer-sbc` is a [`bluer-ai`](https://github.com/kamangir/bluer-ai) plugin for edge computing on [single board computers](https://github.com/kamangir/blue-bracket).
29
+
30
+ ## installation
31
+
32
+ ```bash
33
+ pip install bluer_sbc
34
+
35
+ # @env dot list
36
+ @env dot cp <env-name> local
37
+ ```
38
+
39
+ ## aliases
40
+
41
+ [@camera](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/aliases/camera.md),
42
+ [@sbc rpi](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/aliases/sbc.md),
43
+ [@sbc <hardware>](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/aliases/hardware.md).
44
+
45
+ | | | |
46
+ | --- | --- | --- |
47
+ | [`bluer-swallow`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bluer-swallow.md) [![image](https://github.com/kamangir/assets2/blob/main/bluer-swallow/design/v5/01.jpg?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bluer-swallow.md) | [`bluer-swallow head`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bluer-swallow-head.md) [![image](https://github.com/kamangir/assets2/blob/main/bluer-swallow/design/head-v1/01.jpg?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bluer-swallow-head.md) | [`ultrasonic-sensor-tester`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/ultrasonic-sensor-tester.md) [![image](https://github.com/kamangir/assets2/blob/main/ultrasonic-sensor-tester/00.jpg?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/ultrasonic-sensor-tester.md) |
48
+ | [`bryce`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bryce.md) [![image](https://github.com/kamangir/assets2/blob/main/bryce/08.jpg?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bryce.md) | [`cheshmak`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/cheshmak.md) [![image](https://github.com/kamangir/assets2/blob/main/cheshmak/01.png?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/cheshmak.md) | [`nafha`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/nafha.md) [![image](https://github.com/kamangir/assets2/blob/main/nafha/01.png?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/nafha.md) |
49
+ | [`bluer-shelter`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bluer-shelter.md) [![image](https://github.com/kamangir/assets2/blob/main/bluer-shelter/01.png?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bluer-shelter.md) | [`blue3`](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) [![image](https://github.com/kamangir/blue-bracket/raw/main/images/blue3-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) | [`chenar-grove`](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) [![image](https://github.com/kamangir/blue-bracket/raw/main/images/chenar-grove-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) |
50
+ | [`cube`](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) [![image](https://github.com/kamangir/blue-bracket/raw/main/images/cube-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) | [`eye_nano`](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) [![image](https://github.com/kamangir/blue-bracket/raw/main/images/eye_nano-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) | |
51
+
52
+ ---
53
+
54
+ > 🌀 [`blue-sbc`](https://github.com/kamangir/blue-sbc) for the [Global South](https://github.com/kamangir/bluer-south).
55
+
56
+ ---
57
+
58
+
59
+ [![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)
60
+
61
+ built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-8.205.1`](https://github.com/kamangir/bluer-sbc).
62
+
63
+
64
+ built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
@@ -1,5 +1,5 @@
1
- bluer_sbc/README.py,sha256=DjcAMkAPjseeCRO4fut9N5L8wbi-Wjg1YNyj3KHVlyk,2725
2
- bluer_sbc/__init__.py,sha256=So-hHSwNRG1xtHXXY7GlLYCqieq2GHiileFtRoTs5jM,292
1
+ bluer_sbc/README.py,sha256=1bWzp5ZnWus2WHyogysS81PlkyZy1FwlUgTYvgwSGJI,3354
2
+ bluer_sbc/__init__.py,sha256=gCH2I55EMFxuUoBVRkju5Bcj0Ac8OjPUuJyL_aBF5Kk,310
3
3
  bluer_sbc/__main__.py,sha256=JV8oYpZDQbvcDpKJtbjU0hDeMJkzsDLGlhIWLmRpDQ4,348
4
4
  bluer_sbc/config.env,sha256=Lp91dQZrPDtMO-87-pAw1wOqLMIYEI1MlNrXhvKMaoE,706
5
5
  bluer_sbc/env.py,sha256=saEjdk3FHmuK-WQUUpKfOatwmE93Y2Ula3rtGhRm0Zw,1745
@@ -46,11 +46,13 @@ bluer_sbc/algo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
46
  bluer_sbc/algo/diff.py,sha256=ZCUkRgip-Uss86r--RuEwyYtFjpukM3fbY_yovXwgNw,2190
47
47
  bluer_sbc/designs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
48
  bluer_sbc/designs/blue_bracket.py,sha256=4p80wXEAbn4y7jXrTqK1KFrtcQYJ3zdeBiDWR8E4aCI,866
49
+ bluer_sbc/designs/bluer_shelter.py,sha256=eiSt3LgA1fL2NrXq6F8jl55W-YYOdE9On8DFr1H4-uI,522
49
50
  bluer_sbc/designs/bluer_swallow.py,sha256=qyDpo_NE2oIxgvZexPy-Sfc12L29yNtpqZrqoQA5UWg,532
50
51
  bluer_sbc/designs/bluer_swallow_head.py,sha256=9rEAJDrr5TJS2fBarLe94SkumVRGYZ46uFpgOiUb488,547
51
52
  bluer_sbc/designs/bryce.py,sha256=6Ark2nOxLUlnrx03S9gO12oGvM6iFYmdhRfs4JXGZU0,497
52
53
  bluer_sbc/designs/cheshmak.py,sha256=fWTqTJLYCNC0G8jqT-cJW2r8snWJrpRk5VCqjv24yKE,506
53
54
  bluer_sbc/designs/consts.py,sha256=de1X1_0CESgSGYUI8dGh8RBoYtu_G3NrBsFvuSdHJWk,59
55
+ bluer_sbc/designs/nafha.py,sha256=M1P4i19_1FmJpe5YmqS82tE4ztbewlA8wEW98bADdxE,498
54
56
  bluer_sbc/designs/ultrasonic_sensor_tester.py,sha256=sE2C6Hl9EDaNqMIQtbNU8amfevy0xZJCT8Gz2FoD9Cc,553
55
57
  bluer_sbc/hardware/__init__.py,sha256=EW_u4fRXPVpAO47EaLZn0Vxo_rfE9a1O4cPdl_w6vOI,1421
56
58
  bluer_sbc/hardware/adafruit_rgb_matrix.py,sha256=4xFRghBXJWkDDOhPvO-Yt6xY61D451KKxjrUL8ZxXQ8,803
@@ -95,8 +97,8 @@ bluer_sbc/session/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
95
97
  bluer_sbc/session/__main__.py,sha256=O2Tv6HgE8Bos7ASIViYludpWVi6EEc9XRoP8jYC2-2Q,534
96
98
  bluer_sbc/session/classes.py,sha256=6pEh-TBjekUZBbWj_zKh3LAntAoGfcMHtS2SJ77nyC8,9355
97
99
  bluer_sbc/session/functions.py,sha256=eRJKSczRjKn3Fo2jv8_4EMAZwfJBj5cIPg2WqHkC2Q8,481
98
- bluer_sbc-8.196.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
99
- bluer_sbc-8.196.1.dist-info/METADATA,sha256=GdpMLldCRnBRdz53W-u4yuKvWxohzpIPUaSeE_ts7u8,4741
100
- bluer_sbc-8.196.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
101
- bluer_sbc-8.196.1.dist-info/top_level.txt,sha256=DsLDHFiTeAj2mctGVmCSgWUhzCznWSQoUmQ1VyEmnT0,10
102
- bluer_sbc-8.196.1.dist-info/RECORD,,
100
+ bluer_sbc-8.205.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
101
+ bluer_sbc-8.205.1.dist-info/METADATA,sha256=rQ1VON-t0ZyJ2zRtb1beobefUu6DdmTMztoEW4YtNuU,5274
102
+ bluer_sbc-8.205.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
103
+ bluer_sbc-8.205.1.dist-info/top_level.txt,sha256=DsLDHFiTeAj2mctGVmCSgWUhzCznWSQoUmQ1VyEmnT0,10
104
+ bluer_sbc-8.205.1.dist-info/RECORD,,
@@ -1,63 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: bluer_sbc
3
- Version: 8.196.1
4
- Summary: 🌀 AI for single board computers.
5
- Home-page: https://github.com/kamangir/bluer-sbc
6
- Author: Arash Abadpour (Kamangir)
7
- Author-email: arash.abadpour@gmail.com
8
- License: CC0-1.0
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: Programming Language :: Unix Shell
11
- Classifier: Operating System :: OS Independent
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
- Requires-Dist: bluer_ai
15
- Dynamic: author
16
- Dynamic: author-email
17
- Dynamic: classifier
18
- Dynamic: description
19
- Dynamic: description-content-type
20
- Dynamic: home-page
21
- Dynamic: license
22
- Dynamic: license-file
23
- Dynamic: requires-dist
24
- Dynamic: summary
25
-
26
- # 🌀 bluer-sbc
27
-
28
- 🌀 `bluer-sbc` is a [`bluer-ai`](https://github.com/kamangir/bluer-ai) plugin for edge computing on [single board computers](https://github.com/kamangir/blue-bracket).
29
-
30
- ## installation
31
-
32
- ```bash
33
- pip install bluer_sbc
34
-
35
- # @env dot list
36
- @env dot cp <env-name> local
37
- ```
38
-
39
- ## aliases
40
-
41
- [@camera](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/aliases/camera.md),
42
- [@sbc rpi](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/aliases/sbc.md),
43
- [@sbc <hardware>](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/aliases/hardware.md).
44
-
45
- | | | |
46
- | --- | --- | --- |
47
- | [`bluer-swallow head`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bluer-swallow-head.md) [![image](https://github.com/kamangir/assets2/blob/main/bluer-swallow/design/head-v1/01.jpg?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bluer-swallow-head.md) | [`ultrasonic-sensor-tester`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/ultrasonic-sensor-tester.md) [![image](https://github.com/kamangir/assets2/blob/main/ultrasonic-sensor-tester/00.jpg?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/ultrasonic-sensor-tester.md) | [`cheshmak`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/cheshmak.md) [![image](https://github.com/kamangir/assets2/blob/main/cheshmak/01.png?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/cheshmak.md) |
48
- | [`bluer-swallow`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bluer-swallow.md) [![image](https://github.com/kamangir/assets2/blob/main/bluer-swallow/design/v5/01.jpg?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bluer-swallow.md) | [`bryce`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bryce.md) [![image](https://github.com/kamangir/assets2/blob/main/bryce/08.jpg?raw=true)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bryce.md) | [`blue3`](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) [![image](https://github.com/kamangir/blue-bracket/raw/main/images/blue3-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) |
49
- | [`chenar-grove`](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) [![image](https://github.com/kamangir/blue-bracket/raw/main/images/chenar-grove-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) | [`cube`](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) [![image](https://github.com/kamangir/blue-bracket/raw/main/images/cube-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) | [`eye_nano`](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) [![image](https://github.com/kamangir/blue-bracket/raw/main/images/eye_nano-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) |
50
-
51
- ---
52
-
53
- > 🌀 [`blue-sbc`](https://github.com/kamangir/blue-sbc) for the [Global South](https://github.com/kamangir/bluer-south).
54
-
55
- ---
56
-
57
-
58
- [![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)
59
-
60
- built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-8.196.1`](https://github.com/kamangir/bluer-sbc).
61
-
62
-
63
- built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).