Metadata-Version: 2.1
Name: simple-pty
Version: 1.0.0
Summary: A utils for easily spawning interactive pty, which listening some signal like `signal.SIGWINCH`
Home-page: https://github.com/shabbywu/simple-pty
License: Apache-2.0
Author: shabbywu
Author-email: shabbywu@qq.com
Requires-Python: >=3.6
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/shabbywu/simple-pty
Description-Content-Type: text/markdown

# 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.

```bash
❯ pip install simple-pty
```
