ADDED test/.pyz.d/d/data.txt.gz Index: test/.pyz.d/d/data.txt.gz ================================================================== --- test/.pyz.d/d/data.txt.gz +++ test/.pyz.d/d/data.txt.gz cannot compute difference between binary files ADDED test/.pyz.d/get_data.py Index: test/.pyz.d/get_data.py ================================================================== --- test/.pyz.d/get_data.py +++ test/.pyz.d/get_data.py @@ -0,0 +1,14 @@ +# 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)