Python refactoring tools for renaming / moving

I am looking for a python tool that will allow me to specifically rename and move modules.

When I program, I do a lot of reorganizing things by moving items from package to package, adding new packages and renaming files. I came from Java, where it is unreasonably easy to do in the IDE.

I am using aptana now and its refactoring support is acceptable for renaming a method or class variable, but when it comes to moving a module from one package to another, I see no way to find find / replace on your own.

Does anyone know a reasonable tool to move / rename modules. I heard about the rope, but not yet fully explored.

+5
source share
1

, rope - , :

...

  • !

...

  • ////
+2

All Articles