python2-pyte 0.7.0 Simple VTXXX-compatible terminal emulator

pyte is an in-memory VTxxx-compatible terminal emulator. VTxxx stands for a series of video terminals, developed by DEC between 1970 and 1995. The first and probably most famous one was the VT100 terminal, which is now a de-facto standard for all virtual terminal emulators.

pyte is a fork of vt102, which was an incomplete pure Python implementation of VT100 terminal.