diff --git a/README.md b/README.md index def1e74..e8c8f46 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ # Camelot: PDF Table Extraction for Humans -![license](https://img.shields.io/badge/license-MIT-lightgrey.svg) ![python-version](https://img.shields.io/badge/python-2.7-blue.svg) +[![Build Status](https://travis-ci.org/socialcopsdev/camelot.svg?branch=master)](https://travis-ci.org/socialcopsdev/camelot) [![codecov.io](https://codecov.io/github/requests/requests/coverage.svg?branch=master)](https://codecov.io/github/requests/requests) + [![image](https://img.shields.io/pypi/v/camelot-py.svg)](https://pypi.org/project/camelot-py/) [![image](https://img.shields.io/pypi/l/camelot-py.svg)](https://pypi.org/project/camelot-py/) [![image](https://img.shields.io/pypi/pyversions/camelot-py.svg)](https://pypi.org/project/camelot-py/) **Camelot** is a Python library which makes it easy for *anyone* to extract tables from PDF files! diff --git a/docs/index.rst b/docs/index.rst index 589500a..d9a2fcb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,10 +8,19 @@ Camelot: PDF Table Extraction for Humans Release v\ |version|. (:ref:`Installation `) -.. image:: https://img.shields.io/badge/license-MIT-lightgrey.svg +.. image:: https://travis-ci.org/socialcopsdev/camelot.svg?branch=master + :target: https://travis-ci.org/socialcopsdev/camelot + +.. image:: https://codecov.io/github/socialcopsdev/camelot/badge.svg?branch=master&service=github + :target: https://codecov.io/github/socialcopsdev/camelot?branch=master + +.. image:: https://img.shields.io/pypi/v/camelot-py.svg :target: https://pypi.org/project/camelot-py/ -.. image:: https://img.shields.io/badge/python-2.7-blue.svg +.. image:: https://img.shields.io/pypi/l/camelot-py.svg + :target: https://pypi.org/project/camelot-py/ + +.. image:: https://img.shields.io/pypi/pyversions/camelot-py.svg :target: https://pypi.org/project/camelot-py/ **Camelot** is a Python library which makes it easy for *anyone* to extract tables from PDF files!