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
Release files for spax-secret 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| spax_secret-1.1.0.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| spax_secret-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.9 kB
Release files / spax_secret-1.1.0.tar.gz
| Download URL | spax_secret-1.1.0.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
054129dcf98da518ebf0be47c9f90ffe79545ac478d88325a03bb3f5a079f775
|
|
BLAKE2b-256 checksum How to use checksums |
89b6e70c5acc3eefa627d0c418e1e2f63228b33b6439ea8320aadeb86746ebb2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|
Release files / spax_secret-1.1.0-py3-none-any.whl
| Download URL | spax_secret-1.1.0-py3-none-any.whl |
|---|---|
| Size | 10.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a1f4b6c8b9cb5821c037ed78504c01b7d756912cf8112177c9041ab5e7c91878
|
|
BLAKE2b-256 checksum How to use checksums |
2cb7f10fb2b317266041ba9d45538a3a5fe79dab2945712aa3337d7953a92fb5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|