simple-pty is utils for easily spawning interactive pty, which listening some signal like signal.SIGWINCH
Works for Python 3.6+, Linux and macOS.
You can install from PyPi.
❯ pip install simple-pty
A utils for easily spawning interactive pty, which listening some signal like `signal.SIGWINCH`
PythonApache-2.0