You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><em>Libraries for file manipulation and MIME type detection.</em></p>
2080
2080
<ul>
2081
-
<li><ahref="https://docs.python.org/3/library/imghdr.html">imghdr</a> - (Python standard library) Determine the type of an image.</li>
2082
2081
<li><ahref="https://docs.python.org/3/library/mimetypes.html">mimetypes</a> - (Python standard library) Map filenames to MIME types.</li>
2083
2082
<li><ahref="https://github.com/jaraco/path.py">path.py</a> - A module wrapper for <ahref="https://docs.python.org/3/library/os.path.html">os.path</a>.</li>
2084
-
<li><ahref="https://pathlib.readthedocs.org/en/pep428/">pathlib</a> - (Python standard library in Python 3.4+) An cross-platform, object-oriented path library.</li>
2083
+
<li><ahref="https://docs.python.org/3/library/pathlib.html">pathlib</a> - (Python standard library) An cross-platform, object-oriented path library.</li>
0 commit comments