module documentation

Starts an interactive Jira session in an ipython terminal. Script arguments support changing the server and a persistent authentication over HTTP BASIC or Kerberos.

Function get_config Undocumented
Function handle_basic_auth Undocumented
Function main Undocumented
Function oauth_dance Undocumented
Function process_command_line Undocumented
Function process_config Undocumented
Constant CONFIG_PATH Undocumented
Constant SENTINEL Undocumented
def get_config(): (source)

Undocumented

def handle_basic_auth(auth, server): (source)

Undocumented

def main(): (source)

Undocumented

def oauth_dance(server, consumer_key, key_cert_data, print_tokens=False, verify=None): (source)

Undocumented

def process_command_line(): (source)

Undocumented

def process_config(): (source)

Undocumented

CONFIG_PATH = (source)

Undocumented

Value
os.path.join(os.path.expanduser('~'), '.jira-python', 'jirashell.ini')
SENTINEL = (source)

Undocumented

Value
object()