Python Client library for StoryBoard
Go to file
OpenDev Sysadmins 08e5be6ff6 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:09 +00:00
doc Replace openstack.org git:// URLs with https:// 2019-03-24 20:35:57 +00:00
storyboardclient use six to make iteritems python 2/3 compatible 2018-01-24 17:20:36 -05:00
.coveragerc remove or adopt incubated oslo code 2016-11-08 13:44:49 -05:00
.gitignore Switch to using stestr 2018-05-31 09:20:30 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:09 +00:00
.mailmap Initial Cookiecutter Commit. 2014-12-04 17:10:28 +03:00
.stestr.conf Switch to using stestr 2018-05-31 09:20:30 -04:00
.testr.conf Setting up base classes 2014-12-22 16:36:08 +03:00
CONTRIBUTING.rst fix formatting of contributing file 2018-01-12 16:07:01 -05:00
HACKING.rst Update the URL in HACKING.rst 2018-09-23 23:38:01 +08:00
LICENSE Initial Cookiecutter Commit. 2014-12-04 17:10:28 +03:00
MANIFEST.in Initial Cookiecutter Commit. 2014-12-04 17:10:28 +03:00
README.rst remove sphinx-isms from README.rst and clean up docs 2018-04-12 21:18:39 +00:00
babel.cfg Initial Cookiecutter Commit. 2014-12-04 17:10:28 +03:00
requirements.txt uncap pbr 2018-07-06 14:27:15 -04:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 15:45:55 +00:00
setup.py Initial Cookiecutter Commit. 2014-12-04 17:10:28 +03:00
test-requirements.txt Switch to using stestr 2018-05-31 09:20:30 -04:00
tox.ini Switch to using stestr 2018-05-31 09:20:30 -04:00

README.rst

python-storyboardclient

Python Client library for StoryBoard

This is the StoryBoard python client! It lets you interact with StoryBoard from the comfort of your own terminal! There is no command to run this; instead you can import it into scripts. This lets you perform complex actions on things in StoryBoard, eg: add an helpful comment on all stories with 'cannot store contact information' in the description, pointing users at the relevant docs, but only if there is no comment to this effect already. (There is an example of such a script in the documentation.)

Happy task-tracking!