python-dotenv
python-dotenv copied to clipboard
Raise exceptions when encountering errors in files.
The current behaviour of the set_key
and get_key
functions is to warn for invalid lines, that isn't very helpful when using this library to parse env files
A ignore_errors
parameter can be added to these functions