Releases: adafruit/Adafruit_Python_Shell
Release list
Add append_if_missing() helper function
What's Changed
- Add Shell.append_if_missing() helper #39 by @makermelissa-piclaw
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.
Added run_raspi_config() function
What's Changed
- Add Shell.run_raspi_config() that no-ops on non-Raspberry-Pi-OS #38 by @makermelissa-piclaw
To use in CPython, pip3 install Adafruit-Python-Shell.
Read the docs for info on how to use it.
Minor bug fix
Minor update for clear() when interacting over a non-TTY interface
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.