c082f1aa9b
Move all .py that are supposed to be run as __main__ under ./scripts so there is no need to manipulate sys.path to import modules. Runby cleanup |
||
---|---|---|
.. | ||
.gitignore | ||
__init__.py | ||
apply_patch.py | ||
apply_patch2.py | ||
phabtalk.py | ||
README.md |
This folder contains Python scripts that talk to Phabricator.
They require a few libraries listed in requirements.txt
.
To install the requirements locally run pip3 install -r requirements.txt
.