Metadata-Version: 2.1
Name: easyticket-qrgen
Version: 1.0
Summary: Package for creating QR Codes for the event ticket system easy-ticket.
Home-page: https://github.com/FabianWe/easyticket_qrgen
Author: Fabian Wenzelmann
Author-email: fabianwen@posteo.eu
License: Apache License 2.0
Keywords: qr qr-code ticket event
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: Pillow (>=6.1)
Requires-Dist: pyqrcode (>=1.2.1)

# easyticket_qrgen
Package for creating QR Codes for the event ticket system [easyticket](https://github.com/FabianWe/easyticket).

## Installation
Use `pip install easyticket_qrgen`. Works only with python >= 3.6.

## Documentation
Find the documentation on [readthedocs](https://easyticket-qrgen.readthedocs.io/en/latest/), also including a small example.

## License
Published under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).

## Third-Party Packages
Attribution to the following libraries:

 - [pyqrcode](https://github.com/mnooner256/pyqrcode)
 - [Pillow](https://github.com/python-pillow/Pillow)



