wmt-2020-pl-en/googletrans
Mariusz Korzekwa b670db30ec Improve setup.py
* Now setup.py don't import googletrans.__init__.py wchich import requests, and this occure ImportError during installation of library.
* Changes with getting version in setup.py without importing googletrans.__init__.py

Now you can install py-googletrans on clean virtualenv, without earlier install dependencies.
2017-05-05 18:17:09 +09:00
..
__init__.py Improve setup.py 2017-05-05 18:17:09 +09:00
client.py gtoken: use custom server to generate token (#19) 2017-04-23 20:52:23 +09:00
compat.py Better compatiblity with all python versions 2017-03-10 23:43:06 +09:00
constants.py Refactor all the things 2017-03-10 23:43:06 +09:00
gtoken.py gtoken: use custom server to generate token (#19) 2017-04-23 20:52:23 +09:00
models.py Update documentation with a new sphinx theme 'solar' 2017-03-15 22:10:37 +09:00
urls.py Add support for customizable service url 2017-03-11 22:37:03 +09:00
utils.py Refactor client 2017-03-10 23:43:06 +09:00