Filesystems¶
Interface¶
FileSystem entry info.  | 
|
File and directory selector.  | 
|
Abstract file system API.  | 
Concrete Subclasses¶
A FileSystem implementation accessing files on the local machine.  | 
|
S3-backed FileSystem implementation  | 
|
Delegates to another implementation after prepending a fixed base path.  | 
To define filesystems with behavior implemented in Python:
A FileSystem with behavior implemented in Python.  | 
|
An abstract class exposing methods to implement PyFileSystem’s behavior.  | 
|
  | 
Handler for fsspec-based Python filesystems.  |