python-botocore/README.rst
2015-10-08 11:16:07 -07:00

24 lines
804 B
ReStructuredText

botocore
========
.. image:: https://secure.travis-ci.org/boto/botocore.png?branch=develop
:target: http://travis-ci.org/boto/botocore
.. image:: https://coveralls.io/repos/boto/botocore/badge.png?branch=develop
:target: https://coveralls.io/r/boto/botocore?branch=master
A low-level interface to a growing number of Amazon Web Services. The
botocore package is the foundation for
`AWS-CLI <https://github.com/aws/aws-cli>`__.
`Documentation <https://botocore.readthedocs.org/en/latest/>`__
**WARNING**
Botocore is currently under a developer preview, and its API is subject
to change prior to a GA (1.0) release. Until botocore reaches a 1.0 release,
backwards compatibility is not guaranteed.
If you need a stable interface, please consider using
`boto <https://github.com/boto/boto>`__.