From aa911437faea25b241684ad617c3ca2ca11aad2c Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Sat, 15 Nov 2014 18:11:08 +0530 Subject: [PATCH] Add Migration Utilities --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9ed3b87c..c5354d8f 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [Miscellaneous](#miscellaneous) - [Algorithms and Design Patterns](#algorithms-and-design-patterns) - [Editor Plugins](#editor-plugins) + - [Migration Utilities](#migration-utilities) - [Resources](#resources) - [Websites](#websites) - [Weekly](#weekly) @@ -1061,6 +1062,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Linter-flake8](https://github.com/AtomLinter/linter-flake8) - An addon to `linter`, that acts as an interface for `flake8`. * [virtualenv](https://github.com/jhutchins/virtualenv) - Atom package for virtualenv management. +## Migration Utilities + +*Libraries for migrating from Python 2 to 3.* + +* [Six](https://pypi.python.org/pypi/six) +* [Python-Future](http://python-future.org/index.html) +* [2to3](https://docs.python.org/2/library/2to3.html) +* [Python-Modernize](https://github.com/mitsuhiko/python-modernize) + # Resources Where to discover new Python libraries.