Files
anybadge/examples/value_only.svg
Jon Grace-Cox 5dbaeccb27 Allow badges with no value or no label (#89)
This commit allows badges to be generated with only a label or only
a value.

Badges must provide at least a label or a value, so it is not valid
to create a badge with no label and no value. This will result in
a `ValueError` being raised.
2024-12-30 06:52:32 -05:00

1.0 KiB