:py:mod:`mass_driver.sources.github_source` =========================================== .. py:module:: mass_driver.sources.github_source .. autodoc2-docstring:: mass_driver.sources.github_source :parser: myst :allowtitles: Module Contents --------------- Classes ~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`GithubBaseSource ` - .. autodoc2-docstring:: mass_driver.sources.github_source.GithubBaseSource :parser: myst :summary: * - :py:obj:`GithubPersonalSource ` - .. autodoc2-docstring:: mass_driver.sources.github_source.GithubPersonalSource :parser: myst :summary: * - :py:obj:`GithubAppSource ` - .. autodoc2-docstring:: mass_driver.sources.github_source.GithubAppSource :parser: myst :summary: API ~~~ .. py:class:: GithubBaseSource :canonical: mass_driver.sources.github_source.GithubBaseSource Bases: :py:obj:`mass_driver.models.repository.Source` .. autodoc2-docstring:: mass_driver.sources.github_source.GithubBaseSource :parser: myst .. py:attribute:: _github_api :canonical: mass_driver.sources.github_source.GithubBaseSource._github_api :type: github.Github :value: None .. autodoc2-docstring:: mass_driver.sources.github_source.GithubBaseSource._github_api :parser: myst .. py:attribute:: search_query :canonical: mass_driver.sources.github_source.GithubBaseSource.search_query :type: str :value: None .. autodoc2-docstring:: mass_driver.sources.github_source.GithubBaseSource.search_query :parser: myst .. py:method:: discover() -> mass_driver.models.repository.IndexedRepos :canonical: mass_driver.sources.github_source.GithubBaseSource.discover .. autodoc2-docstring:: mass_driver.sources.github_source.GithubBaseSource.discover :parser: myst .. py:class:: GithubPersonalSource(**data) :canonical: mass_driver.sources.github_source.GithubPersonalSource Bases: :py:obj:`mass_driver.sources.github_source.GithubBaseSource` .. autodoc2-docstring:: mass_driver.sources.github_source.GithubPersonalSource :parser: myst .. rubric:: Initialization .. autodoc2-docstring:: mass_driver.sources.github_source.GithubPersonalSource.__init__ :parser: myst .. py:attribute:: token :canonical: mass_driver.sources.github_source.GithubPersonalSource.token :type: pydantic.SecretStr :value: None .. autodoc2-docstring:: mass_driver.sources.github_source.GithubPersonalSource.token :parser: myst .. py:class:: GithubAppSource(**data) :canonical: mass_driver.sources.github_source.GithubAppSource Bases: :py:obj:`mass_driver.sources.github_source.GithubBaseSource` .. autodoc2-docstring:: mass_driver.sources.github_source.GithubAppSource :parser: myst .. rubric:: Initialization .. autodoc2-docstring:: mass_driver.sources.github_source.GithubAppSource.__init__ :parser: myst .. py:attribute:: app_id :canonical: mass_driver.sources.github_source.GithubAppSource.app_id :type: pydantic.SecretStr :value: None .. autodoc2-docstring:: mass_driver.sources.github_source.GithubAppSource.app_id :parser: myst .. py:attribute:: app_private_key :canonical: mass_driver.sources.github_source.GithubAppSource.app_private_key :type: pydantic.SecretStr :value: None .. autodoc2-docstring:: mass_driver.sources.github_source.GithubAppSource.app_private_key :parser: myst .. py:attribute:: app_installation_id :canonical: mass_driver.sources.github_source.GithubAppSource.app_installation_id :type: int :value: None .. autodoc2-docstring:: mass_driver.sources.github_source.GithubAppSource.app_installation_id :parser: myst