Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 999baf4

Browse files
committed
fixing readme
1 parent a49ab1f commit 999baf4

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# W.I.P. CovidPy 🦠
2+
3+
CovidPy is a python library to work with DCCs (Digital Covid Certificates).
4+
Using this library you can:
5+
6+
1) Decode the content of a DCC and get the raw json
7+
2) Encode a VALID json and create a recognizable DCC (it will only work with a json containint a valid DCC's info)
8+
3) Verify a DCC it will verify the validity of a DCC also checking if it's not revoked
9+
10+
Please remember that this library is in it's early stages and it's not complete, there could be some bugs or missing features, if you find any, please report in an issue
11+
if you have any question you can open an issue or ask me on [telegram](t.me/cagavo)
12+
if you know how to improve this library, please send me a pull request, you can find a list of things to do [here](#TODO)
13+
14+
## Credits
15+
16+
- Files used to encode DCCs were generated using [this](https://github.com/ehn-dcc-development/ehn-sign-verify-python-trivial/blob/main/gen-csca-dsc.sh)
17+
- To get Public Keys we use [this API](https://verifier-api.coronacheck.nl/v4/verifier/public_keys)
18+
- To get the revoked DCCs we use [this API](https://get.dgc.gov.it/v1/dgc/settings)
19+
20+
## TODO
21+
22+
- Update verificaton to use the italian API (https://get.dgc.gov.it/v1/) instead of the old one (https://verifier-api.coronacheck.nl/v4/)
23+
- Support verification rules
24+
- Docs
25+
- Examples
26+
27+
## Licensed under GPL v3.0 or later
28+
29+
30+
![GPLV3.0LATERLOGO](https://www.gnu.org/graphics/gplv3-or-later.png "Licensed under GPL v3.0 or later")
31+
32+
### Useful links
33+
34+
- https://forum.italia.it/t/verifica-green-pass-api/25190/85?page=5
35+
- https://github.com/ministero-salute/dcc-utils/issues/1

0 commit comments

Comments
 (0)