Run files with allowing peps
Created by: isidentical
It requires a cli tool that can run python files with allowing peps. The file running process will not require Allow
.
pepallow
--run <FILE>
--allow <PEP1>, <PEP2>, ..., <PEPn>
# roman.py
assert IV == 4
assert X == 10
$ python -m pepallow --run roman.py --allow 311