launchpad.py is awesome! Unfortunately, publishing scripts that build on top of it is difficult since users would basically have to clone this repo, and copy the dependent scripts into the launchpad.py
directory (unless I fork & bundle it).
Making the module importable isn't as simple as adding __init__.py
though, as the name launchpad.py
is not importable due to the dot in it.
I won't ask that you rename the project, but I did want to point this issue out :)