summaryrefslogtreecommitdiff
path: root/files.py
AgeCommit message (Collapse)AuthorFilesLines
2020-09-23drop: old files libraryLars Wirzenius1-90/+0
2020-06-08test(files): add binding and function for comparing file contentsLars Wirzenius1-0/+9
This will be used soon by a program to extract data files from subplots, but I expect it to be more generally useful in the future.
2020-05-20refactor: move things from subplot.{py,yaml} to separate filesLars Wirzenius1-0/+81
files.{py,yaml} contain re-usable steps for handling files. runcmd.{py,yaml} contain re-usable steps for running commands and inspecting results.