Metadata-Version: 2.4
Name: bocoflow-core-sdk
Version: 0.1.0
Summary: BoCoFlow node-authoring SDK: the bocoflow_core node API (Node, parameters, stream_log) for building and locally testing Salpa nodes. Source-protected subset; the workflow engine is provided by the Salpa app at runtime.
Author: BoundaryComputing
License-Expression: Apache-2.0
Project-URL: Homepage, https://bocores.com/salpa-cli
Project-URL: Documentation, https://salpa.app/docs/custom-nodes
Keywords: bocoflow,salpa,sdk,node-authoring,computational-science
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# bocoflow-core-sdk

The **BoCoFlow node-authoring SDK** — a source-protected subset of `bocoflow_core` with just the node
API (`Node`, the parameter types, `NodeResult`, `stream_log`). Install it into your node's dev
environment so `node.py` imports, type-checks, and its tests run locally:

```
pip install bocoflow-core-sdk
```

The full workflow engine is provided by the Salpa app at runtime and is not part of this package.
