mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 12:31:07 +00:00
Add Migration Utilities
This commit is contained in:
parent
142ebee967
commit
aa911437fa
10
README.md
10
README.md
|
@ -78,6 +78,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
||||||
- [Editor Plugins](#editor-plugins)
|
- [Editor Plugins](#editor-plugins)
|
||||||
|
- [Migration Utilities](#migration-utilities)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Websites](#websites)
|
- [Websites](#websites)
|
||||||
- [Weekly](#weekly)
|
- [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`.
|
* [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.
|
* [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
|
# Resources
|
||||||
|
|
||||||
Where to discover new Python libraries.
|
Where to discover new Python libraries.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user