scystream.sdk package#
Subpackages#
- scystream.sdk.config package
SDKConfiggenerate_config_from_compute_block()get_compute_block()load_config()validate_config_with_code()- Submodules
- scystream.sdk.config.compute_block_utils module
- scystream.sdk.config.config_loader module
- scystream.sdk.config.entrypoints module
- scystream.sdk.config.models module
- scystream.sdk.database_handling package
- scystream.sdk.env package
- scystream.sdk.file_handling package
Submodules#
scystream.sdk.core module#
- scystream.sdk.core.entrypoint(settings_class: Type[EnvSettings] | None = None)[source]#
Decorator to mark a function as an entrypoint. It also loads and injects the settings of the entrypoint.