An open API service indexing awesome lists of open source software.

https://github.com/devidw/covid-certificate-decoder

Decoder for EU COVID Certificate QR-Codes
https://github.com/devidw/covid-certificate-decoder

Last synced: about 1 year ago
JSON representation

Decoder for EU COVID Certificate QR-Codes

Awesome Lists containing this project

README

          

= Covid Certificate Decoder

Decode your QR-Codes to the JSON-format

== Usage
.Sample usage
[source, python]
----
from covid_certificate_decoder import CovidCertificateDecoder

cert = CovidCertificateDecoder.decode('HC1:…')
----