mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 07:03:57 +00:00
Merge pull request #2893 from njg7194/add-markitdown
Add markitdown to File Manipulation section
This commit is contained in:
commit
261f5ad6eb
1 changed files with 1 additions and 0 deletions
|
|
@ -546,6 +546,7 @@ _Libraries for Python version and virtual environment management._
|
|||
|
||||
_Libraries for file manipulation._
|
||||
|
||||
- [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.
|
||||
- [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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue