Django app with a template tag to allow you to include sparklines of the 52-week commit history for a project on Github
Stars
7
Forks
0
Watchers
7
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Updated the README so both PyPI and Github will format it using RestructuredText.
6a249a8View on GitHubUpdated the template tag to use the latest Github URL structure, and bumped the version at the same time.
41acd1aView on GitHubUpdated the README to include information on installing the package using PIP.
1aefbe4View on GitHubAdded setup.py so the repository can be installed as an egg via PIP.
a0aff9bView on GitHubMoved the participation graphs package to a sub-directory within the repository.
aa3dbd9View on GitHubMerge branch 'master' of git@github.com:flother/participationgraphs
25ba305View on GitHubUpdated the URL used to get the cached data from Github as it changed recently.
86be0bbView on GitHubFixed a bug that was duplicating the marker for the last data point.
0958684View on GitHubUpdated the graph style so it includes a marker for the final data point (to give the graph a relativity) and allow for a data fill.
23f6437View on GitHubEscape ampersands in the chart URL so the HTML output by the tag is valid.
ef3dfcaView on GitHubCatch HTTPErrors that are raised when retrieving participation data from Github.
73463e5View on GitHub