bluer-sbc 9.54.1__py3-none-any.whl → 9.60.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/shortcuts.py +1 -1
- bluer_sbc/__init__.py +1 -1
- bluer_sbc/parts/classes/db.py +23 -0
- bluer_sbc/parts/consts.py +3 -0
- {bluer_sbc-9.54.1.dist-info → bluer_sbc-9.60.1.dist-info}/METADATA +3 -3
- {bluer_sbc-9.54.1.dist-info → bluer_sbc-9.60.1.dist-info}/RECORD +9 -8
- {bluer_sbc-9.54.1.dist-info → bluer_sbc-9.60.1.dist-info}/WHEEL +0 -0
- {bluer_sbc-9.54.1.dist-info → bluer_sbc-9.60.1.dist-info}/licenses/LICENSE +0 -0
- {bluer_sbc-9.54.1.dist-info → bluer_sbc-9.60.1.dist-info}/top_level.txt +0 -0
bluer_sbc/README/shortcuts.py
CHANGED
bluer_sbc/__init__.py
CHANGED
bluer_sbc/parts/classes/db.py
CHANGED
|
@@ -11,7 +11,9 @@ from bluer_options.logger import log_list
|
|
|
11
11
|
from bluer_objects import file
|
|
12
12
|
from bluer_objects import README
|
|
13
13
|
from bluer_objects.README.consts import assets_path, assets_url
|
|
14
|
+
from bluer_objects.logger.image import log_image_grid
|
|
14
15
|
|
|
16
|
+
from bluer_sbc.host import signature
|
|
15
17
|
from bluer_sbc import NAME
|
|
16
18
|
from bluer_sbc.parts.classes.part import Part
|
|
17
19
|
from bluer_sbc.logger import logger
|
|
@@ -87,6 +89,27 @@ class PartDB:
|
|
|
87
89
|
)
|
|
88
90
|
log_list(logger, "adjusting", list_of_filenames, "images")
|
|
89
91
|
|
|
92
|
+
if not log_image_grid(
|
|
93
|
+
items=[
|
|
94
|
+
{
|
|
95
|
+
"filename": os.path.join(self.path, part.images[0]),
|
|
96
|
+
"title": part_name,
|
|
97
|
+
}
|
|
98
|
+
for part_name, part in self._db.items()
|
|
99
|
+
if part_name != "template" and part.images
|
|
100
|
+
],
|
|
101
|
+
filename=assets_path(
|
|
102
|
+
suffix="bluer-sbc/parts/grid.png",
|
|
103
|
+
volume=2,
|
|
104
|
+
),
|
|
105
|
+
scale=3,
|
|
106
|
+
header=[
|
|
107
|
+
"{} part(s)".format(len(self._db) - 1),
|
|
108
|
+
],
|
|
109
|
+
footer=signature(),
|
|
110
|
+
):
|
|
111
|
+
return False
|
|
112
|
+
|
|
90
113
|
max_width = 0
|
|
91
114
|
max_height = 0
|
|
92
115
|
for filename in tqdm(list_of_filenames):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bluer_sbc
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.60.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)
|
|
@@ -55,7 +55,7 @@ pip install bluer_sbc
|
|
|
55
55
|
|
|
56
56
|
| |
|
|
57
57
|
| --- |
|
|
58
|
-
| [`parts`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/parts) [ [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/parts) |
|
|
59
59
|
|
|
60
60
|
---
|
|
61
61
|
|
|
@@ -66,7 +66,7 @@ pip install bluer_sbc
|
|
|
66
66
|
|
|
67
67
|
[](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)
|
|
68
68
|
|
|
69
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.
|
|
69
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.60.1`](https://github.com/kamangir/bluer-sbc).
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
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=Md00xcTUEZvWNabLYY05z-clKyv3fKsW0j7WKl4RtvE,311
|
|
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=saEjdk3FHmuK-WQUUpKfOatwmE93Y2Ula3rtGhRm0Zw,1745
|
|
@@ -50,7 +50,7 @@ bluer_sbc/README/build.py,sha256=42pCUarnbdwxuWci1GnCSWMtkt5P-zbiyHRd6ItVMqc,862
|
|
|
50
50
|
bluer_sbc/README/design.py,sha256=gktc7rLWf32XXCVBSJyoVeC3mrGPzPnLDJsVZklCEik,794
|
|
51
51
|
bluer_sbc/README/parts.py,sha256=pIF2dzEuXeBi_M8dPEg2GM9dpAgL3EzKgvm0KwrmQFU,382
|
|
52
52
|
bluer_sbc/README/root.py,sha256=rCdMGJjOiCkTPcE7Uy01-Y-LaRfDoFJN1SeUPDXLOuE,1167
|
|
53
|
-
bluer_sbc/README/shortcuts.py,sha256=
|
|
53
|
+
bluer_sbc/README/shortcuts.py,sha256=Pu7e83Vpz9mZv717jzOluJnGXwo22bUJPZ122NPjUpM,390
|
|
54
54
|
bluer_sbc/README/designs/__init__.py,sha256=pgiqjy3TnqTvhMGvepRR--G9gyDNhCQhec8cwzNeHr8,1860
|
|
55
55
|
bluer_sbc/README/designs/battery_bus.py,sha256=-neRjUhQO3hh_XjGR11tbnye6gYaBdBkL0sHLLXQIyg,960
|
|
56
56
|
bluer_sbc/README/designs/blue_bracket.py,sha256=4p80wXEAbn4y7jXrTqK1KFrtcQYJ3zdeBiDWR8E4aCI,866
|
|
@@ -115,15 +115,16 @@ bluer_sbc/imager/lepton/classes.py,sha256=CnWEwaBZC2hAFuYkv32SAu7GaIK1A-PiLEppAg
|
|
|
115
115
|
bluer_sbc/imager/lepton/python2.py,sha256=1jAHHzmda_bmqKj0b0X-2KONW5s9umxKaTY4ZieoaCI,1600
|
|
116
116
|
bluer_sbc/parts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
117
117
|
bluer_sbc/parts/__main__.py,sha256=BvSd7uLq-zq1Sjw_I6tvOk2Gcb67mOBRf3lZxMHmuQo,763
|
|
118
|
+
bluer_sbc/parts/consts.py,sha256=UIld-5czxqoAtMTeTZM4LQZXC-CXU53LVmVzFekZLJQ,98
|
|
118
119
|
bluer_sbc/parts/db.py,sha256=GzRCbGcmF1FdZgaSYIFvXkZLByO6Uvm3P1uLGK8zBag,9210
|
|
119
|
-
bluer_sbc/parts/classes/db.py,sha256=
|
|
120
|
+
bluer_sbc/parts/classes/db.py,sha256=6av7MhpNBLwOlXHXr-djTaUtJdlslAsbaHeFoUmoDZA,6408
|
|
120
121
|
bluer_sbc/parts/classes/part.py,sha256=tKXjipFRwu0-Gc53VXivwaeqhyYr9uunG6EUzcdr_x8,2181
|
|
121
122
|
bluer_sbc/session/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
122
123
|
bluer_sbc/session/__main__.py,sha256=O2Tv6HgE8Bos7ASIViYludpWVi6EEc9XRoP8jYC2-2Q,534
|
|
123
124
|
bluer_sbc/session/classes.py,sha256=6pEh-TBjekUZBbWj_zKh3LAntAoGfcMHtS2SJ77nyC8,9355
|
|
124
125
|
bluer_sbc/session/functions.py,sha256=eRJKSczRjKn3Fo2jv8_4EMAZwfJBj5cIPg2WqHkC2Q8,481
|
|
125
|
-
bluer_sbc-9.
|
|
126
|
-
bluer_sbc-9.
|
|
127
|
-
bluer_sbc-9.
|
|
128
|
-
bluer_sbc-9.
|
|
129
|
-
bluer_sbc-9.
|
|
126
|
+
bluer_sbc-9.60.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
|
|
127
|
+
bluer_sbc-9.60.1.dist-info/METADATA,sha256=m2O-5sv3hqJELBypKlMTwuFdOpAFJqrBhG-fxZjJTUE,5746
|
|
128
|
+
bluer_sbc-9.60.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
129
|
+
bluer_sbc-9.60.1.dist-info/top_level.txt,sha256=DsLDHFiTeAj2mctGVmCSgWUhzCznWSQoUmQ1VyEmnT0,10
|
|
130
|
+
bluer_sbc-9.60.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|