L3-iGrant / PyDIVOC

Python library for decoding and verifying the [COWIN Covid19 Credentials for India](https://www.cowin.gov.in/) from [DIVOC](https://divoc.egov.org.in/)
Apache License 2.0
1 stars 0 forks source link
covid19 covid19-india divoc divoc-qr divoc-vc

PyDIVOC

PyPI version Total alerts Language grade: Python

Introduction

Author: George J Padayatti

Python library for decoding and verifying the COWIN Covid19 Credentials for India from DIVOC

Pre requisites

This package have dependency to OpenCV and ZBAR (QR code library)

Installation

Using a virtual environment is generally recommended:

$ python -m venv env
$ source env/bin/activate

Install with pip:

pip install PyDIVOC

Usage

from PyDIVOC.divoc_qr import decode_divoc_covid19_qr
w3c_vc = decode_divoc_covid19_qr("qr.png")

TODO