Package bytewax
Bytewax is an open source Python framework for building highly scalable dataflows in a streaming or batch context.
See our readme for more documentation.
Expand source code
"""Bytewax is an open source Python framework for building highly
scalable dataflows in a streaming or batch context.
[See our readme for more
documentation.](https://github.com/bytewax/bytewax)
""" # noqa: D205
__all__ = []
__pdoc__ = {
# This is the PyO3 module that has to be named "bytewax". Hide it
# since we re-import its members into the Python source files in
# their final locations.
"bytewax": False,
}