Results 26 issues of Frithjof

Once Python 3.11 becomes available, use the [stdlib toml parser](https://peps.python.org/pep-0680) to make settings more readable.

- [ ] total training time - [ ] number of resumes - [ ] show total training time at the end

[Example setup](https://github.com/TezRomacH/python-package-template)

- [x] Deprecate Python 3.7 - [ ] Enable mypy - [ ] Switch to ruff - [x] Switch to pydantic v2 - [x] Remove commandlib dependency

The structure of a machinable project allows for automated execution of all available components in a project similar. It would thus be possible to introduce an execution mode in which...

enhancement

Currently, we just convert anything to a string which is not ideal as the user might not be aware of it. To address - Record should allow for registration of...

Currently, `Index.find_latest(since)` requires a `DateTime` to be passed that has to be constructed by the user. It would be more convenient if users could also specify [relative time as a...

good first issue

Support auto-completion by statically analyzing the project

- [ ] Raise more meaningful exception when default value is undefined (or add RequiredField automatically) - [ ] Allow help annotations in Field class