Metadata-Version: 1.0
Name: TermEmulator
Version: 1.0.1
Summary: Emulator for V100 terminal programs
Home-page: https://github.com/sivachandran/TermEmulator
Author: Siva Chandran P
Author-email: siva.chandran.p@gmail.com
License: LGPL
Description: TermEmulator
        ============
        
        ``TermEmulator`` is a pure python module for emulating VT100 terminal programs. 
        
        It handles V100 special characters and most important escape sequences.
        It also handles graphics rendition which specifies text style (i.e. bold, italics),
        foreground color and background color. 
        
        The handled escape sequences are ``CUU``, ``CUD``, ``CUF``, ``CUB``, ``CHA``,
        ``CUP``, ``ED``, ``EL``, ``VPA`` and ``SGR``.
        
        Development
        ===========
        
        ``TermEmulator`` source code and tracker are at https://github.com/sivachandran/TermEmulator.
        
        
        Changelog
        =========
        
        1.0.1 (2011-07-09)
        ------------------
        
        - Eggified 
          [gotcha]
        
        1.0 (2008-04-18)
        ----------------
        
        - First release (as .tgz)
          [sivachandran]
        
Platform: UNKNOWN
