Baguage / pyqualtrics

Unofficial python SDK for Qualtrics API
Apache License 2.0
33 stars 7 forks source link

support for .env file #27

Closed johndavidsimmons closed 7 years ago

johndavidsimmons commented 7 years ago

I use this library on my work computer, but unfortunately do not have sudo access to edit my bash profile. However, I can work around this by storing environment variables in a .env file. My change will use variables from an .env file if it exists. If it doesn't, nothing changes.