Skip to content

Commit a5a106f

Browse files
connectors: update comparison table
tarantool-python static analysis was introduced in [1], CRUD API was introduced in [2]. 1. tarantool/tarantool-python#289 2. tarantool/tarantool-python#264
1 parent 133e844 commit a5a106f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/book/connectors/python.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ unmaintained.
5252
Feature comparison
5353
------------------
5454

55-
Last update: November 2022
55+
Last update: September 2023
5656

5757
.. list-table::
5858
:header-rows: 1
@@ -85,12 +85,12 @@ Last update: November 2022
8585
- GitHub Actions
8686

8787
* - GitHub Stars
88-
- 68
89-
- 85
88+
- 73
89+
- 92
9090

9191
* - Static Analysis
9292
- Yes (Flake8)
93-
- No
93+
- Yes (Flake8, Pylint)
9494

9595
* - Packaging
9696
- `pip <https://pypi.org/project/asynctnt/>`__
@@ -106,7 +106,7 @@ Last update: November 2022
106106

107107
* - Batching support
108108
- No
109-
- No (`issue #55 <https://github.com/tarantool/tarantool-python/issues/55>`__)
109+
- Yes (with CRUD API)
110110

111111
* - Schema reload
112112
- Yes (automatically, see `auto_refetch_schema <https://igorcoding.github.io/asynctnt/api.html>`__)
@@ -170,7 +170,7 @@ Last update: November 2022
170170

171171
* - `CRUD support <https://github.com/tarantool/crud>`__
172172
- No
173-
- No (`issue #205 <https://github.com/tarantool/tarantool-python/issues/205>`__)
173+
- Yes
174174

175175
* - Transparent request retrying
176176
- No

0 commit comments

Comments
 (0)