aboutsummaryrefslogtreecommitdiffstats
path: root/chocula/directories/sherpa_romeo.py
Commit message (Collapse)AuthorAgeFilesLines
* directories: all extra metadata in top-level dictBryan Newbold2020-08-031-1/+1
| | | | Had been using slug-specific sub-objects, but this was too confusing.
* fmt (black)Bryan Newbold2020-06-221-14/+19
|
* update code to work with new config structureBryan Newbold2020-05-071-2/+2
|
* start a MakefileBryan Newbold2020-05-071-0/+58
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.