From 7ce4ed4d61b791ec27bab701beb4f4b86db7232f Mon Sep 17 00:00:00 2001 From: Suhun Han Date: Sat, 23 Nov 2024 14:11:47 +0900 Subject: [PATCH] chore: update readme --- README.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index aaf2038..f953110 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ implemented Google Translate API. This uses the `Google Translate Ajax API `__ to make calls to such methods as detect and translate. -Compatible with Python 3.6+. +Compatible with Python 3.8+. For details refer to the `API Documentation `__. @@ -24,15 +24,10 @@ Features - Auto language detection - Bulk translations - Customizable service URL +- Async support - HTTP/2 support - -TODO -~~~~ - -more features are coming soon. - - Proxy support -- Internal session management (for better bulk translations) +- Complete type hints HTTP/2 support ~~~~~~~~~~~~~~ @@ -109,7 +104,7 @@ URLs are provided, it then randomly chooses a domain. Customize service URL to point to standard api ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Considering translate.google. url services use the webapp requiring a token, +Considering translate.google. url services use the webapp requiring a token, you can prefer to use the direct api than does not need any token to process. It can solve your problems of unstable token providing processes (refer to issue #234)