numerapi
numerapi copied to clipboard
Add .env file support
This adds some rudimentary .env file support. If python-dotenv
is installed, it'll be used, otherwise it'll just load any existing .env files from the current directory, its parents, grandparents, and the user's home directory.
Merge it or change however you want. I just thought I'd share.