Python Module Index

_ | c | d | e | g | j | m | p | q | u
 
_
_repobee
    _repobee.cli.dispatch
    _repobee.cli.mainparser
    _repobee.cli.parsing
    _repobee.cli.preparser
    _repobee.command
    _repobee.config
    _repobee.exception
    _repobee.ext.configwizard
    _repobee.ext.defaults
    _repobee.ext.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.
 
d
defaults Plugin that provides the default behavior for core repobee functionality.
dispatch Command dispatcher for the CLI.
 
e
exception Custom exceptions for _repobee.
 
g
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.
 
p
pairwise Plugin that provides pairwise peer review allocations.
parsing Parsing logic for RepoBee's primary parser.
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.
 
u
util Miscellaneous utility functions that don't really belong anywhere else.