mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
This commit is contained in:
parent
42f1075287
commit
775bcc6e67
4 changed files with 4 additions and 2 deletions
|
@ -1732,6 +1732,7 @@
|
|||
<li><a href="https://github.com/tylerlaberge/PyPattyrn">PyPattyrn</a> - A simple yet effective library for implementing common design patterns.</li>
|
||||
<li><a href="https://github.com/faif/python-patterns">python-patterns</a> - A collection of design patterns in Python.</li>
|
||||
<li><a href="https://github.com/grantjenks/python-sortedcontainers">sortedcontainers</a> - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.</li>
|
||||
<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>
|
||||
</ul>
|
||||
<h2 id="asgi-servers">ASGI Servers</h2>
|
||||
<p><em>ASGI-compatible web servers.</em></p>
|
||||
|
@ -1927,6 +1928,7 @@
|
|||
<li><a href="https://github.com/kornia/kornia/">Kornia</a> - Open Source Differentiable Computer Vision Library for PyTorch.</li>
|
||||
<li><a href="https://opencv.org/">OpenCV</a> - Open Source Computer Vision Library.</li>
|
||||
<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>
|
||||
<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>
|
||||
<li><a href="http://simplecv.org/">SimpleCV</a> - An open source framework for building computer vision applications.</li>
|
||||
</ul>
|
||||
<h2 id="concurrency-and-parallelism">Concurrency and Parallelism</h2>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://awesome-python.com/</loc>
|
||||
<lastmod>2020-04-07</lastmod>
|
||||
<lastmod>2020-04-08</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in a new issue