Skip to content

Commit 775bcc6

Browse files
committed
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
1 parent 42f1075 commit 775bcc6

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,7 @@ <h2 id="algorithms-and-design-patterns">Algorithms and Design Patterns</h2>
17321732
<li><a href="https://github.com/tylerlaberge/PyPattyrn">PyPattyrn</a> - A simple yet effective library for implementing common design patterns.</li>
17331733
<li><a href="https://github.com/faif/python-patterns">python-patterns</a> - A collection of design patterns in Python.</li>
17341734
<li><a href="https://github.com/grantjenks/python-sortedcontainers">sortedcontainers</a> - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.</li>
1735+
<li><a href="https://github.com/prabhupant/python-ds">python-ds</a> - Clean and simple collection of data structure and algorithms in Python for coding interviews.</li>
17351736
</ul>
17361737
<h2 id="asgi-servers">ASGI Servers</h2>
17371738
<p><em>ASGI-compatible web servers.</em></p>
@@ -1927,6 +1928,7 @@ <h2 id="computer-vision">Computer Vision</h2>
19271928
<li><a href="https://github.com/kornia/kornia/">Kornia</a> - Open Source Differentiable Computer Vision Library for PyTorch.</li>
19281929
<li><a href="https://opencv.org/">OpenCV</a> - Open Source Computer Vision Library.</li>
19291930
<li><a href="https://github.com/madmaze/pytesseract">pytesseract</a> - Another wrapper for <a href="https://github.com/tesseract-ocr">Google Tesseract OCR</a>.</li>
1931+
<li><a href="https://github.com/sirfz/tesserocr">tesserocr</a> - A simple, Pillow-friendly, wrapper around the tesseract-ocr API for Optical Character Recognition (OCR).</li>
19301932
<li><a href="http://simplecv.org/">SimpleCV</a> - An open source framework for building computer vision applications.</li>
19311933
</ul>
19321934
<h2 id="concurrency-and-parallelism">Concurrency and Parallelism</h2>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://awesome-python.com/</loc>
5-
<lastmod>2020-04-07</lastmod>
5+
<lastmod>2020-04-08</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)