Skip to main content

A simple set of checks for typical Agile Story Readiness criteria (GWTS, Story Format,...)

Project description

Story Ready is a very simple Python library that takes a list of stories and performs a number of common readyness checks:

  • Acceptance Criteria: Given, When, Thens

  • User Story format: As a, I want, So that

  • Story size over percentage of velocity

  • Rank a bunch of stories by all criteria

Installing

Install and update using pip:

pip install storyready

A simple example

from storyready import Story, has_gwt

stories = [Story(1,"a story with no gwts",0),
           Story(2,"Given this When that Then the other etc.",0)]

no_gwts = has_gwt(stories)

print("%{0} stories don't have GWTs".format(len(no_gwts))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

storyready-0.0.3.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

storyready-0.0.3-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page