Skip to content

Commit 18f03c6

Browse files
authored
Added reference to PyFilesystem2
1 parent 44573f7 commit 18f03c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
PyFilesystem
22
============
33

4+
**Note:** The project has largely been replaced by [PyFilesystem2](https://github.com/PyFilesystem/pyfilesystem2) which offers many improvements over the original.
5+
46
PyFilesystem is an abstraction layer for *filesystems*. In the same way that Python's file-like objects provide a common way of accessing files, PyFilesystem provides a common way of accessing entire filesystems. You can write platform-independent code to work with local files, that also works with any of the supported filesystems (zip, ftp, S3 etc.).
57

68
Pyfilesystem works with Linux, Windows and Mac.

0 commit comments

Comments
 (0)