Filesystems¶
Interface¶
|
FileSystem entry info. |
|
File and directory selector. |
Abstract file system API. |
Filesystem Implementations¶
|
A FileSystem implementation accessing files on the local machine. |
|
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. |
Utilities¶
|
Copy files between FileSystems. |