Commit graph

8 commits

Author SHA1 Message Date
Marty Oehme 67bfc30396
refactor: Switch annotation away from dataclass
To ease employing getters and setters, we switch the dataclass
to a normal python undecorated class.
2024-01-24 11:15:10 +01:00
Marty Oehme cd5f787220
chore: Update dependencies to fix single-thread warning
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Fixed single-threaded warning provided from the fitz pymupdf library
since the issue does not exist for this new version anymore.
Bump version along the way.
2024-01-18 18:26:00 +01:00
Marty Oehme 14f1b9e75c
test: Add poetry-cov library 2023-10-17 21:16:40 +02:00
Marty Oehme 2700e4adc3
test: Add code coverage dev dependency 2023-09-22 21:53:55 +02:00
Marty Oehme 929e70d7ac
chore: Update poetry.lock 2023-09-21 19:36:00 +02:00
Marty Oehme 256117d451
Add mustache templating
Added mustache templating engine to be able to provide custom
formatting strings.
2023-08-29 13:49:22 +02:00
Marty Oehme b564ab4792
Add continuous integration pipeline
Some checks failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
Added static analysis (lint, type checking) to be done on each push, and
testing to be done on each master branch commit.
2023-08-29 12:15:10 +02:00
Marty Oehme a22cc635b2
initial commit 2023-08-28 10:28:06 +02:00