Knio / dominate

Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
GNU Lesser General Public License v3.0
1.72k stars 108 forks source link

README: Update badges from PNG to SVG #100

Closed hugovk closed 6 years ago

hugovk commented 6 years ago

Before

image

After

image

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 96.661% when pulling 5acc9788d274b68ee1202bdc956462ff84cd4c83 on hugovk:patch-1 into a23defeb648ba38d1cff4846e6cbfae4b7f91d1a on Knio:master.

hugovk commented 6 years ago

Build failure is unrelated to this PR, see https://github.com/Knio/dominate/pull/101 for a fix.