Metadata-Version: 1.0
Name: jacot
Version: 0.1.5
Summary: Japanese Auto character set Conversion On Tty
Home-page: https://github.com/saitoha/jacot
Author: Hayaki Saito (user@zuse.jp)
Author-email: user@zuse.jp
License: GPL v3
Description: =====================================================
        jacot - Japanese Auto character set Conversion On Tty
        =====================================================
        
        This module Provides the auto-conversion filter
        supports well-known Japanese Encodings(CP932/EUC-JP).
        
        Install
        -------
        
        ::
        
            $ git clone https://github.com/saitoha/jacot.git
            $ cd jacot
            $ python setup.py install
        
        
        Usage
        -----
        
            $ jacot.py [options] [command | -]
        
        
        * Options::
        
            -h, --help            show this help message and exit
            -t TERM, --term=TERM  override TERM environment variable
            -l LANG, --lang=LANG  override LANG environment variable
            -o ENC, --outenc=ENC  set output encoding
        
        
        
Keywords: 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
