Metadata-Version: 1.1
Name: OpenCC
Version: 0.2
Summary: A ctypes-based OpenCC converter for Chinese.
Home-page: https://github.com/lepture/opencc-python
Author: Hsiaoming Yang
Author-email: me@lepture.com
License: BSD
Description: OpenCC for Python
        =================
        
        An OpenCC_ converter for Python.
        
        .. _OpenCC: https://github.com/BYVoid/OpenCC
        
        Installation
        ------------
        
        You should install OpenCC (1.0.x) library first.
        
        Install the python library with pip::
        
            $ pip install OpenCC
        
        
        Features
        --------
        
        1. Compatible with CPython and PyPy (c-types)
        2. Cython implementation (TODO)
        
        
        Usage
        -----
        
        This library has only one method::
        
            >>> import opencc
            >>> opencc.convert('乾坤一擲')
            >>> opencc.convert('乾坤一掷', config='s2t.json')
        
        Config
        ------
        
        Convert method accepts an additional config parameter. Available configs::
        
            hk2s.json
            s2hk.json
            s2t.json
            s2tw.json
            s2twp.json
            t2s.json
            tw2s.json
            tw2sp.json
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
