badge generator
Project description
Installation
$ [sudo] pip install badge
Features
- md (default), rst, html
- autoformat strings
- minimalistic design
Examples
>>> class Travis(badge.Badge):
title = "Travis"
image = "https://api.travis-ci.org/{fullname}.svg?branch={branch}"
link = "https://travis-ci.org/{fullname}/"
>>> Travis(fullname="owner/repo") # .md, Markdown by default
'[![Travis](https://api.travis-ci.org/owner/repo.svg?branch=master)](https://travis-ci.org/owner/repo/)'
>>> Travis(fullname="owner/repo").rst # .rst, reStructuredText
'.. image: : https://api.travis-ci.org/owner/repo.svg?branch=master
: target: https://travis-ci.org/owner/repo/'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
badge-2020.12.3.tar.gz
(2.0 kB
view details)
File details
Details for the file badge-2020.12.3.tar.gz
.
File metadata
- Download URL: badge-2020.12.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7e201bbd3014d6cdb5f88f6ffa5acea370d9466280a231067cb37fcb35038c9 |
|
MD5 | 897b97a349107f28eaa232f107da501d |
|
BLAKE2b-256 | ec8140f5189d7b4d027b2ab7f42dc0f6609cc85a6b889810e94129f160b16c70 |