Utility Modules¶
PyFilesystem also contains some miscellaneous utility modules to make writing new FS implementations easier.
fs.errors¶
Contains all the standard error classes used by PyFilesystem, along with some useful error-handling decorators. See fs.errors.
fs.filelike¶
Takes care of a lot of the groundwork for implementing and manipulating objects that support Python’s standard “file-like” interface. See fs.filelike.