Metadata-Version: 2.0
Name: seshypy
Version: 0.5.0
Summary: seshypy makes API Gateway requests and API Gateway clients easy.
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: all
Requires-Dist: awsrequests (>=0.0.5)
Requires-Dist: cachetools (>=1.1.6)
Requires-Dist: figgypy (>=0.2.0)
Requires-Dist: future
Requires-Dist: requests (>=2.7.0)
Requires-Dist: retrying (>=1.3.3)
Requires-Dist: setuptools (>=36.5.0)

=======
seshypy
=======
----------------------------------------------------------------
seshypy makes API Gateway requests and API Gateway clients easy.
----------------------------------------------------------------

Features
--------

- Make API Gateway signed requests.
- Helper methods for delete, get, post, and put.
- Permanent STS hops creds creds resolver.
- Session sharing.
- Method caching with TTL.

  - given secrets
  - resolved from shared credential) (using transparent STS or secrets)
  - given role (using shared credentials)
  - given secrets and role

- Multiple authentication methods.

Documentation
-------------

Documentation can be found at `<https://seshypy.readthedocs.io/>`_.


