scrapy.utils.boto
scrapy
utils
boto
is_botocore
is_botocore_available
Returns True if botocore is available, otherwise raises NotConfigured. Never returns False.
Previously, when boto was supported in addition to botocore, this returned False if boto was available but botocore wasn't.
Undocumented