km3pipe.config

Tools for global configuration.

Module Contents

Classes

Config(config_path=CONFIG_PATH)
km3pipe.config.input[source]
km3pipe.config.log[source]
km3pipe.config.CONFIG_PATH[source]
class km3pipe.config.Config(config_path=CONFIG_PATH)[source]

Bases:object

db_credentials[source]

Return username and password for the KM3NeT WebDB.

db_url[source]
slack_token[source]

Return slack token for chat bots.

rba_url[source]

Return the RainbowAlga URL.

check_for_updates[source]
time_zone[source]
set(self, section, key, value)[source]
get(self, section, key, default=None)[source]
create_irods_session(self)[source]