📃 A simple tool for printing your sprint from Taiga
🐍 You need Python3
to run this program
pip install taiga-sprint-printer
sprint-printer
Taiga sprint printer has two default colors, 🔴red
for user stories and 🔵blue
for tasks. If you want to change these values run:
sprint-printer colors
Taiga Sprint Printer asks you the server location and your username only the first time. If you want to change these settings launch sprint-printer with the new
option:
sprint-printer new
Feel free to send suggestions, open issues and create a PR to improve this software!
If you want to start developing, create a virtualenv with Python3 and install requirements
pip install -r requirements-dev.txt
MIT - Lotrèk 2018