Support application removal requests. #697

Merged
telackey merged 7 commits from telackey/apprm into main 2023-12-22 00:05:40 +00:00
Showing only changes of commit 1ace8ed3a1 - Show all commits

View File

@ -182,6 +182,7 @@ class LaconicRegistryClient:
def delete_name(self, name):
cmd("laconic", "-c", self.config_file, "cns", "name", "delete", name)
def file_hash(filename):
return hashlib.sha1(open(filename).read().encode()).hexdigest()