HISTORY.md
MANIFEST.in
README.md
setup.cfg
setup.py
azure/__init__.py
azure/eventhub/__init__.py
azure/eventhub/_connection_manager.py
azure/eventhub/_consumer_client.py
azure/eventhub/_consumer_producer_mixin.py
azure/eventhub/_producer_client.py
azure/eventhub/client.py
azure/eventhub/client_abstract.py
azure/eventhub/common.py
azure/eventhub/configuration.py
azure/eventhub/consumer.py
azure/eventhub/error.py
azure/eventhub/producer.py
azure/eventhub/_eventprocessor/__init__.py
azure/eventhub/_eventprocessor/common.py
azure/eventhub/_eventprocessor/event_processor.py
azure/eventhub/_eventprocessor/local_partition_manager.py
azure/eventhub/_eventprocessor/ownership_manager.py
azure/eventhub/_eventprocessor/partition_context.py
azure/eventhub/_eventprocessor/partition_manager.py
azure/eventhub/_eventprocessor/sqlite3_partition_manager.py
azure/eventhub/aio/__init__.py
azure/eventhub/aio/_connection_manager_async.py
azure/eventhub/aio/_consumer_client_async.py
azure/eventhub/aio/_consumer_producer_mixin_async.py
azure/eventhub/aio/_producer_client_async.py
azure/eventhub/aio/client_async.py
azure/eventhub/aio/consumer_async.py
azure/eventhub/aio/error_async.py
azure/eventhub/aio/producer_async.py
azure/eventhub/aio/eventprocessor/__init__.py
azure/eventhub/aio/eventprocessor/_ownership_manager.py
azure/eventhub/aio/eventprocessor/event_processor.py
azure/eventhub/aio/eventprocessor/local_partition_manager.py
azure/eventhub/aio/eventprocessor/partition_context.py
azure/eventhub/aio/eventprocessor/partition_manager.py
azure/eventhub/aio/eventprocessor/partition_processor.py
azure/eventhub/aio/eventprocessor/sqlite3_partition_manager.py
azure/eventhub/aio/eventprocessor/utils.py
azure/eventhub/extensions/__init__.py
azure_eventhub.egg-info/PKG-INFO
azure_eventhub.egg-info/SOURCES.txt
azure_eventhub.egg-info/dependency_links.txt
azure_eventhub.egg-info/not-zip-safe
azure_eventhub.egg-info/requires.txt
azure_eventhub.egg-info/top_level.txt
doc/azure.eventhub.aio.rst
doc/azure.eventhub.rst
doc/azure.rst
samples/async_samples/recv_async.py
samples/async_samples/recv_track_last_enqueued_event_info_async.py
samples/async_samples/recv_with_partition_manager_async.py
samples/async_samples/sample_code_eventhub_async.py
samples/async_samples/send_async.py
samples/async_samples/send_event_data_batch_async.py
samples/sync_samples/client_secret_auth.py
samples/sync_samples/proxy.py
samples/sync_samples/recv.py
samples/sync_samples/recv_track_last_enqueued_event_info.py
samples/sync_samples/recv_with_partition_manager.py
samples/sync_samples/sample_code_eventhub.py
samples/sync_samples/send.py
samples/sync_samples/send_event_data_batch.py
tests/livetest/asynctests/test_auth_async.py
tests/livetest/asynctests/test_consumer_client_async.py
tests/livetest/asynctests/test_eventprocessor_async.py
tests/livetest/asynctests/test_negative_async.py
tests/livetest/asynctests/test_producer_client_async.py
tests/livetest/asynctests/test_properties_async.py
tests/livetest/asynctests/test_receive_async.py
tests/livetest/asynctests/test_receiver_iterator_async.py
tests/livetest/asynctests/test_reconnect_async.py
tests/livetest/asynctests/test_send_async.py
tests/livetest/synctests/test_auth.py
tests/livetest/synctests/test_consumer_client.py
tests/livetest/synctests/test_eventprocessor.py
tests/livetest/synctests/test_negative.py
tests/livetest/synctests/test_producer_client.py
tests/livetest/synctests/test_properties.py
tests/livetest/synctests/test_receive.py
tests/livetest/synctests/test_receiver_iterator.py
tests/livetest/synctests/test_reconnect.py
tests/livetest/synctests/test_send.py
tests/unittest/test_event_data.py