File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -588,10 +588,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
588
588
589
589
* Libraries for file manipulation and MIME type detection.*
590
590
591
- * [ imghdr] ( https://docs.python.org/3/library/imghdr.html ) - (Python standard library) Determine the type of an image.
592
591
* [ mimetypes] ( https://docs.python.org/3/library/mimetypes.html ) - (Python standard library) Map filenames to MIME types.
593
592
* [ 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.
595
595
* [ python-magic] ( https://github.com/ahupp/python-magic ) - A Python interface to the libmagic file type identification library.
596
596
* [ Unipath] ( https://github.com/mikeorr/Unipath ) - An object-oriented approach to file/directory operations.
597
597
* [ watchdog] ( https://github.com/gorakhargosh/watchdog ) - API and shell utilities to monitor file system events.
You can’t perform that action at this time.
0 commit comments