Metadata-Version: 1.0
Name: textconverter
Version: 0.1.1
Summary: convert text encoding utility
Home-page: https://github.com/ukyo/textconverter
Author: ukyo
Author-email: ukyo.web@gmail.com
License: Apache
Description: 
        Example
        
        ::
        
        from textconverter import convert
        
        text = 'nanika'
        text = convert.to_utf8(text)
        text = convert.utf8_to_eucjp(text)
        
        texts = ['hoge', 'fuga']
        texts = convert.to_sjis(texts)
        texts = convert.sjis_to_utf8(texts)
        
        
Keywords: text encoding convert
Platform: UNKNOWN
