Added mca_queries.py and it's pre-generated result mca_record_types.py. The latter is for type hinting and will make writing queries to solve for schedule numbers much easier. Next will be to write tools to make hunting for desired schedules easier.

This commit is contained in:
2026-05-25 13:26:11 +01:00
parent 51c4f5030c
commit c2633952d3
5 changed files with 1138 additions and 9 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ dependencies = [
"requests (>=2.34.2,<3.0.0)",
"pypdf (>=6.12.0,<7.0.0)",
"pandas (>=3.0.3,<4.0.0)",
"pandas-stubs (>=3.0.0.260204,<4.0.0.0)"
"pandas-stubs (>=3.0.0.260204,<4.0.0.0)",
"sqlalchemy (>=2.0.49,<3.0.0)"
]