pyproject.toml
setup.py
src/notmongo/__init__.py
src/notmongo/async_collection.py
src/notmongo/async_database.py
src/notmongo/native.py
src/notmongo/persistence.py
src/notmongo/results.py
src/notmongo/sync_collection.py
src/notmongo/sync_database.py
src/notmongo/typedefs.py
src/notmongo.egg-info/PKG-INFO
src/notmongo.egg-info/SOURCES.txt
src/notmongo.egg-info/dependency_links.txt
src/notmongo.egg-info/not-zip-safe
src/notmongo.egg-info/requires.txt
src/notmongo.egg-info/top_level.txt
tests/test_database_async.py
tests/test_operations_async.py
tests/test_persistence.py
tests/test_projection.py
tests/test_queries.py
tests/test_sorting.py