📄️ Spade SDK package
The Spade SDK is a Python package containing type definitions for all of the objects needed
📄️ Executor
An Executor is a class designed to trigger a job in an external service, and are the backbone
📄️ History Provider
A History Provider is a class for retrieving previous runs of an Executor, in the event
📄️ File Processor
An File Processor is a class designed receive and process an arbitrary file, and are the
📄️ User
A User is a simple dataclass representing the Spade user currently executing the given Executor or File Processor.