Skip to content

vilcans/story-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generates story cards from tickets in Trac.

Usage:

  ./cards <ticket> [<ticket>...]

E.g.

  ./cards 904 907 1011

A maximum of four ticket numbers can be given.

Invalid ticket numbers are ignored.

The result is written to cards.svg, which is then converted to cards.pdf.

Installation
------------

Needs the "genshi" package (to generate the svg file) and Inkscape (to
generate the pdf).

  pip install -r requirements.txt
  sudo apt-get install inkscape

About

Generates printable story cards from tickets in Trac.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published