Metadata-Version: 2.0
Name: botocore
Version: 1.0.0rc1
Summary: Low-level, data-driven core of boto 3.
Home-page: https://github.com/boto/botocore
Author: Amazon Web Services
Author-email: UNKNOWN
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: jmespath (==0.7.1)
Requires-Dist: python-dateutil (>=2.1,<3.0.0)
Requires-Dist: docutils (>=0.10)
Requires-Dist: ordereddict (==1.1); python_version=="2.6"
Requires-Dist: simplejson (==3.3.0); python_version=="2.6"

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. The plan for GA is as follows:

1. **DONE** Add client interface to botocore.
2. **DONE** Add pending deprecation warnings to the use of ``Service`` and ``Operation``
   objects (added in version 0.96.0).
3. **DONE** Change the pending deprecation warnings to deprecation warnings
   (added in version 0.99.0).
4. **DONE** Create a
   `clients-only <https://github.com/boto/botocore/tree/clients-only>`_
   branch that completely removes ``Service`` and ``Operation`` objects.
5. **DONE** Changing the deprecation warnings to ImminentRemovalWarning.  These will
   now print to stderr by default so the warnings are more visible
   (added in version 0.104.0).
6. **DONE** Merge ``clients-only`` branch to develop branch, and make an alpha
   release of botocore (v 1.0.0a1 released on 5/21/15).
7. Make a beta release of botocore.
8. Make GA (1.0.0) release of botocore.

The project is currently at step **7**.


