DGC-All-In-One: Most Customizable Package Installer
requests
requestsrich
list {packages|repositorys}: List installed Packages / Repositorysrun (Action ID) (Package ID) [--version (Version)]: List installed packagesadd_repo (Repository ID) (Repository Path / URL) [--isremote {true|false}]: Add Repository- Default of
--isremote:true
- Default of
remove_repo (Repository ID): Remove Repository
{
"last-updated": "0000000000000000000000001011100111111101000001010010001110010001",
"packages": [
{
"id": "spaudio",
"name": "Spaudio",
"description": "Spatial Audio Simulation Tool",
"default_version": "1.0",
"alias": {"latest": "1.0"},
"versions": {
"1.0": {
"download": "https.get.save(\"https://github.com/DiamondGotCat/Spaudio/archive/refs/heads/main.zip\", \"spaudio.zip\")\nexec.py(\"\"\"from zipfile import ZipFile\nwith ZipFile('spaudio.zip') as zf:\n zf.extractall()\"\"\")"
}
}
}
]
}
last-updated: DGC-Epoch Time of Last Updatedpackages: All Packagesid: Package IDname: Package Name (Currently Not Supported)description: Package Description (Currently Not Supported)default_version: Default Version of Packagealias: Alias of Version (Currently Not Supported)versions: Versions and Actions1.0: Versiondownload: Action IDhttps.get.save(\"htt...: Pylo Script