Metadata-Version: 2.1
Name: storyboard-api
Version: 1.1.1.dev8
Summary: StoryBoard Task Tracker API Service
Home-page: https://docs.openstack.org/infra/storyboard
Author: OpenDev
Author-email: openstack-discuss@lists.openstack.org
License: UNKNOWN
Project-URL: Browse Source, https://opendev.org/opendev/storyboard
Project-URL: Bug Reporting, https://storyboard.openstack.org/#!/project/opendev/storyboard
Project-URL: Documentation, https://docs.openstack.org/infra/storyboard
Project-URL: Git Clone URL, https://opendev.org/opendev/storyboard
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Bug Tracking
Requires-Python: >=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: Babel (>=1.3)
Requires-Dist: Jinja2 (>=2.7.3)
Requires-Dist: PyMySQL (!=0.6.4,>=0.6.2)
Requires-Dist: PyYAML (>=3.1.0)
Requires-Dist: SQLAlchemy
Requires-Dist: SQLAlchemy-FullText-Search (>=0.2.3)
Requires-Dist: WSME (<0.8,>=0.6)
Requires-Dist: alembic (>=0.4.1)
Requires-Dist: apscheduler (<3.1.0,>=3.0.1)
Requires-Dist: iso8601 (>=0.1.9)
Requires-Dist: jsonschema (<3.0.0,>=2.0.0)
Requires-Dist: oauthlib (<3,>=0.6)
Requires-Dist: openstacksdk
Requires-Dist: oslo.concurrency (>=3.8.0)
Requires-Dist: oslo.config (>=1.11.0)
Requires-Dist: oslo.context (>=0.2.0)
Requires-Dist: oslo.db (>=4.27.0)
Requires-Dist: oslo.i18n (>=2.1.0)
Requires-Dist: oslo.log (>=1.0.0)
Requires-Dist: oslo.utils (>=1.4.0)
Requires-Dist: pbr (>=5)
Requires-Dist: pecan (>=0.4.5)
Requires-Dist: pika (>=0.9.14)
Requires-Dist: python-swiftclient
Requires-Dist: python3-openid
Requires-Dist: python-dateutil (>=2.4.0)
Requires-Dist: requests (>=1.1)
Requires-Dist: six (>=1.7.0)
Requires-Dist: stevedore (>=1.3.0)
Requires-Dist: tzlocal (>=1.1.2)
Requires-Dist: webob

Storyboard
==========

Storyboard is a task tracker created to serve the needs of highly-distributed
systems that span multiple projects, to enable cross-project work on a massive
scale.  Concepts were adapted from existing tools, and as many potential points
of contention were removed as possible, to better facilitate coordination of
project work by stakeholders with widely varied interests and needs.


-----------------
Project Resources
-----------------

Project status, bugs, and blueprints are tracked at:

  https://storyboard.openstack.org

Source code can be found at:

  https://git.openstack.org/cgit/openstack-infra/storyboard/

Documentation can be found here:

  https://docs.openstack.org/infra/storyboard/

Additional resources are linked from the project wiki page:

  https://wiki.openstack.org/wiki/StoryBoard

Anyone wishing to contribute to an OpenStack project should
find plenty of helpful resources here:

  https://docs.openstack.org/infra/manual/developers.html

All OpenStack projects use Gerrit for code reviews.
A good reference for that is here:

  https://docs.openstack.org/infra/manual/developers.html#development-workflow



