Metadata-Version: 1.1
Name: canossa
Version: 0.0.13
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 https://github.com/saitoha/canossa.git
            $ cd canossa
            $ python setup.py install
        
        or via pip ::
        
            $ pip install canossa
        
        
        Usage
        -----
        
        Comming soon.
        
        Dependency
        ----------
        
         - wcwidth.py
           https://svn.wso2.org/repos/wso2/carbon/platform/trunk/dependencies/cassandra/pylib/cqlshlib/wcwidth.py
           (Licensed under Apache License 2.0)
        
         - TFF - Terminal Filter Framework
           https://github.com/saitoha/tff
        
        
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
