.gitignore
.gitmodules
.readthedocs.yaml
AUTHORS
CHANGELOG.md
INSTALL
LICENSE
MANIFEST.in
Makefile
README.rst
README.txt
requirements-test.txt
requirements.txt
setup.py
.github/scripts/remove_source_code.py
.github/workflows/packing.yml
.github/workflows/reusable_testing.yml
.github/workflows/testing.yml
debian/changelog
debian/compat
debian/control
debian/rules
debian/source/format
debian/source/options
docs/requirements.txt
docs/source/conf.py
docs/source/dev-guide.rst
docs/source/index.rst
docs/source/quick-start.rst
docs/source/_static/favicon/apple-touch-icon-114x114.png
docs/source/_static/favicon/apple-touch-icon-120x120.png
docs/source/_static/favicon/apple-touch-icon-144x144.png
docs/source/_static/favicon/apple-touch-icon-152x152.png
docs/source/_static/favicon/apple-touch-icon-57x57.png
docs/source/_static/favicon/apple-touch-icon-60x60.png
docs/source/_static/favicon/apple-touch-icon-72x72.png
docs/source/_static/favicon/apple-touch-icon-76x76.png
docs/source/_static/favicon/generate-png.sh
docs/source/_static/favicon/icon-128x128.png
docs/source/_static/favicon/icon-16x16.png
docs/source/_static/favicon/icon-196x196.png
docs/source/_static/favicon/icon-32x32.png
docs/source/_static/favicon/icon-96x96.png
docs/source/_static/favicon/icon.svg
docs/source/api/module-tarantool.rst
docs/source/api/submodule-connection-pool.rst
docs/source/api/submodule-connection.rst
docs/source/api/submodule-crud.rst
docs/source/api/submodule-dbapi.rst
docs/source/api/submodule-error.rst
docs/source/api/submodule-mesh-connection.rst
docs/source/api/submodule-msgpack-ext-types.rst
docs/source/api/submodule-msgpack-ext.rst
docs/source/api/submodule-request.rst
docs/source/api/submodule-response.rst
docs/source/api/submodule-schema.rst
docs/source/api/submodule-space.rst
docs/source/api/submodule-types.rst
docs/source/api/submodule-utils.rst
rpm/SPECS/python-tarantool.spec
tarantool/__init__.py
tarantool/connection.py
tarantool/connection_pool.py
tarantool/const.py
tarantool/crud.py
tarantool/dbapi.py
tarantool/error.py
tarantool/mesh_connection.py
tarantool/request.py
tarantool/response.py
tarantool/schema.py
tarantool/space.py
tarantool/types.py
tarantool/utils.py
tarantool.egg-info/PKG-INFO
tarantool.egg-info/SOURCES.txt
tarantool.egg-info/dependency_links.txt
tarantool.egg-info/requires.txt
tarantool.egg-info/top_level.txt
tarantool/msgpack_ext/__init__.py
tarantool/msgpack_ext/datetime.py
tarantool/msgpack_ext/decimal.py
tarantool/msgpack_ext/error.py
tarantool/msgpack_ext/interval.py
tarantool/msgpack_ext/packer.py
tarantool/msgpack_ext/unpacker.py
tarantool/msgpack_ext/uuid.py
tarantool/msgpack_ext/types/__init__.py
tarantool/msgpack_ext/types/datetime.py
tarantool/msgpack_ext/types/interval.py
tarantool/msgpack_ext/types/timezones/__init__.py
tarantool/msgpack_ext/types/timezones/gen-timezones.sh
tarantool/msgpack_ext/types/timezones/timezones.py
tarantool/msgpack_ext/types/timezones/validate_timezones.py
test/__init__.py
test/setup_command.py
test/data/ca.crt
test/data/empty
test/data/generate.sh
test/data/invalidhost.crt
test/data/invalidpasswords
test/data/localhost.crt
test/data/localhost.enc.key
test/data/localhost.key
test/data/passwords
test/suites/__init__.py
test/suites/box.lua
test/suites/crud_server.lua
test/suites/test_connection.py
test/suites/test_crud.py
test/suites/test_datetime.py
test/suites/test_dbapi.py
test/suites/test_decimal.py
test/suites/test_dml.py
test/suites/test_encoding.py
test/suites/test_error_ext.py
test/suites/test_execute.py
test/suites/test_interval.py
test/suites/test_mesh.py
test/suites/test_package.py
test/suites/test_pool.py
test/suites/test_protocol.py
test/suites/test_push.py
test/suites/test_reconnect.py
test/suites/test_schema.py
test/suites/test_ssl.py
test/suites/test_uuid.py
test/suites/lib/__init__.py
test/suites/lib/remote_tarantool_server.py
test/suites/lib/skip.py
test/suites/lib/tarantool_admin.py
test/suites/lib/tarantool_python_ci.lua
test/suites/lib/tarantool_server.py