Metadata-Version: 2.1
Name: python-storyboardclient
Version: 0.2.0
Summary: Python Client library for StoryBoard
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: pbr (!=0.7,>=0.6)
Requires-Dist: Babel (>=1.3)
Requires-Dist: oslo.config (>=1.4.0)
Requires-Dist: oslo.i18n (>=2.1.0)
Requires-Dist: oslo.log (>=3.11.0)
Requires-Dist: oslo.serialization (>=1.0.0)
Requires-Dist: oslo.utils (>=1.0.0)
Requires-Dist: requests (!=2.4.0,>=2.2.0)
Requires-Dist: six (>=1.7.0)
Requires-Dist: stevedore (>=1.1.0)

=======================
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!

* Free software: Apache license
* Documentation: http://docs.openstack.org/infra/storyboard/
* Source: http://git.openstack.org/cgit/openstack-infra/python-storyboardclient
* Bugs: https://storyboard.openstack.org/#!/project/755



