- Changed default print created variables to False
reload
method wasn't updating file so it doesnt work, now reload also reopens the source file
- Migrate setup.cfg to pyproject.toml
- yapf and flake8 using another configuration
- now loads the file and then load the var, this should make easier for later loads directly a dict instead of a file
- tests fixtures changed to a specific file to clean test file a little
- logger.warn changed to logger.warning as DeprecationWarning warns
- Changed possible_config_file log level from critical to debug
- readme example was using wrong import
- First version