Python Module Index

_ | c | d | e | g | j | m | n | p | q | r | u
 
_
_repobee
    _repobee.cli.argparse_ext
    _repobee.cli.dispatch
    _repobee.cli.mainparser
    _repobee.cli.parsing
    _repobee.cli.preparser
    _repobee.command
    _repobee.config
    _repobee.exception
    _repobee.ext.defaults.configwizard
    _repobee.ext.defaults.genreviews
    _repobee.ext.defaults.github
    _repobee.ext.gitlab
    _repobee.ext.javac
    _repobee.ext.pairwise
    _repobee.ext.pylint
    _repobee.ext.query
    _repobee.git
    _repobee.util
 
c
config Configuration functions and constants for pre-configuring CLI parameters.
configwizard Plugin that adds a configuration wizard to RepoBee.
corehooks Hookspecs for repobee core hooks.
 
d
dispatch Command dispatcher for the CLI.
 
e
exception Exceptions for repobee_plug.
exthooks Hookspecs for repobee extension hooks.
 
g
genreviews The default implementation of generate_review_allocations
git Wrapper functions for git CLI commands, such as push and clone.
github Top level interface for interacting with a GitHub instance within _repobee.
gitlab Top level interface for interacting with a GitLab instance within _repobee.
 
j
javac Plugin that tries to compile all .java files in a repo.
 
m
mainparser The primary parser for RepoBee.
 
n
name Utility functions relating to RepoBee's naming conventions.
 
p
pairwise Plugin that provides pairwise peer review allocations.
parsing Parsing logic for RepoBee's primary parser.
platform Platform API specifications and wrappers.
preparser The preparser for RepoBee.
pylint Plugin that runs pylint on all .py files in a repo.
 
q
query Plugin that adds a query command to RepoBee.
 
r
repobee_plug
    repobee_plug._corehooks
    repobee_plug._exthooks
    repobee_plug.cli
    repobee_plug.exceptions
    repobee_plug.fileutils
    repobee_plug.localreps
    repobee_plug.log
    repobee_plug.name
    repobee_plug.platform
repobee_testhelpers
    repobee_testhelpers.const
    repobee_testhelpers.funcs
    repobee_testhelpers.localapi
 
u
util Miscellaneous utility functions that don't really belong anywhere else.