Metadata-Version: 1.1
Name: guess
Version: 1.0.0
Summary: Gauche's charactor encoding detector for Python
Home-page: https://github.com/hamano/python-guess
Author: Tsukasa Hamano
Author-email: code@cuspy.org
License: BSD
Download-URL: http://pypi.python.org/pypi/guess/
Description: 
        Example:
        
        >>> import guess
        >>> s = 'あ'
        >>> print s
        $B$"(B
        >>> print guess.guess(s)
        UTF-8
        
Platform: UNKNOWN
Classifier: Natural Language :: Japanese
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
