Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-08 | better loading in util.read_localized_resource | Daniel Schadt | |
The other code kinda assumed that we can turn the resource path into a package by replacing the slashes (path separators) with dots. That turned out to not really work in the end, especially if the resource subfolders don't have a __init__.py in there. This uses the .files() API (available in Python 3.9 and backported in importlib_resources) to better handle folders in the resources. | |||
2022-07-02 | adjust manifest for extra filesv0.0 | Daniel Schadt | |
2022-06-28 | Initial commit | Daniel Schadt | |