:mod:`km3pipe.config` ===================== .. py:module:: km3pipe.config .. autoapi-nested-parse:: Tools for global configuration. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: km3pipe.config.Config .. data:: input .. data:: log .. data:: CONFIG_PATH .. py:class:: Config(config_path=CONFIG_PATH) Bases::class:`object` .. attribute:: db_credentials Return username and password for the KM3NeT WebDB. .. !! processed by numpydoc !! .. attribute:: db_session_cookie .. attribute:: db_url .. attribute:: slack_token Return slack token for chat bots. .. !! processed by numpydoc !! .. attribute:: rba_url Return the RainbowAlga URL. .. !! processed by numpydoc !! .. attribute:: check_for_updates .. attribute:: time_zone .. method:: set(self, section, key, value) .. method:: get(self, section, key, default=None) .. method:: create_irods_session(self)