Generates a Matplotlib plot showing scrum velocity for a sprint using data from Jira. Current version 1.0.5, released occasionally.
pip install sprint-velocityNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run main() after setting environment variables or config file.
Set environment variables or create a .env file with the required fields.
Set Matplotlib backend before import (e.g., import matplotlib; matplotlib.use('Agg')) or use a virtual display.Use --config flag to specify config file path.
Run 'pip install sprint-velocity' and ensure the package is installed.
Set JIRA_URL to a valid Jira instance URL, e.g., https://your-domain.atlassian.net.
Ensure JIRA_EMAIL and JIRA_API_TOKEN are correct and the token has been generated in Jira.