https://github.com/Divirad/PythonTranslate
Before this update, each function sent an API request to Yandex itself. Now this is done by a separate method that is applicable to each function of the API. Thanks of the requests-module it returns the data now as dictionary to the higher methods. I also deleted unnecessary parameters like the LANG_GET_TYPE or ui, as they do not have any serious influence on the translation. The code is now more sexy and easier to write. :)
v0.0.2 to pip so... you can install it now with pipenv install pythontranslateI rewrote the documentation completely because some changes in the code. Why exactly? Read the "Difference"-part :)
Because i deleted some unnecessary arguments of methods and unused enums, strucutred the code a bit more and the current documentation looked veeeery ugly i decided to rewrite the documentation completly and make it a little bit sexier with some new stuff i learned about markdown :) I hope the documentation will be easier to read and interact now :)
https://github.com/Divirad/PythonTranslate/releases
https://github.com/Divirad/PythonTranslate/wiki