Metadata-Version: 1.1
Name: tff
Version: 0.0.3
Summary: Terminal Filter Framework
Home-page: https://github.com/saitoha/tff
Author: Hayaki Saito (user@zuse.jp)
Author-email: user@zuse.jp
License: GPL v3
Description: TFF - Terminal Filter Framework
        ===============================
        
        This module provides basic interfaces for terminal I/O filter applications, and exports some default implementations such as Scanner, Parser ...etc.
        
        Install
        -------
        
        via github ::
        
            $ git clone https://github.com/saitoha/tff.git
            $ cd tff
            $ python setup.py install
        
        or via pip ::
        
            $ pip install tff
        
        
        Usage
        -----
        
        Commint soon.
        
Keywords: terminal filter
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
