minimalkv.git module¶
- class minimalkv.git.GitCommitStore(repo_path: str, branch: bytes = b'master', subdir: bytes = b'')¶
Bases:
KeyValueStoreStore using git.
Parameters¶
- repo_pathstr
Path to the repository.
- branchbytes, optional, default = b”master”
Branch to use.
- subdirbytes, optional, default = b””
Subdirectory of the repository to use.
- AUTHOR = 'GitCommitStore (minimalkv 1.11.3.post4+g1a3cd0d8a) <>'¶
- TIMEZONE = None¶