Python package to reset chmod recursively
With pip:
$ pip install chmod_resetWith the source files:
$ git clone https://github.com/seignovert/python-chmod-reset.git
$ cd chmod_reset ; python setup.py installreset-chmod -h # For help
reset-chmod [-q] <FOLDER_NAME> # [-q] `quiet` optional>>> import chmod_reset
>>> chmod_reset.scan('.')