LICENSE.txt
MANIFEST.in
README.md
setup.py
doc/Makefile
doc/__init__.py
doc/conf.py
doc/index.rst
doc/make.bat
pydocumentdb/__init__.py
pydocumentdb/auth.py
pydocumentdb/base.py
pydocumentdb/consistent_hash_ring.py
pydocumentdb/constants.py
pydocumentdb/default_retry_policy.py
pydocumentdb/document_client.py
pydocumentdb/documents.py
pydocumentdb/endpoint_discovery_retry_policy.py
pydocumentdb/errors.py
pydocumentdb/global_endpoint_manager.py
pydocumentdb/hash_partition_resolver.py
pydocumentdb/http_constants.py
pydocumentdb/murmur_hash.py
pydocumentdb/partition.py
pydocumentdb/query_iterable.py
pydocumentdb/range.py
pydocumentdb/range_partition_resolver.py
pydocumentdb/resource_throttle_retry_policy.py
pydocumentdb/retry_options.py
pydocumentdb/retry_utility.py
pydocumentdb/runtime_constants.py
pydocumentdb/session.py
pydocumentdb/synchronized_request.py
pydocumentdb/utils.py
pydocumentdb.egg-info/PKG-INFO
pydocumentdb.egg-info/SOURCES.txt
pydocumentdb.egg-info/dependency_links.txt
pydocumentdb.egg-info/requires.txt
pydocumentdb.egg-info/top_level.txt
pydocumentdb/execution_context/__init__.py
pydocumentdb/execution_context/aggregators.py
pydocumentdb/execution_context/base_execution_context.py
pydocumentdb/execution_context/document_producer.py
pydocumentdb/execution_context/endpoint_component.py
pydocumentdb/execution_context/execution_dispatcher.py
pydocumentdb/execution_context/multi_execution_aggregator.py
pydocumentdb/execution_context/query_execution_info.py
pydocumentdb/routing/__init__.py
pydocumentdb/routing/collection_routing_map.py
pydocumentdb/routing/routing_map_provider.py
pydocumentdb/routing/routing_range.py
test/__init__.py
test/aggregate_tests.py
test/crud_tests.py
test/encoding_tests.py
test/globaldb_mock_tests.py
test/globaldb_tests.py
test/orderby_tests.py
test/proxy_tests.py
test/query_execution_context_tests.py
test/query_tests.py
test/retry_policy_tests.py
test/routing_map_tests.py
test/ru_per_min_tests.py
test/session_container_tests.py
test/session_tests.py
test/test_config.py
test/test_partition_resolver.py
test/ttl_tests.py
test/utils_tests.py
test/routing/__init__.py
test/routing/collection_routing_map_test.py
test/routing/routing_map_provider_tests.py