Last updated:
0 purchases
PyDIVOC 0.1.0
PyDIVOC
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
Function to verify JSON-LD signatures embedded in Covid19 Certificate
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.