Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

nercone-dev/dgcaio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dgcaio (DGC-All-In-One)

DGC-All-In-One: Most Customizable Package Installer

Requirements

dgcaio

  • requests

Pylo

  • requests
  • rich

Arguments

  • list {packages|repositorys}: List installed Packages / Repositorys
  • run (Action ID) (Package ID) [--version (Version)]: List installed packages
  • add_repo (Repository ID) (Repository Path / URL) [--isremote {true|false}]: Add Repository
    • Default of --isremote: true
  • remove_repo (Repository ID): Remove Repository

dgcaio Repository File

{
  "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 Updated
  • packages: All Packages
    • id: Package ID
    • name: Package Name (Currently Not Supported)
    • description: Package Description (Currently Not Supported)
    • default_version: Default Version of Package
    • alias: Alias of Version (Currently Not Supported)
    • versions: Versions and Actions
      • 1.0: Version
        • download: Action ID
        • https.get.save(\"htt...: Pylo Script

About

DGC-All-In-One: Most Customizable Package Installer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages