Metadata-Version: 1.1
Name: readset.i18n
Version: 1.0
Summary: This package provides a Normalizer for Chinese character
Home-page: https://pypi.org/project/readset.i18n
Author: Jian Aijun
Author-email: jianaijun@gmail.com
License: GPL version 2
Description-Content-Type: UNKNOWN
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ============
        readset.i18n
        ============
        
        This package provides a Normalizer for Chinese character.
        Convert from Chinese character string to Chinese Pinyin string,
        that is human-readable ASCII character format.
        
        It is aimed at Plone, however this package should work with plain Zope systems.
        
        Features
        --------
        
        - Can be bullet points
        
        
        Examples
        --------
        
        This add-on can be seen in action at the following sites:
        - Is there a page on the internet where everybody can see the features?
        
        
        Documentation
        -------------
        
        Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - Klingon (thanks, K'Plai)
        
        
        Installation
        ------------
        
        Install readset.i18n by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                readset.i18n
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/readset.i18n/issues
        - Source Code: https://github.com/collective/readset.i18n
        - Documentation: https://docs.plone.org/foo/bar
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        We have a mailing list located at: project@example.com
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Jian Aijun, jianaijun@gmail.com
        
        
        Changelog
        =========
        
        
        1.0 (2018-08-24)
        ----------------
        
        - PEP8/PyFlakes
        
        - Removed no longer needed utility from configure.zcml.
        
        - Added more tests.
        
        - Use the @implementer class decorator instead of implements.
        
        - The implements API is deprecated, and will not work in Python3.
        
        - Replace the pinyin with the python-slugify.
        
        
        1.0.dev0 (2012-10-28)
        ----------------------
        
        - Initial release
        
Keywords: Python Plone i18n i10n normalizer
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Chinese (Traditional)
Classifier: Topic :: Software Development :: Build Tools
