Skip to content

Moist-Cat/replace_imports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Globally repalces all imports, and paths. Specially useful when working with boilerplates.

Ex:

python3 replace.py @@ test 

Changes:

from @@.foo import bar 

To:

from test.foo import bar 

Usage

python3 replacer.py *target* *replacement* 

About

Script to globally replace python imports and change folder names.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors