aboutsummaryrefslogtreecommitdiffstats
path: root/chocula/common.py
Commit message (Collapse)AuthorAgeFilesLines
* hathitrust KBART-style importerBryan Newbold2020-09-021-0/+87
|
* add support for PKP PLN (KBART-like)Bryan Newbold2020-08-311-0/+46
|
* flake8 cleanupsBryan Newbold2020-06-221-1/+1
|
* fmt (black)Bryan Newbold2020-06-221-30/+30
|
* fixes for KBART importBryan Newbold2020-06-021-7/+13
|
* add KBART parsing/importingBryan Newbold2020-06-021-11/+115
|
* 'everything' at least partially workingBryan Newbold2020-06-011-0/+27
|
* start a MakefileBryan Newbold2020-05-071-0/+35
Move all "index" functions into classes, each in a separate file. Add lots of type annotations. Use dataclass objects to hold database rows. This aspect will need further refactoring to remove "extra" usage, probably by adding database rows to align with DatabaseInfo more closely.