Metadata-Version: 1.2
Name: aws_secret
Version: 0.3
Summary: AWS Secret wrapper
Home-page: https://github.com/Tivix/aws_secret
Author: Mikolaj Kosmal
Author-email: mikolaj.kosmal@outlook.com
License: MIT
Description: Funniest
        --------
        
        To use simply do::
        
            >>> from aws_secret import AwsSecret
            >>> s = AwsSecret(secret_path, region)
            >>> s.get('secret_name')
            >>> s.export() """Moves secrets to env"""
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4
