[14:59:23] <techtonik> i mean the whole checkout/update/upload cycle?
[15:00:34] <techtonik> something like `workon mypackage` - goes to pypi to find repository and clones it
[15:03:13] <techtonik> something like `update version` - tries to find a checklist, executes checks it can understand (like update version in setup.py) and reports the progress to user
[15:03:47] <techtonik> something like `upload` just builds and makes it available.