I’ve found documentation and experimented with python-rope to rename a module in Python. However, when it comes to renaming the whole package, there doesn’t seem to be documentation available. Do we grab the package’s __init__ file as the resource? I’d like to change the following structure: into: There are a lot of references to this package all across my codebase,