Python module to add, remove, edit and dump GitHub labels easily
Python module and script to manage GitHub labels the saner way:
pip install gh-label-maker
Output of python github-label-maker.py -h
should be self-explanatory.
If it is not, there are three modes of operation:
--clear
--make-labels-from=/my/scheme/default.json
--make-labels-from=/my/scheme
--dump-labels-to=/my/labels.json
# get the source
git clone https://github.com/mloskot/github-label-maker.git
# install source in editable mode
cd github-label-maker
pip install -e .
# develop and make a pull request!