/simple-pty

A utils for easily spawning interactive pty, which listening some signal like `signal.SIGWINCH`

Primary LanguagePythonApache License 2.0Apache-2.0

simple-pty - Yet another Pseudo terminal utils implement by python.

simple-pty is utils for easily spawning interactive pty, which listening some signal like signal.SIGWINCH

Works for Python 3.6+, Linux and macOS.

Usage

Install

You can install from PyPi.

❯ pip install simple-pty