Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a42cf6

Browse files
committed
add PyFilesystem2
1 parent 7a70415 commit 8a42cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
588588

589589
*Libraries for file manipulation and MIME type detection.*
590590

591-
* [imghdr](https://docs.python.org/3/library/imghdr.html) - (Python standard library) Determine the type of an image.
592591
* [mimetypes](https://docs.python.org/3/library/mimetypes.html) - (Python standard library) Map filenames to MIME types.
593592
* [path.py](https://github.com/jaraco/path.py) - A module wrapper for [os.path](https://docs.python.org/3/library/os.path.html).
594-
* [pathlib](https://pathlib.readthedocs.org/en/pep428/) - (Python standard library in Python 3.4+) An cross-platform, object-oriented path library.
593+
* [pathlib](https://docs.python.org/3/library/pathlib.html) - (Python standard library) An cross-platform, object-oriented path library.
594+
* [PyFilesystem2](https://github.com/pyfilesystem/pyfilesystem2) - Python's filesystem abstraction layer.
595595
* [python-magic](https://github.com/ahupp/python-magic) - A Python interface to the libmagic file type identification library.
596596
* [Unipath](https://github.com/mikeorr/Unipath) - An object-oriented approach to file/directory operations.
597597
* [watchdog](https://github.com/gorakhargosh/watchdog) - API and shell utilities to monitor file system events.

0 commit comments

Comments
 (0)