The above stackoverflow q and a from Kennith Reitz states that autoenv is deprecated in favour of direnv.
I'd personally prefer not bothering to obfuscate these settings behind either autoenv or direnv because I think it makes the install process harder to understand and debug. I think theres value in telling users that these environment variables need to be present and what they do.
Just my 2 cents though.
If you want I'm happy to put together a PR removing the dependency on autoenv and updating the docs.
The .env file installation workflow in the README.md will only work if a user has autoenv installed.
https://stackoverflow.com/a/9578590/3967444
The above stackoverflow q and a from Kennith Reitz states that autoenv is deprecated in favour of direnv.
I'd personally prefer not bothering to obfuscate these settings behind either autoenv or direnv because I think it makes the install process harder to understand and debug. I think theres value in telling users that these environment variables need to be present and what they do.
Just my 2 cents though.
If you want I'm happy to put together a PR removing the dependency on autoenv and updating the docs.