Skip to content

Commit de462aa

Browse files
committed
Merge pull request vinta#565 from effigies/fix_301
Update HTTP 301 redirects
2 parents 2a80e60 + 7e2450b commit de462aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

313313
* [pillow](http://pillow.readthedocs.org/en/latest/) - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork.
314314
* [hmap](https://github.com/rossgoodwin/hmap) - Image histogram remapping.
315-
* [imgSeek](http://sourceforge.net/projects/imgseek/) - A project for searching a collection of images using visual similarity.
315+
* [imgSeek](https://sourceforge.net/projects/imgseek/) - A project for searching a collection of images using visual similarity.
316316
* [nude.py](https://github.com/hhatto/nude.py) - Nudity detection.
317317
* [pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in Python without needing PIL.
318318
* [pygram](https://github.com/ajkumar25/pygram) - Instagram-like image filters.
@@ -391,7 +391,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
391391
*Libraries for connecting and operating databases.*
392392

393393
* MySQL - [awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/)
394-
* [mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python.
394+
* [mysql-python](https://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python.
395395
* [mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - mysql-python fork supporting Python 3.
396396
* [oursql](https://pythonhosted.org/oursql/) - A better MySQL connector with support for native prepared statements and BLOBs.
397397
* [PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python.
@@ -892,7 +892,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
892892
* [pysonar2](https://github.com/yinwang0/pysonar2) - A type inferencer and indexer for Python.
893893
* Linter
894894
* [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co.
895-
* [Pylint](http://www.pylint.org/) - A Fully customizable source code analyzer.
895+
* [Pylint](https://www.pylint.org/) - A Fully customizable source code analyzer.
896896
* [pylama](https://pylama.readthedocs.org/en/latest/) - Code audit tool for Python and JavaScript.
897897

898898
## Debugging Tools
@@ -1073,7 +1073,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
10731073
* [Python(x,y)](http://python-xy.github.io/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
10741074
* [pythonlibs](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows binaries for Python extension packages.
10751075
* [PythonNet](https://github.com/pythonnet/pythonnet) - Python Integration with the .NET Common Language Runtime (CLR).
1076-
* [PyWin32](http://sourceforge.net/projects/pywin32/) - Python Extensions for Windows.
1076+
* [PyWin32](https://sourceforge.net/projects/pywin32/) - Python Extensions for Windows.
10771077
* [WinPython](https://winpython.github.io/) - Portable development environment for Windows 7/8.
10781078

10791079
## Network Virtualization and SDN

0 commit comments

Comments
 (0)