From 750e69516c91d22c87f21236cc55804e038730be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heinz-Alexander=20F=C3=BCtterer?= <35225576+afuetterer@users.noreply.github.com> Date: Tue, 21 Apr 2026 09:18:16 +0200 Subject: [PATCH] chore: add more informational badges to readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e631db1..3a5582e 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ +tika-python +=========== + +[![PyPI Downloads](https://static.pepy.tech/badge/tika)](https://pepy.tech/projects/tika) +[![Latest release](https://img.shields.io/pypi/v/tika.svg?style=flat)](https://pypi.python.org/pypi/tika/) +[![License](https://img.shields.io/github/license/chrismattmann/tika-python?style=flat)](https://github.com/chrismattmann/tika-python/blob/master/LICENSE.txt) + [![Build Status](https://github.com/chrismattmann/tika-python/actions/workflows/ci.yml/badge.svg)](https://github.com/chrismattmann/tika-python/actions/workflows/ci.yml) -[![Docs Status](https://github.com/chrismattmann/tika-python/actions/workflows/documentation.yml/badge.svg)](https://github.com/chrismattmann/tika-python/actions/workflows/documentation.yml) [![Coverage Status](https://coveralls.io/repos/github/chrismattmann/tika-python/badge.svg?branch=master)](https://coveralls.io/github/chrismattmann/tika-python?branch=master) +[![Docs Status](https://github.com/chrismattmann/tika-python/actions/workflows/documentation.yml/badge.svg)](https://github.com/chrismattmann/tika-python/actions/workflows/documentation.yml) -tika-python -=========== A Python port of the [Apache Tika](http://tika.apache.org/) library that makes Tika available using the [Tika REST Server](https://cwiki.apache.org/confluence/display/TIKA/TikaServer).