Skip to content

Releases: adafruit/Adafruit_Python_Shell

Added Raspberry Pi 64 OS Detection

10 Sep 00:38
3c02311

Choose a tag to compare

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Updated Branch to Main and Fixed Checks

14 Jun 15:04
264f418

Choose a tag to compare

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Updated the message on last reboot check to remind users to re-run script

05 Mar 20:10
e4d4d65

Choose a tag to compare

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Added some more functions

03 Mar 19:19
15a19fa

Choose a tag to compare

  • Added a function to prompt for reboot
  • Added a function to check if the system has been rebooted since the last kernel update

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Run Command Bug Fixes

12 Feb 00:56
82deb93

Choose a tag to compare

  • Fixed an issue where errors didn't show when running shell commands
  • Fixed an issue where it was returning a misspelled release name
  • Fixed an issue where sometimes pressing control-c while running a command would mess with the terminal

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Fixed some copy/move related bugs

26 Jan 21:11
695fd5e

Choose a tag to compare

  • Fixed an issue where it failed to copy if the destination was a directory
  • Fixed an issue where it failed to copy if the file already existed
  • Fixed an issue where it failed to moved if the file already existed

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Minor improvements and bugfixes

26 Jan 17:29
7ea1ad3

Choose a tag to compare

  • run_command suppresses errors on utf-8 decoding
  • Added copy function for copying files.

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

1.2.1: Merge pull request #5 from makermelissa/master

01 Oct 19:30
70224b6

Choose a tag to compare

  • run_command can return the result now
  • Added python3 check

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Added search/replace, popd, pushd, date, and more

26 Sep 22:09
3e8e9b0

Choose a tag to compare

  • Added pattern find/replace
  • Added popd/pushd functions
  • Added date function

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Added board detection and OS convenience functions

21 Sep 22:57
9c77a98

Choose a tag to compare

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.