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.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file storyready-0.0.3.tar.gz.
File metadata
- Download URL: storyready-0.0.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cd7adfb26be01fb2507c1e87e3b1218dce75cd992ca30f65d9545b12333e74d
|
|
| MD5 |
4b2dc6b10050387628cd2b90b7315755
|
|
| BLAKE2b-256 |
e5b954e63d30ce5eac15cae3f9505ffeaa22463be5aa51d6bc047326567da7eb
|
File details
Details for the file storyready-0.0.3-py3-none-any.whl.
File metadata
- Download URL: storyready-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6539afd3763836032d6b943e4bf75c19aa399a20bf7d078f8aac4f3704780c5
|
|
| MD5 |
d6a5349a5cb654685d03156dc2b9d987
|
|
| BLAKE2b-256 |
66aa6933fafc53d18a7247096c746042b6297fe522dd329bb14bb83826af3cf1
|