Metadata-Version: 2.1
Name: ya-speech-key
Version: 0.0.2
Summary: Extracts Yandex Speech API key from translate page
Home-page: https://github.com/Aculeasis/ya-speech-key
Author: Aculeasis
Author-email: amilpalimov2@ya.ru
License: MIT
Description: ### Extracts Yandex Speech API key from translate page
        [![PyPI version](https://img.shields.io/pypi/v/ya-speech-key.svg)](https://pypi.org/project/ya-speech-key)
        [![Python versions](https://img.shields.io/badge/python-2.7%20|%203.4%2B-blue.svg)](https://github.com/Aculeasis/ya-speech-key)
        [![Build Status](https://travis-ci.org/Aculeasis/ya-speech-key.svg?branch=master)](https://travis-ci.org/Aculeasis/ya-speech-key)
        
        This API key can be used for Yandex SpeechKit Cloud API. No guarantees, Yandex can break it at any time.
        
        ### Install
        `pip install ya-speech-key`
        
        ### Usage
        ```python
        from ya_speech_key import APIKey
        
        key = APIKey()
        print(key.key)
        ```
        
        `lifetime` set key update interval in seconds. Default `3600`.
        
        `proxies` sets proxies in [requests format](http://docs.python-requests.org/en/master/user/advanced/#proxies). Default `None`.
        
        ```python
        key = APIKey(lifetime=3600, proxies=None)
        ```
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
