How to use the nbgitpuller.GitPuller function in nbgitpuller

To help you get started, we’ve selected a few nbgitpuller examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jupyterhub / nbgitpuller / tests / test_gitpuller.py View on Github external
def __init__(self, remote, path='puller', *args, **kwargs):
        super().__init__(path)
        remotepath = "file://%s" % os.path.abspath(remote.path)
        self.gp = GitPuller(remotepath, 'master', path, *args, **kwargs)

nbgitpuller

Jupyter Extension to do one-way synchronization of git repositories

BSD-3-Clause
Latest version published 1 month ago

Package Health Score

78 / 100
Full package analysis

Similar packages