update and cleanup repo

This commit is contained in:
2026-05-26 15:32:01 -07:00
parent 5041d9fbb9
commit 0db899d0c3
72 changed files with 788 additions and 1884 deletions
+3 -3
View File
@@ -49,7 +49,7 @@ class PipeObject:
hash: str
store: str
provider: Optional[str] = None
plugin: Optional[str] = None
tag: List[str] = field(default_factory=list)
title: Optional[str] = None
url: Optional[str] = None
@@ -144,8 +144,8 @@ class PipeObject:
"store": self.store,
}
if self.provider:
data["provider"] = self.provider
if self.plugin:
data["plugin"] = self.plugin
if self.tag:
data["tag"] = self.tag