Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / filesystems / py-filesystem / DESCR
blob85fa9fe98c984c3d7a7188570371b785b4d27660
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
4 native filesystem.
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.)