From a25cb391ab0b91d23dcde6691ab09e1c4f9f3a33 Mon Sep 17 00:00:00 2001 From: Vigith Maurice Date: Sat, 18 Oct 2025 18:52:32 -0700 Subject: [PATCH] chore README for numaflow-python project Signed-off-by: VIgith Maurice --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..0d7042d5 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# numaflow-python + +Python SDK for Numaflow SDK. + +## `pynumaflow` +Pure Python implementation for Numaflow SDK - [pynumaflow](packages/pynumaflow/README.md) + +## `pynumaflow-lite` + +Coming shorty (Rust based Python SDK with better performance)