Get Raspberry Pi model Name(eg: A, B, B+...)
Project description
getrpimodel
Get Raspberry Pi model Name(eg: A, B, B+...)
install
pip install getrpimodel
installs
return
String: 'Model Name' same string as the 'Model' column value of the following Table, like as "A", "B", "B+", "2 Model B", "3 Model B" and so on.
Miner info in parentheses, like (Beta), (ECN0001), or (with BCM2837) are removed; or appear with '--s' option, or 'model_strict()' function.
How to use
as python program.
python -m getrpimodel [--s]
as python library.
import getrpimodel
print (getrpimodel.model())
print (getrpimodel.model_strict())
C++ version.
C++ version is also availabel as here.
history
- 2018.09.19_version_0.1.13 add "Zero W", "3 Model B+"
- 2018.11.19_version_0.1.15 add "3 Model A+"
- 2020.05.01_version_0.1.16 merge pr1 for adding model 4B by shingon, thank you!
- 2020.05.01_version_0.1.16 add "Compute Module 3+"
- 2020.05.01_version_0.1.16 add missing b+ of rev "900032"
- 2020.09.05_version_0.1.17 fix issue#2. Thanks goszpeti!
- 2020.09.08_version_0.1.19 merge issue#3. Thanks Fabian Affolter!
- 2021.03.25_version_0.1.20 add rev 1.4 PCB's of RPi4
- 2022.02.16_version_0.1.21 merge issue#4. Thanks SimonLamy!
- 2023.02.14_version_0.1.22 merge issue#5. Thanks Sergei Guselnikov!
- 2023.02.14_version_0.1.23 add rev 1.5 PCB's of RPi4
- 2024.04.08_version_0.1.24 add rev 1.1 PCB's of 3A+ and CM, rev 1.2 PCB of 2B (with BCM2837), rev 1.3 PCB's of 3B and 3B+, rev 1.4 PCB's of 3B+, rev 1.5 PCB's of 4B, Pi400, CM4, 5
- 2024.05.27_version_0.1.25 fix issue#6.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
getrpimodel-0.1.25.tar.gz
(3.2 kB
view details)
File details
Details for the file getrpimodel-0.1.25.tar.gz
.
File metadata
- Download URL: getrpimodel-0.1.25.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b561f8c20a6a84309767822dd66a98391e4c2883f0b317dc9209d47600b097f |
|
MD5 | 35f3a93eeccef47b59c16476558593ca |
|
BLAKE2b-256 | a7d8cd45fd9dcd7ce22d3033e48be5fcf3422fa2b1f7eb9d35cb855b6e9ad924 |