Skip to content

gpytranslate 1.2.0

Compare
Choose a tag to compare
@DavideGalilei DavideGalilei released this 31 May 16:19
· 75 commits to master since this release
bab9d83
  • Added TTS (Text to Speech) to Translators (tts method)
  • Added BASE_HEADERS to types.__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 async Translator.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