Metadata-Version: 2.1
Name: warrant-ext
Version: 0.6.2
Summary: Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support.
Home-page: https://github.com/localstack/warrant
Author: Capless.io
Author-email: opensource@capless.io
Maintainer: Brian Jinwright
License: Apache License 2.0
Keywords: aws,cognito,api,gateway,capless
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Web Environment
License-File: LICENSE
Requires-Dist: boto3 (>=1.10.49)
Requires-Dist: envs (~=1.3)
Requires-Dist: python-jose[cryptography] (~=3.3)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: six (>=1.13.0)
Provides-Extra: test
Requires-Dist: botocore (~=1.13.49) ; extra == 'test'
Requires-Dist: coverage (~=5.0.2) ; extra == 'test'
Requires-Dist: mock (~=3.0.5) ; extra == 'test'
Requires-Dist: nose (~=1.3.7) ; extra == 'test'

Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support.

