bluer-sbc 9.168.1__py3-none-any.whl → 9.319.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.
Files changed (58) hide show
  1. bluer_sbc/.abcli/sbc/parts/edit.sh +5 -0
  2. bluer_sbc/.abcli/sbc/parts/open.sh +5 -0
  3. bluer_sbc/.abcli/sbc/parts.sh +1 -1
  4. bluer_sbc/.abcli/seed/rpi_64_bit.sh +1 -1
  5. bluer_sbc/.abcli/tests/help.sh +2 -0
  6. bluer_sbc/README/design.py +31 -19
  7. bluer_sbc/README/designs/__init__.py +12 -8
  8. bluer_sbc/README/designs/adapter_bus.py +2 -2
  9. bluer_sbc/README/designs/anchor/__init__.py +15 -0
  10. bluer_sbc/README/designs/anchor/body/__init__.py +0 -0
  11. bluer_sbc/README/designs/anchor/body/docs.py +20 -0
  12. bluer_sbc/README/designs/anchor/docs.py +16 -0
  13. bluer_sbc/README/designs/anchor/items.py +10 -0
  14. bluer_sbc/README/designs/anchor/parts.py +54 -0
  15. bluer_sbc/README/designs/battery_bus/__init__.py +15 -0
  16. bluer_sbc/README/designs/battery_bus/body/__init__.py +0 -0
  17. bluer_sbc/README/designs/battery_bus/body/docs.py +20 -0
  18. bluer_sbc/README/designs/battery_bus/body/li_ion.py +20 -0
  19. bluer_sbc/README/designs/battery_bus/body/sla.py +17 -0
  20. bluer_sbc/README/designs/battery_bus/docs.py +17 -0
  21. bluer_sbc/README/designs/battery_bus/items.py +17 -0
  22. bluer_sbc/README/designs/battery_bus/parts.py +19 -0
  23. bluer_sbc/README/designs/cheshmak/__init__.py +14 -0
  24. bluer_sbc/README/designs/cheshmak/body/__init__.py +0 -0
  25. bluer_sbc/README/designs/cheshmak/body/docs.py +23 -0
  26. bluer_sbc/README/designs/cheshmak/body/v1.py +18 -0
  27. bluer_sbc/README/designs/cheshmak/docs.py +19 -0
  28. bluer_sbc/README/designs/cheshmak/items.py +10 -0
  29. bluer_sbc/README/designs/cheshmak/operation.py +5 -0
  30. bluer_sbc/README/designs/cheshmak/parts.py +28 -0
  31. bluer_sbc/README/designs/cheshmak/validations.py +14 -0
  32. bluer_sbc/README/designs/nafha.py +11 -5
  33. bluer_sbc/README/designs/pwm_generator.py +71 -0
  34. bluer_sbc/README/designs/regulated_bus.py +79 -0
  35. bluer_sbc/README/designs/shelter.py +3 -0
  36. bluer_sbc/README/designs/swallow/__init__.py +20 -0
  37. bluer_sbc/README/designs/swallow/consts.py +7 -0
  38. bluer_sbc/README/designs/swallow/docs.py +24 -0
  39. bluer_sbc/README/designs/swallow/history.py +34 -0
  40. bluer_sbc/README/designs/swallow/parts.py +16 -0
  41. bluer_sbc/README/designs/swallow_head/__init__.py +22 -0
  42. bluer_sbc/README/designs/swallow_head/docs.py +24 -0
  43. bluer_sbc/README/designs/swallow_head/history.py +21 -0
  44. bluer_sbc/README/designs/{swallow_head.py → swallow_head/parts.py} +9 -43
  45. bluer_sbc/README/root.py +11 -7
  46. bluer_sbc/__init__.py +1 -1
  47. bluer_sbc/help/parts.py +33 -1
  48. bluer_sbc/parts/db.py +136 -16
  49. bluer_sbc-9.319.1.dist-info/METADATA +73 -0
  50. {bluer_sbc-9.168.1.dist-info → bluer_sbc-9.319.1.dist-info}/RECORD +53 -22
  51. bluer_sbc/README/designs/battery_bus.py +0 -52
  52. bluer_sbc/README/designs/bryce.py +0 -28
  53. bluer_sbc/README/designs/cheshmak.py +0 -29
  54. bluer_sbc/README/designs/swallow.py +0 -46
  55. bluer_sbc-9.168.1.dist-info/METADATA +0 -73
  56. {bluer_sbc-9.168.1.dist-info → bluer_sbc-9.319.1.dist-info}/WHEEL +0 -0
  57. {bluer_sbc-9.168.1.dist-info → bluer_sbc-9.319.1.dist-info}/licenses/LICENSE +0 -0
  58. {bluer_sbc-9.168.1.dist-info → bluer_sbc-9.319.1.dist-info}/top_level.txt +0 -0
@@ -1,73 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: bluer_sbc
3
- Version: 9.168.1
4
- Summary: 🌀 AI for single board computers and related 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
- ## designs
46
-
47
- | | | |
48
- | --- | --- | --- |
49
- | [`swallow head`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow-head.md) [![image](https://github.com/kamangir/assets2/blob/main/swallow/design/head-v1/01.jpg?raw=true)](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) [![image](https://github.com/kamangir/assets2/blob/main/swallow/design/v5/01.jpg?raw=true)](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) [![image](https://github.com/kamangir/assets2/raw/main/battery-bus/20251007_221902.jpg)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/battery-bus.md) |
50
- | [`adapter bus`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/adapter-bus.md) [![image](https://github.com/kamangir/assets2/raw/main/adapter-bus/20251017_222911.jpg)](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) [![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) | [`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) |
51
- | [`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) [![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) | [`shelter`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/shelter) [![image](https://github.com/kamangir/assets2/raw/main/shelter/20251104_000755.jpg)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/shelter) |
52
- | [`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) | [`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) |
53
- | [`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) | | |
54
-
55
- ## shortcuts
56
-
57
- | |
58
- | --- |
59
- | [`parts`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/parts) [![image](https://github.com/kamangir/assets2/raw/main/bluer-sbc/parts/grid.png)](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/parts) |
60
-
61
- ---
62
-
63
- > 🌀 [`blue-sbc`](https://github.com/kamangir/blue-sbc) for the [Global South](https://github.com/kamangir/bluer-south).
64
-
65
- ---
66
-
67
-
68
- [![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)
69
-
70
- built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.168.1`](https://github.com/kamangir/bluer-sbc).
71
-
72
-
73
- built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).