Skip to main content

Add your description here

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cwyod_base-0.0.1.tar.gz (61.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cwyod_base-0.0.1-py3-none-any.whl (93.4 kB view details)

Uploaded Python 3

File details

Details for the file cwyod_base-0.0.1.tar.gz.

File metadata

  • Download URL: cwyod_base-0.0.1.tar.gz
  • Upload date:
  • Size: 61.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.9

File hashes

Hashes for cwyod_base-0.0.1.tar.gz
Algorithm Hash digest
SHA256 190b87018e1ad922d83e68de1f9fae24e0d199b32d3bbfa61376a3e2d406449d
MD5 1d985b148d9c81b8f560a84b1b1f034b
BLAKE2b-256 540b3c187092c629dd62c33c6ff00f7a9dc6a2d3465bc66942de400f5bf0c747

See more details on using hashes here.

File details

Details for the file cwyod_base-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for cwyod_base-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5d88519d8127ce35e3d5fd1f479b58e512bdd82f7741aca78277e17ecf6cfc7c
MD5 740d280b3c40b941f3c6e0ab22ee6d75
BLAKE2b-256 c99ddc5e966cf81ccbee7abc1cf3d2db754601f8899e3ab6dfb2e065501f6645

See more details on using hashes here.

Supported by

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