You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

loadotenv

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loadotenv

Reinventing the wheel to load .env variables

1.0.1
pipPyPI
Maintainers
1

ci

loadotenv

Reinventing the wheel to load .env variables

Requirement/s

  • Python version: >= 3.9

Installation

pip install loadotenv

Usage

From a .py file near your .env file:

from loadotenv import load_env

load_env()
# load_env(file_loc="/loc/to/.env")

Contributing

Issues and PRs are welcome!

Keywords

.env

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts