Skip to content

patrikha/pyrename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage: pyrename.py [-h] [-m [MODULE_PATH]] [-n ] [-d [DICTIONARY]]
                   PROJECT_PATH

Refactor all method names to follow the PEP8 standard.

positional arguments:
  PROJECT_PATH          path to project folder.

optional arguments:
  -h, --help            show this help message and exit
  -m [MODULE_PATH], --module [MODULE_PATH]
                        path to module folder, (sub path to project scope).
  -n [], --dry-run []   don not refactor any files, just list work order.
  -d [DICTIONARY], --dict [DICTIONARY]
                        path to additional dictionary for un/recognized words.

About

renames all methods in a module according to PEP8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages