Metadata-Version: 2.1
Name: botocore-refreshable-credentials
Version: 1.0.0
Summary: Implements a botocore.Session subclass for using botocore with expiring credentials (IAM STS)
Home-page: https://github.com/aweber/botocore-refreshable-credentials/
Author: Ryan Mclean
Author-email: aremm06@gmail.com
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: testing
License-File: LICENSE

botocore-refreshable-credentials
================================
Implements an botocore.Session subclass for using botocore with expiring
credentials (IAM STS).

|Version| |Status| |Coverage| |License|

Usage
=====

.. code:: python

    import botocore_refreshable_credentials

    session = botocore_refreshable_credentials.get_session()
    client = session.create_client('rekognition')
        ...


Python Versions Supported
-------------------------
3.8+

.. |Version| image:: https://img.shields.io/pypi/v/botocore-refreshable-credentials.svg?
   :target: https://pypi.python.org/pypi/botocore-refreshable-credentials

.. |Status| image:: https://github.com/aweber/botocore-refreshable-credentials/workflows/Testing/badge.svg?
   :target: https://github.com/aweber/botocore-refreshable-credentials/actions?workflow=Testing
   :alt: Build Status

.. |Coverage| image:: https://img.shields.io/codecov/c/github/aweber/botocore-refreshable-credentials.svg?
   :target: https://codecov.io/github/aweber/botocore-refreshable-credentials?branch=master

.. |License| image:: https://img.shields.io/pypi/l/botocore-refreshable-credentials.svg?


