Skip to content

Instantly share code, notes, and snippets.

View rgiessmann's full-sized avatar

Robert Giessmann rgiessmann

View GitHub Profile
@rgiessmann
rgiessmann / log_header.py
Last active March 2, 2021 06:57
Log the scripts' hash (self-log) and more
####################### header version 2019-04-03 ####################
import hashlib
import io
import os
import sys
import shutil
def sha256sum(src, digest_size_in_bytes=64, length=io.DEFAULT_BUFFER_SIZE):
if sys.hexversion <= 0x030500f0:
## digest_size not settable before Python 3.5