Reference
Technical reference documentation for Stardag.
API Reference
Auto-generated documentation from source code:
Quick Links
Core Classes
| Class |
Description |
Task |
Base class for all tasks |
AutoTask |
Task with automatic filesystem targets |
@task |
Decorator for function-based tasks |
Dependency Types
| Type |
Description |
Depends[T] |
Inject loaded output |
TaskLoads[T] |
Access task object |
TaskSet[T] |
Handle multiple tasks |
Build Functions
| Function |
Description |
build() |
Execute task and dependencies |
Target Types
| Class |
Description |
FileSystemTarget |
Base filesystem target |
LoadableSaveableTarget |
Target with serialization |
Configuration
| Function |
Description |
get_target() |
Create target from relative path |
target_factory_provider |
Manage target factory |
External Resources