Spade SDK
Project description
Spade SDK
Spade SDK provides basic classes to implement Spade Files and Processes. For more information about Spade, please visit Spade
It has no dependencies on other Python libraries, and allows development for Spade without a need to install the full Spade app.
Installation
pip install spadesdk
Basic objects
FileProcessor
FileProcessor
processes the file uploaded by the user in the Spade app.
Executor
Executor
executes a Spade process, either by directly running Python code or by
calling an external service.
HistoryProvider
HistoryProvider
provides the history of a Spade from if the actual process is executed
by an external service. If the process is executed in Spade, a HistoryProvider
is not
needed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spadesdk-0.3.0.tar.gz
(39.3 kB
view hashes)
Built Distribution
spadesdk-0.3.0-py3-none-any.whl
(28.5 kB
view hashes)