@@ -43,9 +43,9 @@ Also there are several community-driven Python connectors:
43
43
44
44
* `asynctnt <https://github.com/igorcoding/asynctnt >`__ with asyncio support
45
45
* `aiotarantool <https://github.com/shveenkov/aiotarantool >`__ also with asyncio support
46
- * `gtarantool <https://github.com/shveenkov/gtarantool >`__ with gevent support **no active maintenance **
46
+ * `gtarantool <https://github.com/shveenkov/gtarantool >`__ with gevent support, **no active maintenance **
47
47
48
- Table below contains a feature comparison for asynctnt, gtarantool and
48
+ The table below contains a feature comparison for asynctnt, gtarantool and
49
49
tarantool-python. aiotarantool is absent there because it is quite outdated and
50
50
unmaintained.
51
51
@@ -76,7 +76,7 @@ Last update: February 2022
76
76
* - Known Issues
77
77
- `issue #18 <https://github.com/igorcoding/asynctnt/issues/18 >`__ (no running event loop)
78
78
- None
79
- - `issue #105 <https://github.com/tarantool/tarantool-python/issues/105 >`__ (Unpack of binary data)
79
+ - `issue #105 <https://github.com/tarantool/tarantool-python/issues/105 >`__ (unpack of binary data)
80
80
81
81
* - Documentation
82
82
- Yes (`github.io <https://igorcoding.github.io/asynctnt/ >`__)
@@ -89,11 +89,11 @@ Last update: February 2022
89
89
<https://github.com/tarantool/tarantool-python/issues/67> `__))
90
90
91
91
* - Testing / CI / CD
92
- - Github Actions
93
- - No (tests exists )
94
- - Appveyor (only Windows)
92
+ - GitHub Actions
93
+ - No (tests exist )
94
+ - AppVeyor (only Windows)
95
95
96
- * - Github Stars
96
+ * - GitHub Stars
97
97
- 51
98
98
- 17
99
99
- 78
@@ -207,7 +207,7 @@ Last update: February 2022
207
207
- No
208
208
209
209
* - Implicit reconnecting strategy
210
- - autoreconnect
210
+ - Autoreconnect
211
211
- Yes (reconnect_max_attempts, reconnect_delay)
212
212
- Yes (reconnect_max_attempts, reconnect_delay), checking of connection liveness
213
213
0 commit comments