Introduction
CircuitPython board identification and information
Installing from PyPI
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:
pip3 install adafruit-board-toolkit
To install system-wide (this may be required in some cases):
sudo pip3 install adafruit-board-toolkit
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
pip3 install adafruit-board-toolkit
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Release files for adafruit-board-toolkit 1.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| adafruit_board_toolkit-1.1.2.tar.gz | 34.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| adafruit_board_toolkit-1.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 47.0 kB
Release files / adafruit_board_toolkit-1.1.2.tar.gz
| Download URL | adafruit_board_toolkit-1.1.2.tar.gz |
|---|---|
| Size | 34.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
03cdc59ed7a73b8e24a4ad55bd8120ba89d00fd10e4febac1903c0646687915e
|
|
BLAKE2b-256 checksum How to use checksums |
9aa37e0b2c5214f5d3530f1692026c48d3c0f0946470cd0040176f66fe6bd870
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.7
|
Release files / adafruit_board_toolkit-1.1.2-py3-none-any.whl
| Download URL | adafruit_board_toolkit-1.1.2-py3-none-any.whl |
|---|---|
| Size | 12.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
de2362fbd4e9f24b2f77f7915cf3c3020e4e377cb94d7ce70094af6fa406920d
|
|
BLAKE2b-256 checksum How to use checksums |
68c20096e0fcc15e27b0622340afb5c60b80594afb703cb7893571f8e89d0d64
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.7
|