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
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
vaultuts-1.1.2.tar.gz
(4.5 kB
view details)
File details
Details for the file vaultuts-1.1.2.tar.gz.
File metadata
- Download URL: vaultuts-1.1.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ef3085da9ccd5d4152c0c3209c1ff9c0826db8e51babdb0e8690167092f95ad
|
|
| MD5 |
b25d20055bfa5a3443e5dbe0977dcfa2
|
|
| BLAKE2b-256 |
69c28ef3ce7ffb7b9335ebf7312ef81a38a18b01e95488cfe65523df71ebfc95
|