summaryrefslogtreecommitdiff
path: root/filesystems/py-filesystem/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/py-filesystem/DESCR')
-rw-r--r--filesystems/py-filesystem/DESCR12
1 files changed, 12 insertions, 0 deletions
diff --git a/filesystems/py-filesystem/DESCR b/filesystems/py-filesystem/DESCR
new file mode 100644
index 00000000000..85fa9fe98c9
--- /dev/null
+++ b/filesystems/py-filesystem/DESCR
@@ -0,0 +1,12 @@
+Pyfilesystem is a Python module that provides a simplified common
+interface to many types of filesystem. Filesystems exposed via
+Pyfilesystem can also be served over the network, or 'mounted' on the
+native filesystem.
+
+Pyfilesystem simplifies working directories and paths, even if you
+only intend to work with local files. Differences in path formats
+between platforms are abstracted away, and you can write code that
+sand-boxes any changes to a given directory.
+
+Pyfilesystem works with Linux, Windows and Mac.
+(And of course, NetBSD.)