-
Couldn't load subscription status.
- Fork 24
chore: Rearrange code to support both existing and new Rust FFI based pynumaflow #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #258 +/- ##
==========================================
- Coverage 93.63% 93.53% -0.11%
==========================================
Files 65 65
Lines 2907 2907
Branches 152 152
==========================================
- Hits 2722 2719 -3
- Misses 135 138 +3
Partials 50 50 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
| @@ -0,0 +1,163 @@ | |||
| # Python SDK for Numaflow | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just move the Readme rather than copy?
|
for |
|
@vigith we're thinking for unified releases or seperate wheels? |
separate wheels |
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
$ poetry build
Invalid entry in [project.license-files]: '../../LICENSE' ('..' must not be used.) |
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
#257
The image builds were tested in an older commit without pushing images (https://github.com/numaproj/numaflow-python/actions/runs/18615039840)
The
Readme.md(referenced inpyproject.toml) andLICENSEis copied topackages/pynumaflowso that they will be included in the source/wheel distribution.