I was hoping to use python-dotenv to re-use the env file created for Docker. The Docker syntax, however, conflicts with the python-dotenv syntax (in how it interprets quotes).
Should python-dotenv provide a mode that's compatible with Docker's syntax?