Module jumpscale.clients.github

Expand source code
def export_module_as():
    from jumpscale.core.base import StoredFactory
    from .github import GithubClient

    return StoredFactory(GithubClient)

Sub-modules

jumpscale.clients.github.base
jumpscale.clients.github.github
jumpscale.clients.github.helper
jumpscale.clients.github.issue
jumpscale.clients.github.milestone
jumpscale.clients.github.repo

Functions

def export_module_as()
Expand source code
def export_module_as():
    from jumpscale.core.base import StoredFactory
    from .github import GithubClient

    return StoredFactory(GithubClient)