buganize is available on PyPI as buganize or buganise. By default, the pip install command will only install the library without the cli util support. Below are instructions on how to install both the library and CLI utility:
pip install buganizepip install buganize[cli]If you prefer running the CLI utility inside a docker container, a Dockerfile is provided.
docker build -t buganize-cli .This assumes your current working directory is
buganize/
For Nix users, a shell.nix is provided. Once you enter the shell, you will be able to do stuff.
nix-shell