Metadata-Version: 1.0
Name: canossa
Version: 0.0.23
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: GPL v3
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
        
        
        Usage
        -----
        
        Comming soon.
        
        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 :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
