Metadata-Version: 2.1
Name: pkpass
Version: 0.1.0
Summary: General-purpose .pkpass file reader, includes airline and train specific parsers
Home-page: http://github.com/konradit/pkpass
Author: Konrad Iturbe
Author-email: mail@chernowii.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Pkpass parser 

Python library for parsing pkpass files

Supports parsing speficic metadata from some airlines (Tested with AirEuropa, Iberia) and trains (Renfe)

## Usage:

- `read()`: returns JSON data
- `print()`: prints prettified data
- `isValid()`: checks if file given is valid

See `examples/*` for more.


