From 39ea474cdb127296234991376e6a36ea7ab91e9d Mon Sep 17 00:00:00 2001 From: Vonter <25414711+Vonter@users.noreply.github.com> Date: Wed, 26 Jan 2022 10:54:23 +0530 Subject: [PATCH] Add README badges --- README.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.rst b/README.rst index ce0772e..d29222c 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,24 @@ pystitcher ========== +.. image:: https://img.shields.io/pypi/v/pystitcher + :target: https://pypi.org/project/pystitcher/ + :alt: PyPI Version + +.. image:: https://img.shields.io/pypi/l/pystitcher + :target: LICENSE.txt + :alt: Repository License + +.. image:: https://img.shields.io/github/checks-status/captn3m0/pystitcher/main + :target: https://github.com/captn3m0/pystitcher/actions?query=branch%3Amain + :alt: GitHub branch checks status + +.. image:: https://img.shields.io/codecov/c/gh/captn3m0/pystitcher + :target: https://app.codecov.io/gh/captn3m0/pystitcher/ + :alt: Codecov + +| + pystitcher stitches your PDF files together, generating nice customizable bookmarks for you using a declarative input in the form of a markdown file. It is written in pure python and uses `PyPDF3 `_ for reading and writing PDF files. Installation