Metadata-Version: 2.1
Name: cf-streamfind
Version: 0.1.1
Summary: CogniFlow package with processing steps based on the StreamFind native algorithms.
Requires-Python: >=3.10
Provides-Extra: test
Requires-Dist: pytest<9.0,>=8.0; extra == "test"
Description-Content-Type: text/markdown

# cf-streamfind

Generated CogniFlow step-package scaffold.

- Package id: `cf.streamfind`
- Python module: `cf_streamfind`
- Manifest: `src/cf_streamfind/steps.nq`
- C++ source: `src/cf_streamfind/cpp/steps.cpp`

Install locally:

```bash
pip install .
```
