Metadata-Version: 2.1
Name: rhvoice-wrapper-data
Version: 0.1.5
Summary: Provides RHVoice data for rhvoice-wrapper-bin
Home-page: https://github.com/Aculeasis/rhvoice-wrapper-data
Author: Aculeasis
Author-email: amilpalimov2@ya.ru
License: GPLv3+
Description: # This package contain only data, [rhvoice-wrapper-bin](https://github.com/Aculeasis/rhvoice-wrapper-bin) install it yourself
        
        [![PyPI version](https://img.shields.io/pypi/v/rhvoice-wrapper-data.svg)](https://pypi.org/project/rhvoice-wrapper-data/) [![Python versions](https://img.shields.io/pypi/pyversions/rhvoice-wrapper-data.svg)](https://pypi.org/project/rhvoice-wrapper-data/) [![PyPI - Format](https://img.shields.io/pypi/format/rhvoice-wrapper-data.svg)](https://pypi.org/project/rhvoice-wrapper-data/) [![Build Status](https://travis-ci.org/Aculeasis/rhvoice-wrapper-data.svg?branch=master)](https://travis-ci.org/Aculeasis/rhvoice-wrapper-data) [![Build status](https://ci.appveyor.com/api/projects/status/0nnncu1pvbeqjqk1?svg=true)](https://ci.appveyor.com/project/Aculeasis/rhvoice-wrapper-data)
        
        Provides RHVoice voices and languages for `rhvoice-wrapper-bin`. Also, you may set data_path in `rhvoice-wrapper` instead.
        
        ## Install
        `pip install rhvoice-wrapper-data --only-binary rhvoice-wrapper-data`
        
        ## Install from source
        Install git (`apt install git` or `run exe>next>next>done`)
        ```bash
        python -m pip install --upgrade pip setuptools wheel
        python -m pip install rhvoice-wrapper-data --no-binary rhvoice-wrapper-data
        ```
        ### API
        ```python
        import rhvoice_wrapper_data
        
        # Contains path to the RHVoice data
        print(rhvoice_wrapper_data.data_path)
        # Contains path to the rhvoice-wrapper-data
        print(rhvoice_wrapper_data.PATH)
        ```
        ## Links
        
        - [RHVoice](https://github.com/Olga-Yakovleva/RHVoice)
        - [rhvoice-wrapper](https://github.com/Aculeasis/rhvoice-proxy)
        - [rhvoice-wrapper-bin](https://github.com/Aculeasis/rhvoice-wrapper-bin)
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Requires-Python: >=3.4
Description-Content-Type: text/markdown
