Closed douglasdavis closed 1 year ago
Copying out the draft PR from fsspec?
This is good to be able to do testing. The original HTTPFileSystem has tests we could reuse, except that rfsspec doesn't pass on header values to the request yet.
Just experimenting to allow being able to import pure Python objects from rfsspec as well, can now run e.g.
import rfsspec.html
fs = rfsspec.http.HTTPFileSystem(...)
Copying out the draft PR from fsspec?
yep just copied from fsspec.implementions.http_rust.py
I'll put this in and continue iterating, unless you have more you want to do.
Nope that sounds good!
This PR makes the Rust based extension module importable as
rfsspec.rfsspec