Collection of helpfull extensions
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
paddypy
Under construction! Not ready for use yet! Currently experimenting and planning!
Developed by Patrik (c) 2022
Examples of How To Use (Alpha Version)
Print and get azure app-configuration keys and flags
from paddypy import access
# does a logging print out of the azure app-configuration keys and flags.
access.listConfig()
key = "username"
# gets the lastest value for a given key
# deactivate_kv_access choose if kv-ref should be accessed (access policies need to be correct)
value = access.getValue(key=key, deactivate_kv_access=True)
logging.info("Lastest value: " + value)
# sets a key value
# deactivate_kv_access choose if kv-ref should be accessed (access policies need to be correct)
value = access.setValue(key=key, value="julia", content_type=None, tags: dict={}, label=None, deactivate_kv_access=False):
logging.info("Lastest value: " + value)
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
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 paddypy-0.2.6.tar.gz.
File metadata
- Download URL: paddypy-0.2.6.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3e9af56475817821c8f1644a7281f519ac80e0bc92b63752e2acbd2fe1387ce
|
|
| MD5 |
84f7a370fac77c047f1cf560d4392432
|
|
| BLAKE2b-256 |
faacadc09cfa4367a9ac2ce465560901ae1c2864820c23187f6ff39cb5bab3c5
|
File details
Details for the file paddypy-0.2.6-py3-none-any.whl.
File metadata
- Download URL: paddypy-0.2.6-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51b10b7737e56c30212683cb9847a970b04149a5586c8ea3d002eaaa6aac0b5f
|
|
| MD5 |
f5823a957971fa4604fe20636eb818ee
|
|
| BLAKE2b-256 |
52f93bb3a03462eed634f189ba55465d18b297aea18c6254897a9db4e0480728
|