streamz
streamz copied to clipboard
Real-time stream processing for python
I want to use the streamz.Stream.filenames() API to feed the filenames parallelly to streamz.Stream.from_textfile() and do computation on the lines of the textfile till they keep coming. But the API...
I recently find a [tool](https://bytedance.github.io/matxscript/) which can compile the python code into c++. Is it possible to using it to improve the performance of streamz?
* Fixed Flake8 error in streamz/plugins.py * Fixed conftest.py to use current pytest_ignore_collect params * Pytest 7 added the new param [name/type](https://docs.pytest.org/en/latest/reference/reference.html#pytest.hookspec.pytest_ignore_collect) and it was removed in 9. Pytest 9...
Hi again. This little documentation improvement was created along the lines of GH-483, as I am not using Anaconda, but plain Python. It's just a very minimal improvement to also...
Hi again, we know the package is currently low on maintenance (GH-476), but might need some action now to make it compatible with Python 3.14. When enabling Python 3.14 on...
## About A few adjustments to make the majority of the test cases succeed on Python 3.14. ``` 1031 passed, 438 skipped, 8 xfailed, 96 xpassed, 151 warnings in 51.54s...