summaryrefslogtreecommitdiff
path: root/filesystems/py-fs/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/py-fs/DESCR')
-rw-r--r--filesystems/py-fs/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/filesystems/py-fs/DESCR b/filesystems/py-fs/DESCR
new file mode 100644
index 00000000000..cef24b9fcfc
--- /dev/null
+++ b/filesystems/py-fs/DESCR
@@ -0,0 +1,6 @@
+PyFilesystem is a Python module that provides a common interface to any
+filesystem.
+
+Think of PyFilesystem FS objects as the next logical step to Python's file
+objects. In the same way that file objects abstract a single file, FS objects
+abstract an entire filesystem.