paddypy


Namepaddypy JSON
Version 0.2.5 PyPI version JSON
download
home_page
SummaryCollection of helpfull extensions
upload_time2024-02-20 13:27:14
maintainer
docs_urlNone
authorPatrik
requires_python
license
keywords python appconfiguration azure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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



```python

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)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "paddypy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,appconfiguration,azure",
    "author": "Patrik",
    "author_email": "<patrikhartl@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d5/54/75831bd4f5b1b21fdb27064c3675ff092dc68ad67abdf042a76ccaaef525/paddypy-0.2.5.tar.gz",
    "platform": null,
    "description": "\r\n# paddypy\r\n\r\n\r\n\r\nUnder construction! Not ready for use yet! Currently experimenting and planning!\r\n\r\n\r\n\r\nDeveloped by Patrik (c) 2022\r\n\r\n\r\n\r\n## Examples of How To Use (Alpha Version)\r\n\r\n\r\n\r\n Print and get azure app-configuration keys and flags\r\n\r\n\r\n\r\n```python\r\n\r\nfrom paddypy import access\r\n\r\n# does a logging print out of the azure app-configuration keys and flags.\r\n\r\naccess.listConfig()\r\n\r\n\r\n\r\nkey = \"username\"\r\n\r\n\r\n\r\n\r\n\r\n# gets the lastest value for a given key\r\n\r\n# deactivate_kv_access choose if kv-ref should be accessed (access policies need to be correct)  \r\n\r\nvalue = access.getValue(key=key, deactivate_kv_access=True) \r\n\r\nlogging.info(\"Lastest value: \" + value)\r\n\r\n\r\n\r\n# sets a key value\r\n\r\n# deactivate_kv_access choose if kv-ref should be accessed (access policies need to be correct)  \r\n\r\nvalue = access.setValue(key=key, value=\"julia\", content_type=None, tags: dict={}, label=None, deactivate_kv_access=False):\r\n\r\nlogging.info(\"Lastest value: \" + value)\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Collection of helpfull extensions",
    "version": "0.2.5",
    "project_urls": null,
    "split_keywords": [
        "python",
        "appconfiguration",
        "azure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0b9dc05b7bdf122ab4bd95bed79bbe1fd5a170a5bf8468bacd5661eb30f9378",
                "md5": "9a5ffcf471f2fa05754081bd39314cb0",
                "sha256": "4ed047d625ce21db96d7894ad3239b07ca72f8f4f3a7073c22d6c43fe6f0c568"
            },
            "downloads": -1,
            "filename": "paddypy-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a5ffcf471f2fa05754081bd39314cb0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6792,
            "upload_time": "2024-02-20T13:27:12",
            "upload_time_iso_8601": "2024-02-20T13:27:12.779247Z",
            "url": "https://files.pythonhosted.org/packages/f0/b9/dc05b7bdf122ab4bd95bed79bbe1fd5a170a5bf8468bacd5661eb30f9378/paddypy-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d55475831bd4f5b1b21fdb27064c3675ff092dc68ad67abdf042a76ccaaef525",
                "md5": "52f35c7a6b0a0a9312b7c12560c8876d",
                "sha256": "0cd1f259d1a2867c7849e4202d5d6e2ab4d2b5424efe9597c695b944a6facca9"
            },
            "downloads": -1,
            "filename": "paddypy-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "52f35c7a6b0a0a9312b7c12560c8876d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6173,
            "upload_time": "2024-02-20T13:27:14",
            "upload_time_iso_8601": "2024-02-20T13:27:14.548974Z",
            "url": "https://files.pythonhosted.org/packages/d5/54/75831bd4f5b1b21fdb27064c3675ff092dc68ad67abdf042a76ccaaef525/paddypy-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-20 13:27:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "paddypy"
}
        
Elapsed time: 0.18578s