Kyle Barron
Kyle Barron
Ah I need to add a ci check for no default features :/
I published pyo3-arrow 0.5.1 with a CI check to ensure `--no-default-features` compiles
> I think we could drop pyarrow as a hard dependency using this approach, since pyarrow itself supports the PyCapsule API. Yes, though it does require the user to have...
I started a PR for polars pycapsule export here: https://github.com/pola-rs/polars/pull/17676
If you pointed me to where the arrow ingest happens, I could probably make a PR for this if you'd like
> If this is blocked by updating arrow-rs, I can ping this thread once that's done I think that's primarily a question of whether you're ok vendoring the relevant PyCapsule...
In https://github.com/kylebarron/arro3/pull/229 I made a pyo3 integration for object-store, which is designed for _other Rust developers_ making Python packages who want to use object-store in their own crates. See https://github.com/roeap/object-store-python/issues/3...
Sure, @dsgibbons. And for clarity I moved the object-store integration into a separate repo here: https://github.com/developmentseed/object-store-rs ### Overall differences - Better maintained. This is subjective, and my project still has...
I published my own version of an `object_store` wrapper, `object-store-rs` to PyPI: https://github.com/developmentseed/object-store-rs Edit: renamed to `obstore`: https://github.com/developmentseed/obstore
Hi! Thanks for trying out the library! I was just testing the new conditional export support in 0.6.0-beta.1, so it's good to see that it needs improvement. > This results...