From 8a42cf6d78983a1d7da83b0c8a9ad36ebc9e534c Mon Sep 17 00:00:00 2001 From: Vinta Date: Mon, 13 Aug 2018 00:57:30 +0800 Subject: [PATCH] add PyFilesystem2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 303de20..cc7b5aa 100644 --- a/README.md +++ b/README.md @@ -588,10 +588,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for file manipulation and MIME type detection.* -* [imghdr](https://docs.python.org/3/library/imghdr.html) - (Python standard library) Determine the type of an image. * [mimetypes](https://docs.python.org/3/library/mimetypes.html) - (Python standard library) Map filenames to MIME types. * [path.py](https://github.com/jaraco/path.py) - A module wrapper for [os.path](https://docs.python.org/3/library/os.path.html). -* [pathlib](https://pathlib.readthedocs.org/en/pep428/) - (Python standard library in Python 3.4+) An cross-platform, object-oriented path library. +* [pathlib](https://docs.python.org/3/library/pathlib.html) - (Python standard library) An cross-platform, object-oriented path library. +* [PyFilesystem2](https://github.com/pyfilesystem/pyfilesystem2) - Python's filesystem abstraction layer. * [python-magic](https://github.com/ahupp/python-magic) - A Python interface to the libmagic file type identification library. * [Unipath](https://github.com/mikeorr/Unipath) - An object-oriented approach to file/directory operations. * [watchdog](https://github.com/gorakhargosh/watchdog) - API and shell utilities to monitor file system events.