- configparser added in the dependency.
- Function read_configuration_from_file_path() added which reads the configuration from a filepath.
- Support for any number of sections in the configuration file.
- Environment section variables will be first checked in the OS, if not found in the OS then it will be read from the configuration file.
- MODULE_NAME added in the init.py
- Errors are raised in the module instead of logging.