hop.configure

hop.configure.get_config_path()[source]

Determines the default location for auth configuration.

Returns:

The path to the authentication configuration file.

hop.configure.set_up_configuration(config_file, csv_file)[source]

Set up configuration file.

Args:

config_file: Configuration file path csv_file: Path to csv credentials file

hop.configure.write_config_file(config_file, username, password)[source]

Write configuration file for the given username and password.

Args:

config_file: configuration file path username: username at hopskotch password: password at hopskotch