MichaelCurrin/badge-generator

Handle Python package files

MichaelCurrin opened this issue · 2 comments

Relates to #19

Python is covered near the end here:

badges/shields#2259

From issue and commit ConorSheehan1/comp_corrector#15
https://github.com/ConorSheehan1/caesar_cipher

Example, plus some other useful things

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Python version](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/ConorSheehan1/caesar_cipher/master/.github/workflows/ci.yml&label=python&query=$.jobs.build.strategy.matrix.python)](https://github.com/ConorSheehan1/caesar_cipher/blob/master/.github/workflows/ci.yml#L13)

That loads YAML data from a workflow