Skip to content

Python library for decoding the SMART Health Card standard

License

Notifications You must be signed in to change notification settings

rechner/py-health-cards

Repository files navigation

py-health-cards

A python library for decoding the SMART health card standard, used for documenting COVID-19 vaccination history or test results as a QR code as a JWT in a verifiable manner, and is being issued by several localities (e.g. California, Quebec).

Example

record = "shc:/..."
from healthcards import parser
jws_str = parser.decode_qr_to_jws(record)
jws = parser.JWS(jws_str)
jws.verified
jws.as_dict()

About

Python library for decoding the SMART Health Card standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages