Metadata-Version: 1.0
Name: termprop
Version: 0.1.1
Summary: detects some terminal glitches and advanced facilities information
Home-page: https://github.com/saitoha/termprop
Author: Hayaki Saito (user@zuse.jp)
Author-email: user@zuse.jp
License: MIT
Description: termprop
        ========
        
        What is This
        ------------
        
        termprop detects some terminal glitches and advanced facilities information,
        that terminfo does not provide.
        This package is inspired by MinEd's termprop.c.
        
        Install
        -------
        
        via github ::
        
        $ git clone https://github.com/saitoha/termprop.git
        $ cd termprop
        $ python setup.py install
        
        or via pip ::
        
        $ pip install termprop
        
        
        License
        -------
        
        MIT License
        
        Dependencies
        ------------
        
        - wcwidth.py
        https://svn.wso2.org/repos/wso2/carbon/platform/trunk/dependencies/cassandra/pylib/cqlshlib/wcwidth.py
        (Licensed under Apache License 2.0)
        
        Dependents
        ----------
        
        - canossa
        https://github.com/saitoha/canossa
        
        - sentimental-skk
        https://github.com/saitoha/sentimental-skk
        
        Reference
        ---------
        
        - Unicode Text Editor MinEd http://towo.net/mined/
        
        
        
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
