adding example JSON

This commit is contained in:
brent s. 2021-01-12 04:57:49 -05:00
parent 436bc3d083
commit 379795ee06
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,16 @@
#!/usr/bin/env python3

# TODO: logging
# Example .arch.json:
# {
# "date": "Fri, 01 Jan 2021 00:00:00 +0000",
# "mirror": "http://arch.mirror.constant.com/",
# "country": "US",
# "notes": "https://archlinux.org/releng/releases/2021.01.01/",
# "ver": "2021.01.01",
# "sha1": "c3082b13d3cf0a253e1322568f2fd07479f86d52"
# }

import datetime
import json
import hashlib