2 Commits

Author SHA1 Message Date
Jacob Schmidt
0743b6c7f1 feat(client): Remove pipeline operations from FireflyClientPy
Some checks failed
Build / build (push) Failing after 1m14s
This commit removes the pipeline-related function definitions from the `FireflyClientPy` class in the `README.md` file. These functions are no longer needed in the Python client as pipeline operations are handled differently.

The removed functions include:

- `SetPipelineMode`
- `SetBatchSize`
- `FlushPipeline`
- `GetQueuedCommandCount`
- `IsPipelineMode`
- `GetBatchSize`
2025-04-13 17:07:38 -05:00
Jacob Schmidt
4063fe6bd8 Initial Repo Setup
Some checks failed
Build / build (push) Has been cancelled
2025-04-10 21:49:46 -05:00