Metadata-Version: 1.1
Name: yieldfrom.botocore
Version: 0.1.7
Summary: asyncio port of botocore, the low-level, data-driven core of boto 3.
Home-page: https://github.com/rdbhost/yieldfromBotocore
Author: David Keeney
Author-email: dkeeney@rdbhost.com
License: Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"). You
may not use this file except in compliance with the License. A copy of
the License is located at

    http://aws.amazon.com/apache2.0/

or in the "license" file accompanying this file. This file is
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License.

Description: botocore
        ========
        
        This is an asyncio port of botocore.  The content below is from boto/botocore.
        
        -------------------
        
        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. Add client interface to botocore.
        2. Add pending deprecation warnings to the use of ``Service`` and ``Operation``
           objects (added in version 0.96.0).
        3. Change the pending deprecation warnings to deprecation warnings
           (added in version 0.99.0).
        4. Create a `clients-only <https://github.com/boto/botocore/tree/clients-only>`_
           branch that completely removes ``Service`` and ``Operation`` objects.
        5. 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. Merge ``clients-only`` branch to develop branch, and make an alpha
           release of botocore.
        7. Make a beta release of botocore.
        8. Make GA release of botocore.
        
        The project is currently at step **5**.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
