Hochfrequenz / kohlrahbi

An Anwendungshandbücher (AHB) scraper that extracts tables from docx files
https://pypi.org/project/kohlrahbi/
GNU General Public License v3.0
5 stars 2 forks source link

refactor(dependencies): Move MAUS dependencies to kohlrahbi #413

Closed hf-krechan closed 3 weeks ago

hf-krechan commented 1 month ago

In the first step to get rid of the MAUS dependencies I copied all functions and classes from MAUS into kohlrahbi inclusive tests.

It replaces the attrs classes in kohlrahbi and maus with pydantic classes and removes all marshmallow schemas.