Artifact a91f63f6662c87f59a4356fc0eae12052b10bcc0f13e6ceacc86dd511064e86f:
- File test/.pyz.d/get_data.py — part of check-in [821af929fa] at 2022-10-31 06:12:04 on branch trunk — pyz get_data (user: mario, size: 320) [annotate] [blame] [check-ins using]
# 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)