features:
* use [python-magic](https://pypi.org/project/python-magic/) instead of `file` for identifying file types
* ask user to follow symlink on import unless `-f --force` is set (184)
* actively checking for python module dependencies at start
* update tests
* update doc
bug fixes:
* fix temporary file/directory on Windows (283)
* fix profile's included variables taking precedence over profile variables (285)
* properly fail if config file not found (287)