Skip to content

Commit 1e4c078

Browse files
committed
Merge pull request JazzCore#12 from mmarchini/master_jazzcore
Adding PyPI badge to the README
2 parents f7babd5 + e661149 commit 1e4c078

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Python-PDFKit: HTML to PDF wrapper
55
.. image:: https://travis-ci.org/JazzCore/python-pdfkit.png?branch=master
66
:target: https://travis-ci.org/JazzCore/python-pdfkit
77

8+
.. image:: https://badge.fury.io/py/pdfkit.svg
9+
:target: http://badge.fury.io/py/pdfkit
10+
811
Python 2 and 3 wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.
912

1013
This is adapted version of `ruby PDFKit <https://github.com/pdfkit/pdfkit>`_ library, so big thanks to them!

tests/pdfkit-tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import codecs
66
import unittest
77

8+
89
#Prepend ../ to PYTHONPATH so that we can import PDFKIT form there.
910
TESTS_ROOT = os.path.abspath(os.path.dirname(__file__))
1011
sys.path.insert(0, os.path.realpath(os.path.join(TESTS_ROOT, '..')))

0 commit comments

Comments
 (0)