Skip to content

Commit 7ce4ed4

Browse files
committed
chore: update readme
1 parent 0053cc9 commit 7ce4ed4

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.rst

+4-9
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ implemented Google Translate API. This uses the `Google Translate Ajax
1111
API <https://translate.google.com>`__ to make calls to such methods as
1212
detect and translate.
1313

14-
Compatible with Python 3.6+.
14+
Compatible with Python 3.8+.
1515

1616
For details refer to the `API
1717
Documentation <https://py-googletrans.readthedocs.io/en/latest>`__.
@@ -24,15 +24,10 @@ Features
2424
- Auto language detection
2525
- Bulk translations
2626
- Customizable service URL
27+
- Async support
2728
- HTTP/2 support
28-
29-
TODO
30-
~~~~
31-
32-
more features are coming soon.
33-
3429
- Proxy support
35-
- Internal session management (for better bulk translations)
30+
- Complete type hints
3631

3732
HTTP/2 support
3833
~~~~~~~~~~~~~~
@@ -109,7 +104,7 @@ URLs are provided, it then randomly chooses a domain.
109104
Customize service URL to point to standard api
110105
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111106

112-
Considering translate.google.<domain> url services use the webapp requiring a token,
107+
Considering translate.google.<domain> url services use the webapp requiring a token,
113108
you can prefer to use the direct api than does not need any token to process.
114109
It can solve your problems of unstable token providing processes (refer to issue #234)
115110

0 commit comments

Comments
 (0)