@@ -48,26 +48,28 @@ Also there are several community-driven Python connectors:
4848Feature comparison
4949------------------
5050
51+ Last update: 06.12.2021
52+
5153.. list-table ::
5254 :header-rows: 1
5355
5456 * - Property
55- - igorcoding/asynctnt
56- - shveenkov/aiotarantool
57- - shveenkov/gtarantool
58- - tarantool/tarantool-python
57+ - ` igorcoding/asynctnt < https://github.com/igorcoding/asynctnt >`__
58+ - ` shveenkov/aiotarantool < https://github.com/shveenkov/aiotarantool >`__
59+ - ` shveenkov/gtarantool < https://github.com/shveenkov/gtarantool >`__
60+ - ` tarantool/tarantool-python < https://github.com/tarantool/tarantool-python >`__
5961
6062 * - License
6163 - Apache License 2.0
6264 - LGPL
6365 - LGPL
6466 - Modified BSD
6567
66- * - Last update, year
67- - 2021
68- - 2018
69- - 2016
70- - 2021
68+ * - Maintained
69+ - Yes
70+ - No
71+ - No
72+ - Yes
7173
7274 * - Estimation of importance of known bugs
7375 - issue #18
@@ -79,7 +81,12 @@ Feature comparison
7981 - Yes (github.io)
8082 - No
8183 - No
82- - Yes (tarantool.io and readthedocs (obsolete))
84+ - Yes (`tarantool.io
85+ <https://www.tarantool.io/en/doc/latest/getting_started/getting_started_python/> `__
86+ and `readthedocs
87+ <https://tarantool-python.readthedocs.io/en/latest/quick-start.en.html> `__
88+ (`obsolete
89+ <https://github.com/tarantool/tarantool-python/issues/67> `__))
8390
8491 * - Testing / CI / CD
8592 - Github Actions
@@ -114,14 +121,17 @@ Feature comparison
114121 * - Async work
115122 - Yes, asyncio
116123 - Yes, asyncio
117- - Yes? (gevent, example: test_gevent.py)
124+ - Yes? (`gevent
125+ <https://www.gevent.org/api/gevent.event.html#gevent.event.AsyncResult> `__,
126+ example: `test_gevent.py
127+ <https://github.com/shveenkov/gtarantool/blob/master/tests/test_gevent.py>)
118128 - No
119129
120130 * - Batching
121131 - No
122132 - No
123133 - No
124- - No (issue #55)
134+ - No ( ` issue #55 <https://github.com/tarantool/tarantool-python/issues/55>`__ )
125135
126136 * - Schema reload, Space / index names
127137 - Yes (auto_refetch_schema)
@@ -145,15 +155,15 @@ Feature comparison
145155 - No
146156 - No
147157 - No
148- - No (issue #163)
158+ - No (` issue #163 < https://github.com/tarantool/tarantool-python/issues/163 >`__ )
149159
150- * - Varbinary support
160+ * - ` Varbinary support < https://github.com/tarantool/tarantool/issues/4201 >`__
151161 - No
152162 - No
153163 - No
154164 - No
155165
156- * - UUID support
166+ * - ` UUID support < https://github.com/tarantool/tarantool/commit/d68fc29246714eee505bc9bbcd84a02de17972c5 >`__
157167 - No
158168 - No
159169 - No
@@ -165,7 +175,7 @@ Feature comparison
165175 - No
166176 - No
167177
168- * - EXT_ERROR support
178+ * - ` EXT_ERROR support < https://github.com/tarantool/tarantool/commit/712af455f2b6a7dccf0f206b9c2225bc0869aeeb >`__
169179 - No
170180 - No
171181 - No
@@ -189,13 +199,13 @@ Feature comparison
189199 - No
190200 - No
191201
192- * - Graceful shutdown
202+ * - ` Graceful shutdown < https://github.com/tarantool/tarantool/issues/5924 >`__
193203 - No
194204 - No
195205 - No
196206 - No
197207
198- * - IPROTO_ID (feature discovering)
208+ * - ` IPROTO_ID (feature discovering) < https://github.com/tarantool/tarantool/pull/6435 >`__
199209 - No
200210 - No
201211 - No
@@ -237,13 +247,6 @@ Feature comparison
237247 - No
238248 - No
239249
240- * - Mapping to a language native structures / objects (seems it is not
241- relevant for Python)
242- - ?
243- - ?
244- - ?
245- - ?
246-
247250 * - PEP-249
248251 - No
249252 - No
0 commit comments