wyvern.minimal¶
Minimal implementation of wyvern.
Entries include
ManagerBasic manager implementationmain.main()Main function
- class wyvern.minimal.Manager¶
Manager Class.
The
configurationandsecretsvariables are specific to theFactoryorArtisanwhich created the job.- abstract add_job(job: Job | None) None¶
Add a job object to the queue.
This will add to the queue of jobs to be executed directly after this.
- configuration: DataStore¶
Variables affecting how download jobs are processed.
These are straightforward nonsensitive variables. Examples include:
Bitrate to download at
URL to site
- plugin_id: str¶
The calling Artisan or Factory’s
plugin_id
Modules
Minimal Manager Class. |