Metadata-Version: 1.1
Name: python-myanmar
Version: 1.5.1
Summary: Various Python Routines for Myanmar Language
Home-page: https://github.com/trhura/python-myanmar
Author: Thura Hlaing
Author-email: trhura@gmail.com
License: MIT license
Description: Introduction
        ============
        
        
        .. image:: https://travis-ci.org/trhura/python-myanmar.svg
             :alt: Build Status
        .. image:: https://api.codeclimate.com/v1/badges/51163159d264485328a5/test_coverage
           :alt: Test Coverage
        .. image:: https://badge.fury.io/py/python-myanmar.svg
            :alt: Pypi Version
        
        This package contains a variety of python modules for Myanmar text proccesing, such as *syllabification*,
        *romanization*, *encoding conversion*, *nrc validation* etc. Only python3 is currently supported at the moment.
        
        Installation
        ============
        
        The package is distributed on PyPI and can be installed with pip::
        
           pip install python-myanmar
        
        For more information, please read the full documentation
        `here <https://python-myanmar.readthedocs.io/en/latest/>`__.
        
Keywords: python-myanmar
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
