Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3691a44

Browse files
committed
Deployed 8a42cf6 with MkDocs version: 0.16.3
1 parent 60c4eb9 commit 3691a44

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,10 +2078,10 @@ <h2 id="environment-management">Environment Management</h2>
20782078
<h2 id="files">Files</h2>
20792079
<p><em>Libraries for file manipulation and MIME type detection.</em></p>
20802080
<ul>
2081-
<li><a href="https://docs.python.org/3/library/imghdr.html">imghdr</a> - (Python standard library) Determine the type of an image.</li>
20822081
<li><a href="https://docs.python.org/3/library/mimetypes.html">mimetypes</a> - (Python standard library) Map filenames to MIME types.</li>
20832082
<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>
2084-
<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>
2083+
<li><a href="https://docs.python.org/3/library/pathlib.html">pathlib</a> - (Python standard library) An cross-platform, object-oriented path library.</li>
2084+
<li><a href="https://github.com/pyfilesystem/pyfilesystem2">PyFilesystem2</a> - Python's filesystem abstraction layer.</li>
20852085
<li><a href="https://github.com/ahupp/python-magic">python-magic</a> - A Python interface to the libmagic file type identification library.</li>
20862086
<li><a href="https://github.com/mikeorr/Unipath">Unipath</a> - An object-oriented approach to file/directory operations.</li>
20872087
<li><a href="https://github.com/gorakhargosh/watchdog">watchdog</a> - API and shell utilities to monitor file system events.</li>

mkdocs/search_index.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<url>
66
<loc>https://awesome-python.com/</loc>
7-
<lastmod>2018-08-04</lastmod>
7+
<lastmod>2018-08-13</lastmod>
88
<changefreq>daily</changefreq>
99
</url>
1010

0 commit comments

Comments
 (0)