facebookincubator / Bowler

Safe code refactoring for modern Python.
https://pybowler.io/
MIT License
1.53k stars 89 forks source link

Examples? #92

Open orsinium opened 5 years ago

orsinium commented 5 years ago

Work with bowler quite easy. However, making custom modifier can be tricky. Now there is only one example of it. Do you have more of them? Developers love examples :)

orsinium commented 5 years ago

For example, I'd like to change import foo on import foo as bar, but I have no idea how to do it.