pymunge package

Subpackages

Submodules

pymunge.config module

pymunge.make module

Helper script that manages several aspects of the project. Each topic is put into a separate action.

class pymunge.make.Git(path: Path = PosixPath('/home/runner/work/pymunge/pymunge'))

Bases: object

add(*files: str) str
branch() str
commit(msg: str) str
commits(source: str, target: str) int
hash(short: bool = True) str
push(remote: str) str
tag(tag: str, remote: str) tuple[str, str]
pymunge.make.run(args, cwd: Path = PosixPath('/home/runner/work/pymunge/pymunge'))

pymunge.munge module

pymunge.version module

Module contents

pymunge