Skip to content

Commit 6b348d7

Browse files
committed
remove old libraries host on Google Code
1 parent 235d0e9 commit 6b348d7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
142142

143143
* [buildout](http://www.buildout.org/en/latest/) - A build system for creating, assembling and deploying applications from multiple parts.
144144
* [BitBake](http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html) - A make-like build tool for embedded Linux.
145-
* [fabricate](https://code.google.com/p/fabricate/) - A build tool that finds dependencies automatically for any language.
146145
* [PlatformIO](https://github.com/platformio/platformio) - A console tool to build code with different development platforms.
147146
* [PyBuilder](https://github.com/pybuilder/pybuilder) - A continuous build tool written in pure Python.
148147
* [SCons](http://www.scons.org/) - A software construction tool.
@@ -187,7 +186,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
187186
* General
188187
* [chardet](https://github.com/chardet/chardet) - Python 2/3 compatible character encoding detector.
189188
* [difflib](https://docs.python.org/2/library/difflib.html) - (Python standard library) Helpers for computing deltas.
190-
* [esmre](https://code.google.com/p/esmre/) - Regular expression accelerator.
191189
* [ftfy](https://github.com/LuminosoInsight/python-ftfy) - Makes Unicode text less broken and more consistent automagically.
192190
* [fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy) - Fuzzy String Matching.
193191
* [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
328326
*Libraries for Optical Character Recognition.*
329327

330328
* [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).
333330

334331
## Audio
335332

@@ -541,7 +538,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
541538
* [Chameleon](https://chameleon.readthedocs.org/en/latest/) - An HTML/XML template engine. Modeled after ZPT, optimized for speed.
542539
* [Genshi](http://genshi.edgewall.org/) - Python templating toolkit for generation of web-aware output.
543540
* [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.
545541

546542
## Queue
547543

@@ -855,7 +851,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
855851
* [pyshould](https://github.com/drslump/pyshould) - Should style asserts based on [PyHamcrest](https://github.com/hamcrest/PyHamcrest).
856852
* [pytest](http://pytest.org/latest/) - A mature full-featured Python testing tool.
857853
* [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).
859855
* [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
860856
* Web Testing
861857
* [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
10551051

10561052
* [cffi](https://pypi.python.org/pypi/cffi) - Foreign Function Interface for Python calling C code.
10571053
* [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.
10591055
* [SWIG](http://www.swig.org/Doc1.3/Python.html) - Simplified Wrapper and Interface Generator.
10601056

10611057
## High Performance

0 commit comments

Comments
 (0)