From f7415cbc01b603b6f51ec2b6b34a4b9ccfe4e3f9 Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 8 Mar 2018 21:52:46 +0800 Subject: [PATCH] fix links Fixes #833 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bfab2cea..00ea8460 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [mutagen](https://github.com/quodlibet/mutagen) - A Python module to handle audio metadata. * [pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis) - Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications * [pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface. -* [pyechonest](https://github.com/echonest/pyechonest) - Python client for the [Echo Nest](http://developer.echonest.com/) API. +* [pyechonest](https://github.com/echonest/pyechonest) - Python client for the [Echo Nest](http://static.echonest.com/enspex/) API. * [talkbox](http://scikits.appspot.com/talkbox) - A Python library for speech/signal processing. * [TimeSide](https://github.com/Parisson/TimeSide) - Open web audio processing framework. * [tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files. @@ -682,7 +682,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [keyboard](https://github.com/boppreh/keyboard) - Hook and simulate global keyboard events on Windows and Linux. * [mouse](https://github.com/boppreh/mouse) - Hook and simulate global mouse events on Windows and Linux. * [Pingo](http://www.pingo.io/) - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc. -* [Pyro](http://pyrorobotics.com/) - Python Robotics. * [PyUserInput](https://github.com/SavinaRoja/PyUserInput) - A module for cross-platform control of the mouse and keyboard. * [scapy](https://github.com/secdev/scapy) - A brilliant packet manipulation library. * [wifi](https://github.com/rockymeza/wifi) - A Python library and command line tool for working with WiFi on Linux. @@ -711,7 +710,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [CLPython](https://github.com/metawilm/cl-python) - Implementation of the Python programming language written in Common Lisp. * [CPython](https://github.com/python/cpython) - **Default, most widely used implementation of the Python programming language written in C.** * [Cython](http://cython.org/) - Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains -* [Grumpy](http://grump.io) - More compiler than interpreter as more powerful CPython2.7 replacement (alpha). +* [Grumpy](https://github.com/google/grumpy) - More compiler than interpreter as more powerful CPython2.7 replacement (alpha). * [IronPython](https://github.com/IronLanguages/ironpython3) - Implementation of the Python programming language written in C# targeting the .NET Framework and Mono. * [Jython](https://hg.python.org/jython) - Implementation of Python programming language written in Java for the Java virtual machine (JVM). * [MicroPython](https://github.com/micropython/micropython) - MicroPython - a lean and efficient Python programming language implementation for microcontrollers and constrained systems @@ -1073,7 +1072,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [mamba](http://nestorsalceda.github.io/mamba/) - The definitive testing tool for Python. Born under the banner of BDD. * [nose](https://github.com/nose-devs/nose) - A nicer unittest for Python. * [nose2](https://github.com/nose-devs/nose2) - The successor to nose, based on unittest2. - * [pytest](https://docs.pytest.org/latest/) - A mature full-featured Python testing tool. + * [pytest](https://docs.pytest.org/en/latest/) - A mature full-featured Python testing tool. * [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework. * [unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework. * Test Runners @@ -1178,7 +1177,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [gunicorn](https://pypi.python.org/pypi/gunicorn) - Pre-forked, partly written in C. * [meinheld](https://pypi.python.org/pypi/meinheld) - Asynchronous, partly written in C. * [netius](https://github.com/hivesolutions/netius) - Asynchronous, very fast. -* [paste](https://web.archive.org/web/http%3A//pythonpaste.org/) - Multi-threaded, stable, tried and tested. * [rocket](https://pypi.python.org/pypi/rocket) - Multi-threaded. * [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) - A project aims at developing a full stack for building hosting services, written in C. * [waitress](https://waitress.readthedocs.io/en/latest/) - Multi-threaded, powers Pyramid.