bluer-sbc 9.103.1__py3-none-any.whl → 9.105.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/__init__.py CHANGED
@@ -4,7 +4,7 @@ ICON = "🌀"
4
4
 
5
5
  DESCRIPTION = f"{ICON} AI for single board computers and related designs."
6
6
 
7
- VERSION = "9.103.1"
7
+ VERSION = "9.105.1"
8
8
 
9
9
  REPO_NAME = "bluer-sbc"
10
10
 
bluer_sbc/parts/db.py CHANGED
@@ -501,6 +501,42 @@ db_of_parts["tb6612"] = Part(
501
501
  ],
502
502
  )
503
503
 
504
+ db_of_parts["small-on-off-switch"] = Part(
505
+ info=[
506
+ "small on/off switch",
507
+ ],
508
+ images=[
509
+ "small-on-off-switch.jpg",
510
+ ],
511
+ )
512
+
513
+ db_of_parts["double-sided-tape"] = Part(
514
+ info=[
515
+ "double-sided tape.",
516
+ ],
517
+ images=[
518
+ "double-sided-tape.jpg",
519
+ ],
520
+ )
521
+
522
+ db_of_parts["electrical-tape"] = Part(
523
+ info=[
524
+ "electrical tape",
525
+ ],
526
+ images=[
527
+ "electrical-tape.jpg",
528
+ ],
529
+ )
530
+
531
+ db_of_parts["micro-usb-cable"] = Part(
532
+ info=[
533
+ "Micro USB cable",
534
+ ],
535
+ images=[
536
+ "micro-usb-cable.jpg",
537
+ ],
538
+ )
539
+
504
540
  db_of_parts["template"] = Part(
505
541
  info=[
506
542
  "template",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bluer_sbc
3
- Version: 9.103.1
3
+ Version: 9.105.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)
@@ -66,7 +66,7 @@ pip install bluer_sbc
66
66
 
67
67
  [![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)
68
68
 
69
- built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.103.1`](https://github.com/kamangir/bluer-sbc).
69
+ built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.105.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=90dhFRJAzPU3FDM-C0eDxNaHkcfY_YaBojmpj1U4-TA,312
1
+ bluer_sbc/__init__.py,sha256=s93pJCzUPUiEuo7sc8IfDwD3mFbV7CNSIrtWtOe_Ano,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=saEjdk3FHmuK-WQUUpKfOatwmE93Y2Ula3rtGhRm0Zw,1745
@@ -116,15 +116,15 @@ bluer_sbc/imager/lepton/python2.py,sha256=1jAHHzmda_bmqKj0b0X-2KONW5s9umxKaTY4Zi
116
116
  bluer_sbc/parts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
117
117
  bluer_sbc/parts/__main__.py,sha256=8gIFylyfCv35e3VOlt0LY_K4oCMdmW9OFkj54bFab9k,903
118
118
  bluer_sbc/parts/consts.py,sha256=UIld-5czxqoAtMTeTZM4LQZXC-CXU53LVmVzFekZLJQ,98
119
- bluer_sbc/parts/db.py,sha256=nLBbaYPw--iVrw15IuU2pfWu1hz-O2CtgDYjc3baj8o,11823
119
+ bluer_sbc/parts/db.py,sha256=cl5C_vuwkl_KbbLKGjOIDsbxBT9XbpS1L1_8B9rNiLM,12394
120
120
  bluer_sbc/parts/classes/db.py,sha256=Yij--zP566wBpXFoKWsGQddrM28otTVvoez-4Qj2Rtg,6551
121
121
  bluer_sbc/parts/classes/part.py,sha256=tKXjipFRwu0-Gc53VXivwaeqhyYr9uunG6EUzcdr_x8,2181
122
122
  bluer_sbc/session/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
123
123
  bluer_sbc/session/__main__.py,sha256=O2Tv6HgE8Bos7ASIViYludpWVi6EEc9XRoP8jYC2-2Q,534
124
124
  bluer_sbc/session/classes.py,sha256=6pEh-TBjekUZBbWj_zKh3LAntAoGfcMHtS2SJ77nyC8,9355
125
125
  bluer_sbc/session/functions.py,sha256=eRJKSczRjKn3Fo2jv8_4EMAZwfJBj5cIPg2WqHkC2Q8,481
126
- bluer_sbc-9.103.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
127
- bluer_sbc-9.103.1.dist-info/METADATA,sha256=Q5Bl7Ke7IuiCvdgGIkHf5a3qnyl_TYnSbeYmTNA3_DU,5748
128
- bluer_sbc-9.103.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
129
- bluer_sbc-9.103.1.dist-info/top_level.txt,sha256=DsLDHFiTeAj2mctGVmCSgWUhzCznWSQoUmQ1VyEmnT0,10
130
- bluer_sbc-9.103.1.dist-info/RECORD,,
126
+ bluer_sbc-9.105.1.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
127
+ bluer_sbc-9.105.1.dist-info/METADATA,sha256=BXyd99vxQiSN7dB3zd7x0bRJh7stNBJDqUYgQGw3lYY,5748
128
+ bluer_sbc-9.105.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
129
+ bluer_sbc-9.105.1.dist-info/top_level.txt,sha256=DsLDHFiTeAj2mctGVmCSgWUhzCznWSQoUmQ1VyEmnT0,10
130
+ bluer_sbc-9.105.1.dist-info/RECORD,,