CoffeaTeam / fsspec-xrootd

An XRootD implementation for fsspec
https://coffeateam.github.io/fsspec-xrootd/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Support `simplecache` url chaining #41

Closed lobis closed 9 months ago

lobis commented 9 months ago

Currently raises a NotImplementedError when attempting to chain it with the simplecache protocol (in order to save the file locally and read from it).

Probably just needs to have _get_file implemented.