#!/usr/bin/env python3 from git import Repo r = Repo("/home/vasek/dev/repo-cloner") print(r.bare)