gpytranslate 1.2.0
- Added TTS (Text to Speech) to Translators (
tts
method) - Added
BASE_HEADERS
totypes.__init__
to be sent along with library requests - Added
"__version__"
to__init__.py
's__all__
- Added
aiofiles
to requirements (needed for async file I/O in asyncTranslator.tts
) - Added
BaseTranslator.parse_tts
to clean params data and to avoid duplicated code - Updated examples, tests and readme
- Minor fixes to readme and library itself
- Updated library on pypi