Add Travis

pull/2/head
Vinayak Mehta 2018-09-25 11:01:42 +05:30
parent 7731497a5b
commit 13f2b199c9
2 changed files with 13 additions and 2 deletions

9
.travis.yml 100755
View File

@ -0,0 +1,9 @@
language: python
python:
- "2.7"
before_install:
- sudo apt-get install python-tk ghostscript
install:
- pip install ".[dev]"
script:
- pytest

View File

@ -1,11 +1,13 @@
<p align="center">
<img src="https://raw.githubusercontent.com/socialcopsdev/camelot/master/docs/_static/camelot.png" width="200">
</p>
# 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)
**Camelot** is a Python library which makes it easy for *anyone* to extract tables from PDF files!
![camelot-logo](https://raw.githubusercontent.com/socialcopsdev/camelot/master/docs/_static/camelot.png)
---
**Here's how you can extract tables from PDF files.** Check out the PDF used in this example, [here](https://github.com/socialcopsdev/camelot/blob/master/docs/_static/pdf/foo.pdf).