1 Pyfilesystem is a Python module that provides a simplified common
2 interface to many types of filesystem. Filesystems exposed via
3 Pyfilesystem can also be served over the network, or 'mounted' on the
6 Pyfilesystem simplifies working directories and paths, even if you
7 only intend to work with local files. Differences in path formats
8 between platforms are abstracted away, and you can write code that
9 sand-boxes any changes to a given directory.
11 Pyfilesystem works with Linux, Windows and Mac.
12 (And of course, NetBSD.)