Go to file
2020-06-18 12:25:35 -07:00
botocore New upstream version 1.17.5+repack 2020-06-18 12:07:50 -07:00
botocore.egg-info New upstream version 1.17.5+repack 2020-06-18 12:07:50 -07:00
debian Refresh patch 0001-Don-t-use-duplicated-modules.patch 2020-06-18 12:25:35 -07:00
docs New upstream version 1.17.5+repack 2020-06-18 12:07:50 -07:00
tests New upstream version 1.17.5+repack 2020-06-18 12:07:50 -07:00
LICENSE.txt New upstream version 1.12.200+repack 2019-08-03 14:08:36 +09:00
MANIFEST.in New upstream version 1.12.16+repack 2018-10-04 15:50:52 +09:00
PKG-INFO New upstream version 1.17.5+repack 2020-06-18 12:07:50 -07:00
README.rst New upstream version 1.14.14+repack 2020-02-11 11:48:00 +09:00
requirements.txt New upstream version 1.12.241+repack 2019-10-03 19:21:31 +09:00
setup.cfg New upstream version 1.14.14+repack 2020-02-11 11:48:00 +09:00
setup.py New upstream version 1.14.14+repack 2020-02-11 11:48:00 +09:00

botocore
========

.. image:: https://secure.travis-ci.org/boto/botocore.png?branch=develop
   :target: http://travis-ci.org/boto/botocore

.. image:: https://codecov.io/github/boto/botocore/coverage.svg?branch=develop
    :target: https://codecov.io/github/boto/botocore?branch=develop


A low-level interface to a growing number of Amazon Web Services. The
botocore package is the foundation for the
`AWS CLI <https://github.com/aws/aws-cli>`__ as well as
`boto3 <https://github.com/boto/boto3>`__.

On 10/09/2019 support for Python 2.6 and Python 3.3 was deprecated and support
was dropped on 01/10/2020. To avoid disruption, customers using Botocore
on Python 2.6 or 3.3 will need to upgrade their version of Python or pin the
version of Botocore in use prior to 01/10/2020. For more information, see
this `blog post <https://aws.amazon.com/blogs/developer/deprecation-of-python-2-6-and-python-3-3-in-botocore-boto3-and-the-aws-cli/>`__.


Documentation
-------------
Documentation for ``botocore`` can be found  `here <https://botocore.amazonaws.com/v1/documentation/api/latest/index.html>`__.


Getting Help
------------

We use GitHub issues for tracking bugs and feature requests and have limited
bandwidth to address them. Please use these community resources for getting
help. Please note many of the same resources available for ``boto3`` are
applicable for ``botocore``:

* Ask a question on `Stack Overflow <https://stackoverflow.com/>`__ and tag it with `boto3 <https://stackoverflow.com/questions/tagged/boto3>`__
* Come join the AWS Python community chat on `gitter <https://gitter.im/boto/boto3>`__
* Open a support ticket with `AWS Support <https://console.aws.amazon.com/support/home#/>`__
* If it turns out that you may have found a bug, please `open an issue <https://github.com/boto/botocore/issues/new>`__