Skip to content

Commit 13cddec

Browse files
committed
Add badges to README for CI status, package versions, downloads, and trust indicators
1 parent a3aef9c commit 13cddec

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,48 @@
44

55
# IAB Content Taxonomy Mapper
66

7+
<p align="center">
8+
<!-- CI/Tests -->
9+
<a href="https://github.com/mixpeek/iab-mapper/actions/workflows/ci.yml">
10+
<img src="https://github.com/mixpeek/iab-mapper/actions/workflows/ci.yml/badge.svg" alt="CI Status" />
11+
</a>
12+
13+
<!-- Python Package -->
14+
<a href="https://pypi.org/project/iab-mapper/">
15+
<img src="https://img.shields.io/pypi/v/iab-mapper.svg" alt="PyPI version" />
16+
</a>
17+
<a href="https://pypi.org/project/iab-mapper/">
18+
<img src="https://img.shields.io/pypi/pyversions/iab-mapper.svg" alt="Python versions" />
19+
</a>
20+
<a href="https://pypi.org/project/iab-mapper/">
21+
<img src="https://img.shields.io/pypi/dm/iab-mapper.svg" alt="PyPI downloads" />
22+
</a>
23+
24+
<!-- npm Package -->
25+
<a href="https://www.npmjs.com/package/@mixpeek/iab-mapper">
26+
<img src="https://img.shields.io/npm/v/@mixpeek/iab-mapper.svg" alt="npm version" />
27+
</a>
28+
<a href="https://www.npmjs.com/package/@mixpeek/iab-mapper">
29+
<img src="https://img.shields.io/npm/dm/@mixpeek/iab-mapper.svg" alt="npm downloads" />
30+
</a>
31+
32+
<!-- License & Quality -->
33+
<a href="https://github.com/mixpeek/iab-mapper/blob/main/LICENSE">
34+
<img src="https://img.shields.io/badge/license-BSD--2--Clause-blue.svg" alt="License" />
35+
</a>
36+
<a href="https://github.com/mixpeek/iab-mapper">
37+
<img src="https://img.shields.io/github/stars/mixpeek/iab-mapper?style=social" alt="GitHub stars" />
38+
</a>
39+
40+
<!-- Security & Trust -->
41+
<a href="https://github.com/mixpeek/iab-mapper/security">
42+
<img src="https://img.shields.io/badge/security-BSD--2--Clause-green.svg" alt="Security" />
43+
</a>
44+
<a href="https://github.com/mixpeek/iab-mapper/blob/main/CODE_OF_CONDUCT.md">
45+
<img src="https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg" alt="Code of Conduct" />
46+
</a>
47+
</p>
48+
749
<p align="center">
850
<a href="https://github.com/mixpeek/iab-mapper">View iab-mapper on GitHub</a>
951

0 commit comments

Comments
 (0)