Skip to content

Commit

Permalink
Add PyPI badge
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ihabunek committed Aug 21, 2016
1 parent d4b0b04 commit 72e638f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ PDF417 barcode generator for Python
[![Travis](https://img.shields.io/travis/ihabunek/pdf417-py.svg?maxAge=3600&style=flat-square)](https://travis-ci.org/ihabunek/pdf417-py)
[![Author](https://img.shields.io/badge/author-%40ihabunek-blue.svg?maxAge=3600&style=flat-square)](https://twitter.com/ihabunek)
[![License](https://img.shields.io/github/license/ihabunek/pdf417-py.svg?maxAge=3600&style=flat-square)](https://opensource.org/licenses/MIT)
[![Python Package Index](https://img.shields.io/pypi/v/pdf417gen.svg?maxAge=3600&style=flat-square)](https://pypi.python.org/pypi/pdf417gen)

Easily encode your data into a 2D barcode using the PDF417 format.

Licensed under the MIT License, see [LICENSE.md](LICENSE.md).

## Installation

Install from [PyPI](https://pypi.python.org/pypi/pdf417gen/0.1.0):
Install using pip:

```
pip install pdf417gen
Expand Down

0 comments on commit 72e638f

Please sign in to comment.