Releases: adafruit/Adafruit_Python_Shell
Improve command output
What's Changed
- Treat \r as logical-line boundary and swallow stray padding spaces #36 by @makermelissa-piclaw
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.
Update to latest pre-commit checks and fix command output
What's Changed
- Migrate pre-commit from black + pylint to ruff #35 by @makermelissa-piclaw
- Preserve carriage returns in run_command output (closes #18) #32 by @makermelissa-piclaw
- Bump reuse-tool pre-commit hook to v6.2.0 #33 by @makermelissa-piclaw
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.
Updated for compatibility with Python 3.14
What's Changed
- Account for Python 3.14 returning BlockingIOError instead of TypeError #31 by @makermelissa
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.
Fixed typo in function name
What's Changed
- Fix typo in function name #29 by @makermelissa
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.
New useful functions like template support
What's Changed
- New features required for installer script changes #27 by @makermelissa
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.
Add check to see if the board is a Pi 5 or newer
What's Changed
- Use new platform detect feature to see if board is Pi5 #26 by @makermelissa
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.
Added some useful functions for wayland detection
What's Changed
- Add some useful functions for wayland detection #25 by @makermelissa
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.
Added bookworm Release
What's Changed
- Added new raspbian release(bookworm) to raspbian_releases #23 by @LostNulide
- Pin python version to 3.11 #24 by @makermelissa
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.
run_command can run commands as the user
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.
Added check_kernel_userspace_mismatch()
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.