Commit 48231637 by rfkelly0

whoops, adding some doc files I forgot to commit

parent e1d17c8b
.. automodule:: fs.filelike
:members:
.. automodule:: fs.remote
:members:
Utility Modules
===============
PyFilesystem also contains some miscellaneous utility modules to make writing
new FS implementations easier.
fs.path
-------
Contains many utility functions for manipulating filesystem paths. See :mod:`fs.path`.
fs.errors
---------
Contains all the standard error classes used by PyFilesystem, along with some useful error-handling decorators. See :mod:`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 :mod:`fs.filelike`.
fs.remote
---------
Contains useful functions and classes for implementing remote filesystems. See :mod:`fs.remote`.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment