aboutsummaryrefslogtreecommitdiff
path: root/src/wikiget/parse.py
AgeCommit message (Collapse)Author
2023-10-30Accept batch input from stdinCody Logan
2023-10-27Fix ttest errors in Python 3.7 and 3.8Cody Logan
2023-10-27Move batch file processing to parse moduleCody Logan
2023-10-24Use per-module loggers and tweak initial log configCody Logan
2023-10-20Add type annotations to source filesCody Logan
2023-10-20Reorganize File classCody Logan
2023-10-17Clean up exception handling and error messagesCody Logan
2023-10-13Refactor parsing logic and revise exception handlingCody Logan