Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-25 | include changelog in docs | Daniel Schadt | |
2022-07-24 | bump version to 0.2.1v0.2.1 | Daniel Schadt | |
2022-07-23 | bump version to 0.2.0v0.2.0 | Daniel Schadt | |
2022-07-09 | Bump version to 0.1.0v0.1.0 | Daniel Schadt | |
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 | add a small script for maintenance tasks | Daniel Schadt | |
2022-07-02 | add README & LICENSE | Daniel Schadt | |
2022-06-30 | use properly localized decimal separators | Daniel Schadt | |
2022-06-29 | first uploads are working! | Daniel Schadt | |
2022-06-28 | Initial commit | Daniel Schadt | |