Allow the use of a `fsspec` filesystem
Open
- Dominant language
- Python
- Stars
- 72
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
As it says in the title!
IIUC `zict.File` only reads/writes to a local filesystem. It would be great to instead be able to write to any filesystem supported by `fsspec`.
Contributor guide
Research direction
Start by locating the zict.File implementation and its existing filesystem tests, then inspect how it currently opens local paths. Define the supported fsspec filesystem interface from the project’s conventions and add coverage showing that reads and writes work through it; done means File can use an fsspec-supported filesystem rather than only local storage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100