Added new function get_env_from_file(). Combines the functionality of get_env() and get_envs(). If the parameter with variable names is left empty, the function returns a dictionary with all the variables from the file. get_env_from_file() return empty dictionary if file is empty.
0.0.7
0.0.6
Added support for comments, skipping empty lines and skipping lines without a character "=". And now functions variables values returns only as a string.
0.0.5
0.0.4
added support for multiple parameters to the function get_env and minor modifications when getting an absolute path
0.0.3
In this release, we fixed getting an incorrect absolute path to a file - now the absolute path is set from the file from which the function was called. So now there will be no problems when working with the daemon in Linux.