An orm package
Project description
Vault Uts
Installation
pip install vaultUts
GitHub
https://github.com/ZdekPyPi/VaultUts
Usage
link
from vaultUts import VaultLib
vlt = VaultLib(
"<HOST>",
"<TOKEN>"
)
@vlt.link("<MyLocker>/data/<MySecret>")
class MySecret():
USER : str
PASSWORD: str
print(MySecret.USER)
print(MySecret.PASSWORD)
my_user_here
py_password
Change Log
0.0.1 (2024-05-02)
- First Release
1.0.3 (2024-07-31)
- Variable types from ini file fixed
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vaultuts-1.0.3.tar.gz
(3.9 kB
view hashes)