bluer-sbc 9.116.1__py3-none-any.whl → 9.126.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/designs/__init__.py +8 -3
- bluer_sbc/README/designs/nafha.py +14 -2
- bluer_sbc/README/designs/shelter.py +1 -0
- bluer_sbc/__init__.py +1 -1
- {bluer_sbc-9.116.1.dist-info → bluer_sbc-9.126.1.dist-info}/METADATA +3 -3
- {bluer_sbc-9.116.1.dist-info → bluer_sbc-9.126.1.dist-info}/RECORD +9 -9
- {bluer_sbc-9.116.1.dist-info → bluer_sbc-9.126.1.dist-info}/WHEEL +0 -0
- {bluer_sbc-9.116.1.dist-info → bluer_sbc-9.126.1.dist-info}/licenses/LICENSE +0 -0
- {bluer_sbc-9.116.1.dist-info → bluer_sbc-9.126.1.dist-info}/top_level.txt +0 -0
|
@@ -34,9 +34,6 @@ docs = [
|
|
|
34
34
|
"cheshmak": design(
|
|
35
35
|
cheshmak.items,
|
|
36
36
|
),
|
|
37
|
-
"nafha": design(
|
|
38
|
-
nafha.items,
|
|
39
|
-
),
|
|
40
37
|
"shelter": design(
|
|
41
38
|
shelter.items,
|
|
42
39
|
),
|
|
@@ -55,4 +52,12 @@ docs = [
|
|
|
55
52
|
x.items,
|
|
56
53
|
),
|
|
57
54
|
}.items()
|
|
55
|
+
] + [
|
|
56
|
+
{
|
|
57
|
+
"items": nafha.items,
|
|
58
|
+
"path": "../docs/nafha",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"path": "../docs/nafha/parts-v1.md",
|
|
62
|
+
},
|
|
58
63
|
]
|
|
@@ -10,11 +10,23 @@ marquee = README.Items(
|
|
|
10
10
|
{
|
|
11
11
|
"name": "nafha",
|
|
12
12
|
"marquee": image_template.format("01.png"),
|
|
13
|
-
"url": "./bluer_sbc/docs/nafha
|
|
13
|
+
"url": "./bluer_sbc/docs/nafha",
|
|
14
14
|
}
|
|
15
15
|
]
|
|
16
16
|
)
|
|
17
17
|
|
|
18
18
|
items = ImageItems(
|
|
19
|
-
{
|
|
19
|
+
{
|
|
20
|
+
image_template.format(f"{filename}"): ""
|
|
21
|
+
for filename in [
|
|
22
|
+
f"{index+1:02}.png"
|
|
23
|
+
for index in range(
|
|
24
|
+
4,
|
|
25
|
+
)
|
|
26
|
+
]
|
|
27
|
+
+ [
|
|
28
|
+
"20251028_123428.jpg",
|
|
29
|
+
"20251028_123438.jpg",
|
|
30
|
+
]
|
|
31
|
+
},
|
|
20
32
|
)
|
bluer_sbc/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bluer_sbc
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.126.1
|
|
4
4
|
Summary: 🌀 AI for single board computers and related designs.
|
|
5
5
|
Home-page: https://github.com/kamangir/bluer-sbc
|
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
|
@@ -48,7 +48,7 @@ pip install bluer_sbc
|
|
|
48
48
|
| --- | --- | --- |
|
|
49
49
|
| [`swallow head`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow-head.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow-head.md) | [`swallow`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow.md) | [`battery bus`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/battery-bus.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/battery-bus.md) |
|
|
50
50
|
| [`adapter bus`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/adapter-bus.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/adapter-bus.md) | [`ultrasonic-sensor-tester`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/ultrasonic-sensor-tester.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/ultrasonic-sensor-tester.md) | [`bryce`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bryce.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bryce.md) |
|
|
51
|
-
| [`cheshmak`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/cheshmak.md) [](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
|
|
51
|
+
| [`cheshmak`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/cheshmak.md) [](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) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/nafha) | [`shelter`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/shelter.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/shelter.md) |
|
|
52
52
|
| [`blue3`](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) [](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) [](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) | [`cube`](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) |
|
|
53
53
|
| [`eye_nano`](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) | | |
|
|
54
54
|
|
|
@@ -67,7 +67,7 @@ pip install bluer_sbc
|
|
|
67
67
|
|
|
68
68
|
[](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)
|
|
69
69
|
|
|
70
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.
|
|
70
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.126.1`](https://github.com/kamangir/bluer-sbc).
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
bluer_sbc/__init__.py,sha256=
|
|
1
|
+
bluer_sbc/__init__.py,sha256=paeWseHQ1W6qh01bvxoqnsJo_UajKMibNS4Ig2PrHX4,312
|
|
2
2
|
bluer_sbc/__main__.py,sha256=mdHwITYb7ypMkevZnEBqFO-S4MYkdrTfbS8ZYTd5MBM,374
|
|
3
3
|
bluer_sbc/config.env,sha256=Lp91dQZrPDtMO-87-pAw1wOqLMIYEI1MlNrXhvKMaoE,706
|
|
4
4
|
bluer_sbc/env.py,sha256=o7IncS2zu2TrBY0zkGzkpZYBtcaaf22Szhbwz82mQbE,1833
|
|
@@ -51,15 +51,15 @@ bluer_sbc/README/design.py,sha256=gktc7rLWf32XXCVBSJyoVeC3mrGPzPnLDJsVZklCEik,79
|
|
|
51
51
|
bluer_sbc/README/parts.py,sha256=pIF2dzEuXeBi_M8dPEg2GM9dpAgL3EzKgvm0KwrmQFU,382
|
|
52
52
|
bluer_sbc/README/root.py,sha256=WYUpmpDrkGtwSDV9wiodn_bL1hbl56WlykjWXV7UQiI,1290
|
|
53
53
|
bluer_sbc/README/shortcuts.py,sha256=Pu7e83Vpz9mZv717jzOluJnGXwo22bUJPZ122NPjUpM,390
|
|
54
|
-
bluer_sbc/README/designs/__init__.py,sha256=
|
|
54
|
+
bluer_sbc/README/designs/__init__.py,sha256=8JPPbjWKO7EnzTAHvJH37Vf5Bbr94TcUI14jgOkfT5A,1337
|
|
55
55
|
bluer_sbc/README/designs/adapter_bus.py,sha256=KhMkOqiEbu6Eg0QvEiDiPbSuZUSAcNz-vZxoBf3INVw,1059
|
|
56
56
|
bluer_sbc/README/designs/battery_bus.py,sha256=dO4rq2PKy7MuI8QMnaGdPByueORPLS5WSeGwz-XTGFU,948
|
|
57
57
|
bluer_sbc/README/designs/blue_bracket.py,sha256=4p80wXEAbn4y7jXrTqK1KFrtcQYJ3zdeBiDWR8E4aCI,866
|
|
58
58
|
bluer_sbc/README/designs/bryce.py,sha256=9mfOoMy9Rk1AITj480CoLYdgzWNraAwwypc5kVpEB_Q,474
|
|
59
59
|
bluer_sbc/README/designs/cheshmak.py,sha256=fG0zRc6vVm5Nj07Juq13PPGp0ZUWyLqA9-nAUpnzr1Q,483
|
|
60
60
|
bluer_sbc/README/designs/consts.py,sha256=de1X1_0CESgSGYUI8dGh8RBoYtu_G3NrBsFvuSdHJWk,59
|
|
61
|
-
bluer_sbc/README/designs/nafha.py,sha256=
|
|
62
|
-
bluer_sbc/README/designs/shelter.py,sha256=
|
|
61
|
+
bluer_sbc/README/designs/nafha.py,sha256=BPCEmxoR3CRAm2s9P_K3nQkqXGVmeHC7j6mRi8YwwS8,683
|
|
62
|
+
bluer_sbc/README/designs/shelter.py,sha256=0QTJYlsirVnPLtAzGq7eGX2Eg13jWN2I8HWxJwNrmw0,792
|
|
63
63
|
bluer_sbc/README/designs/swallow.py,sha256=lnKwR_dVT2NYfdjRZeszcwQBPKziWW1jcn9TdbK6DS8,558
|
|
64
64
|
bluer_sbc/README/designs/swallow_head.py,sha256=F7LWVJCeEtCgy5FfIcWUsKPTIkWaNRLY7HTjmS_rSl8,578
|
|
65
65
|
bluer_sbc/README/designs/ultrasonic_sensor_tester.py,sha256=fljUikScYa9Y2tcMs7QRwYbUd-NA59Pc7IQtyZyA2w0,524
|
|
@@ -126,8 +126,8 @@ bluer_sbc/session/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
|
126
126
|
bluer_sbc/session/__main__.py,sha256=O2Tv6HgE8Bos7ASIViYludpWVi6EEc9XRoP8jYC2-2Q,534
|
|
127
127
|
bluer_sbc/session/classes.py,sha256=6pEh-TBjekUZBbWj_zKh3LAntAoGfcMHtS2SJ77nyC8,9355
|
|
128
128
|
bluer_sbc/session/functions.py,sha256=eRJKSczRjKn3Fo2jv8_4EMAZwfJBj5cIPg2WqHkC2Q8,481
|
|
129
|
-
bluer_sbc-9.
|
|
130
|
-
bluer_sbc-9.
|
|
131
|
-
bluer_sbc-9.
|
|
132
|
-
bluer_sbc-9.
|
|
133
|
-
bluer_sbc-9.
|
|
129
|
+
bluer_sbc-9.126.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
|
|
130
|
+
bluer_sbc-9.126.1.dist-info/METADATA,sha256=EN-_03kfJctFJaeHt7xvHOmGlfFsNKRl3_EnGZEY45Y,6016
|
|
131
|
+
bluer_sbc-9.126.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
132
|
+
bluer_sbc-9.126.1.dist-info/top_level.txt,sha256=DsLDHFiTeAj2mctGVmCSgWUhzCznWSQoUmQ1VyEmnT0,10
|
|
133
|
+
bluer_sbc-9.126.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|