Metadata-Version: 2.1
Name: meeshkan-hosted-secrets
Version: 0.6
Summary: Utility package to access Secret Manager on meeshkan.io
Home-page: https://github.com/meeshkan/meeshkan-hosted-secrets
Author: Meeshkan Dev Team
Author-email: dev@meeshkan.com
License: MIT
Description: 
        # meeshkan-hosted-secrets
        Utility python package to access [Secret Manager](https://cloud.google.com/secret-manager/docs) secrets on [meeshkan.io](https://meeshkan.io).
        
        ```python
        from meeshkan_hosted_secrets import access_secret_string
        
        secret_string = access_secret_string("MY_SECRET_NAME")
        secret_bytes = access_secret_bytes("ANOTHER_SECRET_NAME")
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
