Python libraries for analysing OpenBadge data. See examples in the examples repository
- Free software: MIT license
- Documentation: https://openbadge-analysis.readthedocs.io.
- When updating the version, make the change in the master branch (don't forget to git checkout master and git pull)
- Use bumpversion. For example "bumpversion patch" will increase the patch number
- After updating the version, use "git push --tags" and then "git push" (just in case)
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.