Skip to content

Instantly share code, notes, and snippets.

View kwa29's full-sized avatar
💭
I may be slow to respond.

Didier kwa29

💭
I may be slow to respond.
View GitHub Profile
╔═════════════╦═══════════════════════════════════════════════════════╦══════════════════════════════════════════════════╗
║ Flow Metric ║ Description ║ Example ║
╠═════════════╬═══════════════════════════════════════════════════════╬══════════════════════════════════════════════════╣
║ Flow ║ mutually exclusive and comprehensively exhaustive ║ proportion of each flow unit actively ║
║ Distribution║ allocation of flow items in a particular flow state ║ being worked on in a particular sprint ║
║ ║ across a measure of time ║ ║
╠═════════════║═══════════════════════════════════════════════════════╬══════════════════════════════════════════════════╣
║ Flow ║ number of flow items done in a given time ║ debts resolved for a particular release ║
║ Velocity ║
@kwa29
kwa29 / badges.py
Created September 23, 2019 12:00 — forked from stefanv/badges.py
Conference badge generator
# Original version is
# Copyright (c) 2008 Richard Wall <richard (at) the-moon.net>
# License: "Yes, by all means use and modify the code."
"""
Classes and functions concerned with the creation of delegate badges
"""
from reportlab.lib.styles import getSampleStyleSheet
from reportlab.lib.units import cm, mm
from reportlab.pdfgen import canvas