python3-fsspec

specification that Python filesystems should adhere to (Python 3)
  https://github.com/fsspec/filesystem_spec
  0
  no reviews



The package produce a template or specification for a file-system interface, that specific implementations should follow, so that applications making use of them can rely on a common behaviour and not have to worry about the specific internal implementation decisions with any given backend.