mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-27 22:11:07 +00:00
Deployed 8a42cf6
with MkDocs version: 0.16.3
This commit is contained in:
parent
60c4eb9b84
commit
3691a44246
|
@ -2078,10 +2078,10 @@
|
|||
<h2 id="files">Files</h2>
|
||||
<p><em>Libraries for file manipulation and MIME type detection.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://docs.python.org/3/library/imghdr.html">imghdr</a> - (Python standard library) Determine the type of an image.</li>
|
||||
<li><a href="https://docs.python.org/3/library/mimetypes.html">mimetypes</a> - (Python standard library) Map filenames to MIME types.</li>
|
||||
<li><a href="https://github.com/jaraco/path.py">path.py</a> - A module wrapper for <a href="https://docs.python.org/3/library/os.path.html">os.path</a>.</li>
|
||||
<li><a href="https://pathlib.readthedocs.org/en/pep428/">pathlib</a> - (Python standard library in Python 3.4+) An cross-platform, object-oriented path library.</li>
|
||||
<li><a href="https://docs.python.org/3/library/pathlib.html">pathlib</a> - (Python standard library) An cross-platform, object-oriented path library.</li>
|
||||
<li><a href="https://github.com/pyfilesystem/pyfilesystem2">PyFilesystem2</a> - Python's filesystem abstraction layer.</li>
|
||||
<li><a href="https://github.com/ahupp/python-magic">python-magic</a> - A Python interface to the libmagic file type identification library.</li>
|
||||
<li><a href="https://github.com/mikeorr/Unipath">Unipath</a> - An object-oriented approach to file/directory operations.</li>
|
||||
<li><a href="https://github.com/gorakhargosh/watchdog">watchdog</a> - API and shell utilities to monitor file system events.</li>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
|
||||
<url>
|
||||
<loc>https://awesome-python.com/</loc>
|
||||
<lastmod>2018-08-04</lastmod>
|
||||
<lastmod>2018-08-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user