Metadata-Version: 2.5
Name: secret-kernel-provider-aws-parameter-store
Version: 0.1.0a1
Summary: AWS Parameter Store provider for Secret Kernel.
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: boto3
Requires-Dist: secret-kernel-contracts<0.2.0,>=0.1.0a1
Requires-Dist: secret-kernel-core<0.2.0,>=0.1.0a1
Description-Content-Type: text/markdown

# secret-kernel-provider-aws-parameter-store

AWS Parameter Store provider, reading decrypted SecureString values.

This distribution belongs to the Secret Kernel package family.

## Install

```bash
pip install secret-kernel-provider-aws-parameter-store
```

## Import

```python
from secret_kernel.provider_aws_parameter_store import *  # see the package __all__
```

## Documentation

See the repository docs for the architecture decisions and the
cross-language API reference.

## License

MIT
