summaryrefslogtreecommitdiff
path: root/filesystems/py-fs2/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/py-fs2/pkg-descr')
-rw-r--r--filesystems/py-fs2/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/filesystems/py-fs2/pkg-descr b/filesystems/py-fs2/pkg-descr
new file mode 100644
index 000000000000..6807f41b753b
--- /dev/null
+++ b/filesystems/py-fs2/pkg-descr
@@ -0,0 +1,5 @@
+Filesystem Abstraction for Python. Work with files and directories in archives,
+memory, the cloud etc. as easily as your local drive. Write code now, decide
+later where the data will be stored; unit test without writing real files;
+upload files to the cloud without learning a new API; sandbox your file writing
+code; etc.