5 ms·
I have done something similar using https://pybowler.io/ https://pybowler.io/. This library wraps the LibCST library and abstracts away some of the refactoring
by grdvnl 5y ago
I have done something similar using https://pybowler.io/ https://pybowler.io/. This library wraps the LibCST library and abstracts away some of the refactoring operations into nice wrapper functions.
- codethief 5y agoAre you sure it wraps the LibCST library (https://github.com/Instagram/LibCST https://github.com/Instagram/LibCST)? > Bowler builds on top of the Concrete Syntax Tree (CST) provided by lib2to3 in the standard library.
- grdvnl 5y agoMy bad. I don't know why I remember it as wrapping around LibCST.