Metadata-Version: 2.2
Name: gpg-qrcode
Version: 0.1.3
Summary: A tool for generating qr-codes from gpg ascii keys and revoke certificates
Home-page: https://github.com/ubuntupunk/gpg-qrcode
Author: David Robert Lewis
Author-email: ubuntupunk@gmail.com
Keywords: revoke,gpg,qrcode
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: qrcode
Requires-Dist: requests
Requires-Dist: pillow
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# gpg-qrcode

A simple tool to generate QR codes from GPG ascii keys and revoke certificates.

## Options ##
1. Display in Terminal
2. Save as PNG
3. Upload PNG to TempFiles.org
4. Quit

## Installation ##
```python
pip install gpg-qrcode
```

## Note
This is the qrencode version with the following python dependencies:
qrcode, requests, pillow. Please install [qrencode](https://fukuchi.org/works/qrencode/) via your package manager.

If you want to install the cv2 version it is available on cv2 branch from the github repo.

## License ##
[GPL-3.0-only](LICENSE)
