summaryrefslogtreecommitdiff
path: root/docs/utilities.rst
blob: 3097729f2ade126ed67899c10cce4ece0c657f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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`.