File test/.pyz.d/get_data.py artifact a91f63f666 part of check-in b9be77c869
# type: pyz # category: complex # title: pyz module # desription: lookup within zipped packages/apps # config: # { name: relation, type: bool, val: 1, description: none } # state: alpha # # doc here import pluginconf pluginconf.data_root = "inner" data = pluginconf.get_data("d/data.txt.gz", decode=True, gzip=True)