Secret manager library for sixpetal network
Project description
spax-secret
Sixpetal secret key value pair vault library for keeping app configration, key value pair in encrypted formate.
Installation
Install directly from PyPI:
pip install spax-secret
Basic Usage
from secret import SecretManager
sm = SecretManager("project-code", "development")
sm.set("key0", "value0")
print(sm.get_all(["key0", "key1"]))
Requirements
- Python 3.10+
License
MIT License
Author
Sixpetal Developer
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
spax_secret-1.1.0.tar.gz
(8.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spax_secret-1.1.0.tar.gz.
File metadata
- Download URL: spax_secret-1.1.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
054129dcf98da518ebf0be47c9f90ffe79545ac478d88325a03bb3f5a079f775
|
|
| MD5 |
ff57ec09d0ccd489de514f407477e78c
|
|
| BLAKE2b-256 |
89b6e70c5acc3eefa627d0c418e1e2f63228b33b6439ea8320aadeb86746ebb2
|
File details
Details for the file spax_secret-1.1.0-py3-none-any.whl.
File metadata
- Download URL: spax_secret-1.1.0-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1f4b6c8b9cb5821c037ed78504c01b7d756912cf8112177c9041ab5e7c91878
|
|
| MD5 |
fdc010cfe90dacfb9593215ab3ea7bef
|
|
| BLAKE2b-256 |
2cb7f10fb2b317266041ba9d45538a3a5fe79dab2945712aa3337d7953a92fb5
|