LICENSE
README.md
setup.py
mock_firestore_sharp.egg-info/PKG-INFO
mock_firestore_sharp.egg-info/SOURCES.txt
mock_firestore_sharp.egg-info/dependency_links.txt
mock_firestore_sharp.egg-info/top_level.txt
mockfirestore/__init__.py
mockfirestore/_helpers.py
mockfirestore/_transformations.py
mockfirestore/aggregation.py
mockfirestore/client.py
mockfirestore/collection.py
mockfirestore/document.py
mockfirestore/query.py
mockfirestore/transaction.py
mockfirestore/write_result.py
mockfirestore/async_/__init__.py
mockfirestore/async_/aggregation.py
mockfirestore/async_/client.py
mockfirestore/async_/collection.py
mockfirestore/async_/document.py
mockfirestore/async_/query.py
mockfirestore/async_/transaction.py
tests/__init__.py
tests/debug_document_structure.py
tests/test_aggregation_query.py
tests/test_async_aggregation_query.py
tests/test_async_collection_group.py
tests/test_async_collection_group_edge_cases.py
tests/test_async_collection_group_path_notation.py
tests/test_async_datetime_with_nanoseconds.py
tests/test_async_document_size_limit.py
tests/test_async_mock_firestore.py
tests/test_collection_group.py
tests/test_collection_group_actual_inclusion.py
tests/test_collection_group_edge_cases.py
tests/test_collection_group_path_notation.py
tests/test_collection_reference.py
tests/test_datetime_with_nanoseconds.py
tests/test_debug.py
tests/test_document_reference.py
tests/test_document_size_calculation.py
tests/test_document_size_limit.py
tests/test_document_snapshot.py
tests/test_mock_client.py
tests/test_timestamp.py
tests/test_transaction.py