mirror of
https://github.com/jongracecox/anybadge.git
synced 2026-01-09 05:40:22 +01:00
* Add __repr__ function that prints the object representation. * Add __str__ function that prints the Badge SVG text. Also: * Add constructor args to the Badge class docstring. * Change the way defaults are used in the Badge constuctor. Instead of setting values, use None and set arguments to the default values inside the constructor. * Fix unittests that don't use overwrite=True.