summaryrefslogtreecommitdiff
path: root/filesystems/py-fs/DESCR
blob: cef24b9fcfc26230ac665c45484ab5ed974fc6de (plain)
1
2
3
4
5
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.