Metadata-Version: 1.0
Name: canossa
Version: 0.2.1
Summary: Provides basic, transparent, off-screen(invisible) terminal emulation service, for terminal apps.
Home-page: https://github.com/saitoha/canossa
Author: Hayaki Saito (user@zuse.jp)
Author-email: user@zuse.jp
License: MIT
Description: canossa invisible screen engine
        ===============================
        
        Install
        -------
        
        via github ::
        
        $ git clone --recursive https://github.com/saitoha/canossa.git
        $ cd canossa
        $ python setup.py install
        
        or via pip ::
        
        $ pip install canossa
        
        
        License
        -------
        
        MIT license
        
        Dependencies
        ------------
        
        - termprop
        https://github.com/saitoha/termprop
        
        - TFF - Terminal Filter Framework
        https://github.com/saitoha/tff
        
        Dependents
        ----------
        
        - sentimental-skk
        https://github.com/saitoha/sentimental-skk
        
        
        
Keywords: terminal
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Terminals
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
