summaryrefslogtreecommitdiff
path: root/subplot/client.py
AgeCommit message (Collapse)AuthorFilesLines
2020-11-22feat! use temporary files for SQLite databasesLars Wirzenius1-3/+2
The user should not have to specify filenames for the databases, since they don't actually care where they're stored.
2020-11-18feat! change client config to take a base URL instead of host, portLars Wirzenius1-4/+2
2020-11-13refactor: split obnam's bindings, functions for clarityLars Wirzenius1-0/+60
The old subplot/obnam.{yaml,py} were starting to get large enough that it was hard to understand them. Also, were partly overlapping in functionality with runcmd.