[console_scripts]
cloud-autopkg-runner = cloud_autopkg_runner.__main__:main

[cloud_autopkg_runner.cache]
azure = cloud_autopkg_runner.cache.azure_blob_cache:AsyncAzureBlobCache
default = cloud_autopkg_runner.cache.json_cache:AsyncJsonFileCache
gcs = cloud_autopkg_runner.cache.gcs_cache:AsyncGCSCache
json = cloud_autopkg_runner.cache.json_cache:AsyncJsonFileCache
s3 = cloud_autopkg_runner.cache.s3_cache:AsyncS3Cache
sqlite = cloud_autopkg_runner.cache.sqlite_cache:AsyncSQLiteCache
