mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-09 07:23:18 -05:00
Merge pull request #2940 from Rohan5commit/fix-pathlib-grammar
docs: fix grammar in pathlib description
This commit is contained in:
@@ -555,7 +555,7 @@ _Libraries for file manipulation._
|
|||||||
- [markitdown](https://github.com/microsoft/markitdown) - Python tool for converting files and office documents to Markdown.
|
- [markitdown](https://github.com/microsoft/markitdown) - Python tool for converting files and office documents to Markdown.
|
||||||
- [mimetypes](https://docs.python.org/3/library/mimetypes.html) - (Python standard library) Map filenames to MIME types.
|
- [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).
|
- [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://docs.python.org/3/library/pathlib.html) - (Python standard library) An cross-platform, object-oriented path library.
|
- [pathlib](https://docs.python.org/3/library/pathlib.html) - (Python standard library) A cross-platform, object-oriented path library.
|
||||||
- [python-magic](https://github.com/ahupp/python-magic) - A Python interface to the libmagic file type identification library.
|
- [python-magic](https://github.com/ahupp/python-magic) - A Python interface to the libmagic file type identification library.
|
||||||
- [watchdog](https://github.com/gorakhargosh/watchdog) - API and shell utilities to monitor file system events.
|
- [watchdog](https://github.com/gorakhargosh/watchdog) - API and shell utilities to monitor file system events.
|
||||||
- [watchfiles](https://github.com/samuelcolvin/watchfiles) - Simple, modern and fast file watching and code reload in python.
|
- [watchfiles](https://github.com/samuelcolvin/watchfiles) - Simple, modern and fast file watching and code reload in python.
|
||||||
|
|||||||
Reference in New Issue
Block a user