Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa91143

Browse files
committed
Add Migration Utilities
1 parent 142ebee commit aa91143

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 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)
@@ -1061,6 +1062,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
10611062
* [Linter-flake8](https://github.com/AtomLinter/linter-flake8) - An addon to `linter`, that acts as an interface for `flake8`.
10621063
* [virtualenv](https://github.com/jhutchins/virtualenv) - Atom package for virtualenv management.
10631064

1065+
## Migration Utilities
1066+
1067+
*Libraries for migrating from Python 2 to 3.*
1068+
1069+
* [Six](https://pypi.python.org/pypi/six)
1070+
* [Python-Future](http://python-future.org/index.html)
1071+
* [2to3](https://docs.python.org/2/library/2to3.html)
1072+
* [Python-Modernize](https://github.com/mitsuhiko/python-modernize)
1073+
10641074
# Resources
10651075

10661076
Where to discover new Python libraries.

0 commit comments

Comments
 (0)