In the same way we turned the wiki generator into a package, let's try making this into a package. That'll make it much easier since we'll be able to pip the script from anywhere by name, and we can build a nice local script for it instead of the nasty shortcut we're using now:
That would be awesome! If you take a look at the wiki generator, I actually push a new version of it to pip via Travis CI every time we increment its version.
In the same way we turned the wiki generator into a package, let's try making this into a package. That'll make it much easier since we'll be able to pip the script from anywhere by name, and we can build a nice local script for it instead of the nasty shortcut we're using now: