A complete rewrite of the diagram-parser, working with new PDF format diagrams. Now also validates existing codes and creates issues if missing.
Go to file
2024-10-31 23:25:41 +00:00
src Add validation steps 2024-10-31 23:25:41 +00:00
.gitignore init 2024-10-25 21:15:56 +01:00
output.txt Add validation steps 2024-10-31 23:25:41 +00:00
pyvenv.cfg Fix parsing of schedule card text 2024-10-26 11:37:07 +01:00
README.md Update readme 2024-10-31 21:15:11 +00:00
requirements.txt Fix requirements.txt 2024-10-31 21:28:24 +00:00

dgp2

Parses PDF schedule cards, extracting PIS codes and headcodes before using the OwlBoard API to build a list of PIS codes. Submitting the completed list to Git.

Interacts with OwlBoard API using pyOwlBoard