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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size storyready-0.0.3-py3-none-any.whl (2.4 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size storyready-0.0.3.tar.gz (2.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for storyready-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6539afd3763836032d6b943e4bf75c19aa399a20bf7d078f8aac4f3704780c5 |
|
MD5 | d6a5349a5cb654685d03156dc2b9d987 |
|
BLAKE2-256 | 66aa6933fafc53d18a7247096c746042b6297fe522dd329bb14bb83826af3cf1 |