aboutsummaryrefslogtreecommitdiffstats
path: root/chocula/directories/doaj.py
Commit message (Collapse)AuthorAgeFilesLines
* make fmtBryan Newbold2021-04-231-3/+1
|
* doaj: updates for new file format; removed some fields/metadataBryan Newbold2021-04-231-55/+43
|
* fmtBryan Newbold2020-08-311-1/+3
|
* doaj bug: wasn't setting extra directory metadataBryan Newbold2020-08-031-9/+8
|
* fmt (black)Bryan Newbold2020-06-221-25/+33
|
* update sources; fix as_of in DOAJBryan Newbold2020-06-021-1/+1
|
* update code to work with new config structureBryan Newbold2020-05-071-2/+2
|
* start a MakefileBryan Newbold2020-05-071-0/+120
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.