Skip to content

Commit 6512b55

Browse files
Merge pull request chrismattmann#493 from afuetterer/readme
chore: add more informational badges to readme
2 parents 4b6a969 + 750e695 commit 6512b55

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
tika-python
2+
===========
3+
4+
[![PyPI Downloads](https://static.pepy.tech/badge/tika)](https://pepy.tech/projects/tika)
5+
[![Latest release](https://img.shields.io/pypi/v/tika.svg?style=flat)](https://pypi.python.org/pypi/tika/)
6+
[![License](https://img.shields.io/github/license/chrismattmann/tika-python?style=flat)](https://github.com/chrismattmann/tika-python/blob/master/LICENSE.txt)
7+
18
[![Build Status](https://github.com/chrismattmann/tika-python/actions/workflows/ci.yml/badge.svg)](https://github.com/chrismattmann/tika-python/actions/workflows/ci.yml)
2-
[![Docs Status](https://github.com/chrismattmann/tika-python/actions/workflows/documentation.yml/badge.svg)](https://github.com/chrismattmann/tika-python/actions/workflows/documentation.yml)
39
[![Coverage Status](https://coveralls.io/repos/github/chrismattmann/tika-python/badge.svg?branch=master)](https://coveralls.io/github/chrismattmann/tika-python?branch=master)
10+
[![Docs Status](https://github.com/chrismattmann/tika-python/actions/workflows/documentation.yml/badge.svg)](https://github.com/chrismattmann/tika-python/actions/workflows/documentation.yml)
411

5-
tika-python
6-
===========
712
A Python port of the [Apache Tika](http://tika.apache.org/)
813
library that makes Tika available using the
914
[Tika REST Server](https://cwiki.apache.org/confluence/display/TIKA/TikaServer).

0 commit comments

Comments
 (0)