aboutsummaryrefslogtreecommitdiff
path: root/python/python3-dotenv/README
blob: 7536ac31748e6a4ce796d366a77e2b6296138e3b (plain)
1
2
3
4
5
python3-dotenv (Read key-value pairs from .env file and set env. vars)

python3-dotenv reads key-value pairs from a .env file and can set them
as environment variables. It helps in the development of applications
following the 12-factor principles.