Metadata-Version: 2.1
Name: dhwani
Version: 0.0.3.dev1
Summary: English to Indic language phonetic conversion engine
Home-page: https://github.com/ndyashas/Dhwani
Author: Yashas ND
Author-email: ndyashas@gmail.com
License: Apache License, Version 2.0
Description: [![Documentation Status](https://readthedocs.org/projects/dhwani/badge/?version=latest)](https://dhwani.readthedocs.io/en/latest/?badge=latest)
        
        # Dhwani
        English to Indic language phonetic conversion engine. Read more about the project [here](https://ndyashas.github.io/projects/Dhwani.html).
        
        ## Installation
        Dhwani is currently **not** stable. However, the developmental release is [avalibale at PyPI](https://pypi.org/project/dhwani/).
        
        ### Installing from PyPI
        ```
        $ pip install dhwani
        ```
        
        ### Installing from sources
        ```
        $ git clone https://github.com/ndyashas/Dhwani.git
        $ cd Dhwani
        $ pip install -r requirements.txt
        $ pip install -e .
        ```
        ## Currently supported conversions
        * English to Kannada
        * English to Devnagari
        * English to Tamil
        
Keywords: Indic,Phonetic,Dhwani
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Text Processing
Description-Content-Type: text/markdown
