Skip to content

Commit 7d526d0

Browse files
committed
Merge pull request vinta#261 from dhamaniasad/patch-4
Add Migration Utilities
2 parents d61a427 + 9cd07a4 commit 7d526d0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
7878
- [Miscellaneous](#miscellaneous)
7979
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
8080
- [Editor Plugins](#editor-plugins)
81+
- [Migration Utilities](#migration-utilities)
8182
- [Resources](#resources)
8283
- [Websites](#websites)
8384
- [Weekly](#weekly)
@@ -1067,6 +1068,14 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
10671068
* [Linter-flake8](https://github.com/AtomLinter/linter-flake8) - An addon to `linter`, that acts as an interface for `flake8`.
10681069
* [virtualenv](https://github.com/jhutchins/virtualenv) - Atom package for virtualenv management.
10691070

1071+
## Migration Utilities
1072+
1073+
*Libraries for migrating from Python 2 to 3.*
1074+
1075+
* [Six](https://pypi.python.org/pypi/six)
1076+
* [Python-Future](http://python-future.org/index.html)
1077+
* [Python-Modernize](https://github.com/mitsuhiko/python-modernize)
1078+
10701079
# Resources
10711080

10721081
Where to discover new Python libraries.

0 commit comments

Comments
 (0)