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.basejumpscale.clients.github.githubjumpscale.clients.github.helperjumpscale.clients.github.issuejumpscale.clients.github.milestonejumpscale.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)