You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be a good idea to use uv, which is written in Rust, instead? Currently, I feel that opendal python is not a complex python package, and fine-grained python package management may not be necessary. Ease of setup and quick usage would be more appreciated.
I don't know much about python package management, but:
Feature Description
For now, we use maturin as our package management and build tools for our Python bindings.
I propose use PDM instead of maturin.
Problem and Solution
For now, PDM has already support maturin as build backend
And we can add extra configuration for Python our python binding like
So the developer can run test and lint code more friendly by using command PDM built in like
pdm test
,pdm lint
Additional Context
No response
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: