This updates the commentary on the python client, now that it can
work with StoryBoard instances that use self-signed certificates.
It also removes 'examples of delete commands' from the TODOs, as
we don't want to make it easy for passers-by to copy-paste a command to
delete data in bulk without any understanding.
Change-Id: Icb9660ac79992a1e53baa89f1016c626b0cfe467
Otherwise, the user will get this error:
`AttributeError: 'list' object has no attribute 'iteritems'`
which is rather difficult to track down.
Change-Id: I49f69bb34e38f7dda0e37fad7f50f11c07b71880
Now a user can more easily find out how to update StoryBoard via the
python client.
Story: 2000710
Task: 3190
Change-Id: Ie59933344c24bca59477d75fa589a063d8866c6f
The installation instructions were incorrect; they advised the user to
install a package via pip that was not registered in pypi. This patch
changes the installation instructions to ones that work. To avoid
confusion, this patch also notes that the client does not run via a
command, but can just be imported into other scripts.
Change-Id: If34a26dc78641daf0be90dab4a7f788dc72db4bb