emarket_data_explorer.config

This module provides the E-market Data Explorer config functionality.

emarket_data_explorer.config.init_app(**kwargs) int

initialize the application

Args:

**kwargs (**dict): a dictionary contains the constants for the config file,

such as, data_path, ip address, proxy auth…which are used to write into the config file.

Returns:

status code (int): SUCCESS, DIR_ERROR, DATA_FOLDER_WRITE_ERROR, see __init__.py