Overview
| Comment: | pyz get_data | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA3-256: | 821af929fa68ce4616cfcdcaeb4b55a1 | 
| User & Date: | mario on 2022-10-31 06:12:04 | 
| Other Links: | manifest | tags | 
Context
| 2022-10-31 | ||
| 06:12 | updated template to mimick RTD theme (barely) check-in: e12fd2f3f3 user: mario tags: trunk | |
| 06:12 | pyz get_data check-in: 821af929fa user: mario tags: trunk | |
| 06:11 | add get_data probe in pyz test check-in: 77cb85f450 user: mario tags: trunk | |
Changes
Added test/.pyz.d/d/data.txt.gz version [3376d31572].
cannot compute difference between binary files
Added test/.pyz.d/get_data.py version [a91f63f666].
| > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 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)
 |