eventkit
eventkit copied to clipboard
Event-driven data pipelines
Haven's seen any docs, examples or tests related to error handling. There's .errors operator that should return the error stream. I tried to use it like this (test case): ```python...
Would you be open to add some additional methods on Array class? While using eventkit with ib_insync, it would be helpful to have some basic indicators built in. I'm currently...
The package requires a py.typed marker. After generating stubs with stubgen, mypy reports following errors: ``` stubs/eventkit/ops/timing.pyi:9: error: Signature of "on_source_error" incompatible with supertype "Op" [override] stubs/eventkit/ops/timing.pyi:9: note: Superclass: stubs/eventkit/ops/timing.pyi:9:...