LICENSE
MANIFEST.in
README.rst
setup.py
tox.ini
doc/Makefile
doc/__init__.py
doc/changelog.rst
doc/conf.py
doc/configuration.rst
doc/contributors.rst
doc/coroutine_annotation.py
doc/developer-guide.rst
doc/differences.rst
doc/docs-requirements.txt
doc/features.rst
doc/index.rst
doc/installation.rst
doc/make.bat
doc/migrate-to-motor-2.rst
doc/migrate-to-motor-3.rst
doc/mongo_extensions.py
doc/motor_extensions.py
doc/requirements.rst
doc/tutorial-asyncio.rst
doc/tutorial-tornado.rst
doc/_static/motor.png
doc/api-asyncio/aiohttp.rst
doc/api-asyncio/asyncio_gridfs.rst
doc/api-asyncio/asyncio_motor_change_stream.rst
doc/api-asyncio/asyncio_motor_client.rst
doc/api-asyncio/asyncio_motor_client_encryption.rst
doc/api-asyncio/asyncio_motor_client_session.rst
doc/api-asyncio/asyncio_motor_collection.rst
doc/api-asyncio/asyncio_motor_database.rst
doc/api-asyncio/cursors.rst
doc/api-asyncio/index.rst
doc/api-tornado/cursors.rst
doc/api-tornado/gridfs.rst
doc/api-tornado/index.rst
doc/api-tornado/motor_change_stream.rst
doc/api-tornado/motor_client.rst
doc/api-tornado/motor_client_encryption.rst
doc/api-tornado/motor_client_session.rst
doc/api-tornado/motor_collection.rst
doc/api-tornado/motor_database.rst
doc/api-tornado/web.rst
doc/examples/aiohttp_example.py
doc/examples/aiohttp_gridfs_example.py
doc/examples/aiohttp_gridfs_example.rst
doc/examples/authentication.rst
doc/examples/auto_csfle_example.py
doc/examples/bulk.rst
doc/examples/encryption.rst
doc/examples/explicit_encryption_automatic_decryption_example.py
doc/examples/explicit_encryption_example.py
doc/examples/index.rst
doc/examples/monitoring.rst
doc/examples/monitoring_example.py
doc/examples/server_fle_enforcement_example.py
doc/examples/tailable-cursors.rst
doc/examples/tornado_change_stream_example.py
doc/examples/tornado_change_stream_example.rst
doc/examples/tornado_change_stream_templates/index.html
doc/pydoctheme/theme.conf
doc/pydoctheme/static/pydoctheme.css
doc/static/sidebar.js
motor/__init__.py
motor/core.py
motor/docstrings.py
motor/metaprogramming.py
motor/motor_asyncio.py
motor/motor_common.py
motor/motor_gridfs.py
motor/motor_tornado.py
motor/web.py
motor.egg-info/PKG-INFO
motor.egg-info/SOURCES.txt
motor.egg-info/dependency_links.txt
motor.egg-info/not-zip-safe
motor.egg-info/requires.txt
motor.egg-info/top_level.txt
motor/aiohttp/__init__.py
motor/frameworks/__init__.py
motor/frameworks/asyncio/__init__.py
motor/frameworks/tornado/__init__.py
synchro/__init__.py
synchro/synchrotest.py
test/__init__.py
test/assert_logs_backport.py
test/test_environment.py
test/utils.py
test/version.py
test/asyncio_tests/__init__.py
test/asyncio_tests/test_aiohttp_gridfs.py
test/asyncio_tests/test_asyncio_await.py
test/asyncio_tests/test_asyncio_basic.py
test/asyncio_tests/test_asyncio_change_stream.py
test/asyncio_tests/test_asyncio_client.py
test/asyncio_tests/test_asyncio_collection.py
test/asyncio_tests/test_asyncio_cursor.py
test/asyncio_tests/test_asyncio_database.py
test/asyncio_tests/test_asyncio_encryption.py
test/asyncio_tests/test_asyncio_grid_file.py
test/asyncio_tests/test_asyncio_gridfsbucket.py
test/asyncio_tests/test_asyncio_ipv6.py
test/asyncio_tests/test_asyncio_replica_set.py
test/asyncio_tests/test_asyncio_session.py
test/asyncio_tests/test_asyncio_ssl.py
test/asyncio_tests/test_asyncio_tests.py
test/asyncio_tests/test_examples.py
test/certificates/ca.pem
test/certificates/client.pem
test/certificates/server.pem
test/tornado_tests/__init__.py
test/tornado_tests/test_motor_auth.py
test/tornado_tests/test_motor_await.py
test/tornado_tests/test_motor_basic.py
test/tornado_tests/test_motor_change_stream.py
test/tornado_tests/test_motor_client.py
test/tornado_tests/test_motor_collection.py
test/tornado_tests/test_motor_core.py
test/tornado_tests/test_motor_cursor.py
test/tornado_tests/test_motor_database.py
test/tornado_tests/test_motor_grid_file.py
test/tornado_tests/test_motor_gridfsbucket.py
test/tornado_tests/test_motor_ipv6.py
test/tornado_tests/test_motor_replica_set.py
test/tornado_tests/test_motor_session.py
test/tornado_tests/test_motor_ssl.py
test/tornado_tests/test_motor_transaction.py
test/tornado_tests/test_motor_web.py