Metadata-Version: 1.1
Name: sentimental-skk
Version: 0.0.2
Summary: 三 ┏( ^o^)┛ ＜ Japanese Input Method SKK (Simple Kana to Kanji conversion) on your terminal
Home-page: https://github.com/saitoha/sentimental-skk
Author: Hayaki Saito (user@zuse.jp)
Author-email: user@zuse.jp
License: GPL v3
Description: Sentimental SKK
        ===============
        
        Provides Japanese Input Method SKK (Simple Kana to Kanji conversion) on your terminal.
        
        Install
        -------
        
        via github ::
        
            $ git clone https://github.com/saitoha/sentimental-skk.git
            $ cd sentimental-skk
            $ python setup.py install
        
        or via pip ::
        
            $ pip install sentimental-skk
        
        
        Usage
        -----
        
        ::
        
            $ sskk [options] [command | -]
        
        
        * Options::
        
            -h, --help                  show this help message and exit
            --version                   show version
            -t TERM, --term=TERM        override TERM environment variable
            -l LANG, --lang=LANG        override LANG environment variable
            -o ENC, --outenc=ENC        set output encoding
        
        Dependency
        ----------
         - Masahiko Sato et al./SKK Development Team's SKK-JISYO.L
        
           This package includes the large SKK dictionary, SKK-JISYO.L.
           http://openlab.jp/skk/skk/dic/SKK-JISYO.L
        
         - Hayaki Saito's TFF, Terminal Filter Framework
           https://github.com/saitoha/tff
        
        Reference
        ---------
         - Daredevil SKK (DDSKK) http://openlab.ring.gr.jp/skk/ddskk-ja.html
         - libfep https://github.com/ueno/libfep
         - Unicode Text Editor MinEd http://towo.net/mined/
        
        
        
Keywords: skk japanese terminal
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Terminals
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
