From 90738f62f26729ce7e9bdf08bfc85193483bc6d1 Mon Sep 17 00:00:00 2001 From: muffl0n Date: Wed, 12 Aug 2015 09:24:36 +0200 Subject: [PATCH 1/3] Fixed typo in description of geojson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44cf4139..6c2f52c0 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [geopy](https://github.com/geopy/geopy) - Python Geocoding Toolbox. * [pygeoip](https://github.com/appliedsec/pygeoip) - Pure Python GeoIP API. * [GeoIP](https://github.com/maxmind/geoip-api-python) - Python API for MaxMind GeoIP Legacy Database. -* [geojson](https://github.com/frewsxcv/python-geojson) - Python bindings and utlities for GeoJSON. +* [geojson](https://github.com/frewsxcv/python-geojson) - Python bindings and utilities for GeoJSON. * [django-countries](https://github.com/SmileyChris/django-countries) - A Django app that provides country choices for use with forms, flag icons static files, and a country field for models. ## HTTP From 387650b69f9a7a61fbd47485aa66c45ad48986d7 Mon Sep 17 00:00:00 2001 From: muffl0n Date: Wed, 12 Aug 2015 09:28:02 +0200 Subject: [PATCH 2/3] mutagen has moved to Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44cf4139..deddb845 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [django-elastic-transcoder](https://github.com/StreetVoice/django-elastic-transcoder) - Django + [Amazon Elastic Transcoder](http://aws.amazon.com/elastictranscoder/). * [eyeD3](http://eyed3.nicfit.net/) - A tool for working with audio files, specifically MP3 files containing ID3 metadata. * [id3reader](http://nedbatchelder.com/code/modules/id3reader.py) - A Python module for reading MP3 meta data. -* [mutagen](https://code.google.com/p/mutagen/) - A Python module to handle audio metadata. +* [mutagen](https://bitbucket.org/lazka/mutagen) - A Python module to handle audio metadata. * [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/docs/) API. * [talkbox](http://scikits.appspot.com/talkbox) - A Python library for speech/signal processing. From 12649b44dbaaad775c319038fb68e7b353f77c78 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 14 Aug 2015 08:46:55 -0400 Subject: [PATCH 3/3] Splinter link update. Closes #436 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63662cf3..a5dd6a06 100644 --- a/README.md +++ b/README.md @@ -851,7 +851,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework. * Web Testing * [Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver. - * [splinter](http://splinter.cobrateam.info/) - Open source tool for testing web applications. + * [splinter](https://splinter.readthedocs.org/en/latest/) - Open source tool for testing web applications. * [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python. * [sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework. * Mock