Skip to content

jlegewie/Py2to3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Py2to3 - ST3 Plugin

Py2to3 translates python 2 to 3, which makes it easier to convert ST2 plugins to ST3. The plugin runs 2to3 on the currently open python file and opens a new diff file to show the changes. The original python file is overwritten and a backup is saved as file.py.bak. Errors from 2to3 are printed to the console. The idea is to make it easier to run 2to3 when adapting ST2 plugins to ST3. The command can be run from the command palette using Python 2to3: Translate Python 2 to 3.

Feel free to send pull request for other changes that make the ST2 to ST3 conversion easier.

About

Sublime Text 3 Plugin: Translate Python 2 to 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages