demoshell 0.2.0

demoshell is a simplified shell for live demonstrations. It always shows the command prompt at the top of the screen and pushes command output down instead of letting it scroll up.

Project details 0.2.0 on PyPI

What’s new in 0.2.0?

  • set up travis with linter build
  • Adding Aliases (contributed by Bhavik Shah)
  • Creating a Config File (contributed by Bhavik Shah)
  • Add __main__ so demoshell may be invoked via runpy (python -m). Fixes #13. (contributed by Jason R. Coombs)