summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill McGugan <willmcgugan@gmail.com>2017-08-09 15:08:13 +0100
committerGitHub <noreply@github.com>2017-08-09 15:08:13 +0100
commit18f03c670b0a7bb9aa9759f3e32aa5e9d3438665 (patch)
tree643927e517fb7851c8a6d61e68cb5ec4a3decd90
parent44573f70e72b2cf378ee20d1c8bc2084ba975e16 (diff)
downloadpyfilesystem-git-18f03c670b0a7bb9aa9759f3e32aa5e9d3438665.tar.gz
Added reference to PyFilesystem2
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index dbdb437..4a0ba62 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
PyFilesystem
============
+**Note:** The project has largely been replaced by [PyFilesystem2](https://github.com/PyFilesystem/pyfilesystem2) which offers many improvements over the original.
+
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.).
Pyfilesystem works with Linux, Windows and Mac.