utility tool that load secret information safely.
Project description
Welcome to pysecret Documentation
pysecret is a library to ease your life dealing with secret information.
For example, if you have a database connection information, so you should not include it in your source code. pysecret is the library that provides several options to deploy or access your secret data securely.
Features
access secret in Environment Variable.
access secret in shell script.
access secret in json file from Python.
deploy your secret to AWS Parameter Store and use it in your application code, see AWS Parameter Store example.
deploy your secret to AWS Secret Manager and use it in your application code, see AWS Secret Manager example.
use AWS Key Management Service to encrypt or decrypt your data, see AWS KMS example.
Install
pysecret is released on PyPI, so all you need is:
$ pip install pysecret
To upgrade to latest version:
$ pip install --upgrade pysecret
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pysecret-2.2.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7880d933f5647032a21113b79ab83ed0718e852a4f50a41999128a4a55377e16 |
|
MD5 | bbaa0d06612fab9a75f881b69dbce5bc |
|
BLAKE2b-256 | b5f569bd9b1fc80b7b7fb29da45d894010bcd040bff5aa1edc80aaa8d0301b8a |