Skip to main content

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

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.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page