pygitpub package

Subpackages

Submodules

pygitpub.configs module

All configurations for pygitpub

class pygitpub.configs.ConfigAlgo[source]

Bases: Config

Parameters to control the algorithm

dryrun = False
fork = True
owner_login = None
private = True
public = True
show_extra = True
class pygitpub.configs.ConfigGithub[source]

Bases: Config

Paramters for your github account

apikey = <pytconf.param.Unique object>
username = <pytconf.param.Unique object>
class pygitpub.configs.ConfigOutput[source]

Bases: Config

Parameters to control output

verbose = False

pygitpub.main module

main entry point to the program

pygitpub.main.clone_all() None[source]
pygitpub.main.fix_metadata() None[source]
pygitpub.main.fix_website() None[source]
pygitpub.main.main()[source]
pygitpub.main.pull_all() None[source]
pygitpub.main.repos_list() None[source]
pygitpub.main.runs_cleanup() None[source]
pygitpub.main.runs_show() None[source]
pygitpub.main.runs_show_failing() None[source]
pygitpub.main.runs_show_not_success() None[source]
pygitpub.main.runs_show_running() None[source]
pygitpub.main.show_website() None[source]
pygitpub.main.workflows_run() None[source]
pygitpub.main.yield_repos()[source]

pygitpub.static module

version which can be consumed from within the module

Module contents