datalad_next.consts
Common constants
- COPY_BUFSIZE
shutilbuffer size default, with Windows platform default changes backported from Python 3.10.- PRE_INIT_COMMIT_SHA
SHA value for
git hash-object -t tree /dev/null, i.e. for nothing. This corresponds to the state of a Git repository before the first commit is made.- on_linux
Trueif executed on the Linux platform.- on_windows
Trueif executed on the Windows platform.