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
*[Levenshtein](https://github.com/ztane/python-Levenshtein/) - Fast computation of Levenshtein distance and string similarity.
@@ -328,8 +326,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
328
326
*Libraries for Optical Character Recognition.*
329
327
330
328
*[pyocr](https://github.com/jflesch/pyocr) - A wrapper for Tesseract and Cuneiform.
331
-
*[pytesseract](https://github.com/madmaze/pytesseract) - Another wrapper for Google Tesseract OCR.
332
-
*[python-tesseract](https://code.google.com/p/python-tesseract/) - A wrapper class for [Google Tesseract OCR](https://code.google.com/p/tesseract-ocr/).
329
+
*[pytesseract](https://github.com/madmaze/pytesseract) - Another wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr).
333
330
334
331
## Audio
335
332
@@ -541,7 +538,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
541
538
*[Chameleon](https://chameleon.readthedocs.org/en/latest/) - An HTML/XML template engine. Modeled after ZPT, optimized for speed.
542
539
*[Genshi](http://genshi.edgewall.org/) - Python templating toolkit for generation of web-aware output.
543
540
*[Mako](http://www.makotemplates.org/) - Hyperfast and lightweight templating for the Python platform.
544
-
*[Spitfire](https://code.google.com/p/spitfire/) - A very fast Python template compiler.
545
541
546
542
## Queue
547
543
@@ -855,7 +851,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
855
851
*[pyshould](https://github.com/drslump/pyshould) - Should style asserts based on [PyHamcrest](https://github.com/hamcrest/PyHamcrest).
856
852
*[pytest](http://pytest.org/latest/) - A mature full-featured Python testing tool.
857
853
*[green](https://github.com/CleanCut/green) - A clean, colorful test runner.
858
-
*[pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](http://vowsjs.org/).
854
+
*[pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](https://github.com/vowsjs/vows).
859
855
*[Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
860
856
* Web Testing
861
857
*[Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
@@ -1055,7 +1051,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
1055
1051
1056
1052
*[cffi](https://pypi.python.org/pypi/cffi) - Foreign Function Interface for Python calling C code.
1057
1053
*[ctypes](https://docs.python.org/2/library/ctypes.html) - (Python standard library) Foreign Function Interface for Python calling C code.
1058
-
*[PyCUDA](http://mathema.tician.de/software/pycuda/) - A Python wrapper for Nvidia's CUDA API.
1054
+
*[PyCUDA](https://mathema.tician.de/software/pycuda/) - A Python wrapper for Nvidia's CUDA API.
1059
1055
*[SWIG](http://www.swig.org/Doc1.3/Python.html) - Simplified Wrapper and Interface Generator.
0 commit comments