            MODULE=python-dotenv
           VERSION=1.2.2
            SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL_FULL=https://github.com/theskumar/$MODULE/archive/v$VERSION.tar.gz
        SOURCE_VFY=sha256:58f0f1016f35872bf90649f28d8777ee4897bb88f9075c315f71dc485410002a
          WEB_SITE=https://github.com/theskumar/python-dotenv
           ENTERED=20201128
           UPDATED=20260303
              TYPE=python3
             SHORT="Read key-value pairs from .env files"

cat << EOF
Reads the key-value pair from .env file and adds them to environment variable.
It is great for managing app settings during development and in production using 12-factor principles.
EOF
