LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
aws_sns_sqs_adapter/__init__.py
aws_sns_sqs_adapter/apps.py
aws_sns_sqs_adapter/django_settings.py
aws_sns_sqs_adapter/management/__init__.py
aws_sns_sqs_adapter/management/commands/__init__.py
aws_sns_sqs_adapter/management/commands/init_sns_sqs.py
aws_sns_sqs_adapter/publisher/__init__.py
aws_sns_sqs_adapter/publisher/aws_sns_topic_publisher.py
example_consumer/consumer.md
example_consumer/consumer.py
example_consumer/docker-compose-sqs-consumer.yml
example_consumer/requirements.txt
herbie_aws_sns_sqs_adapter.egg-info/PKG-INFO
herbie_aws_sns_sqs_adapter.egg-info/SOURCES.txt
herbie_aws_sns_sqs_adapter.egg-info/dependency_links.txt
herbie_aws_sns_sqs_adapter.egg-info/requires.txt
herbie_aws_sns_sqs_adapter.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/aws_sns_sqs_adapter/__init__.py
tests/aws_sns_sqs_adapter/test_app_loading.py
tests/aws_sns_sqs_adapter/publisher/__init__.py
tests/aws_sns_sqs_adapter/publisher/test_aws_sns_topic_publisher.py