theskumar / python-dotenv

Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.
https://saurabh-kumar.com/python-dotenv/
BSD 3-Clause "New" or "Revised" License
7.7k stars 431 forks source link

[Question] Any significant cost to calling load_dotenv() multiple times? #504

Open jasperblues opened 9 months ago

jasperblues commented 9 months ago

(apologies if this is the wrong place to ask)