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

nodestream-plugin-dotenv

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodestream-plugin-dotenv

A plugin to nodestream for loading environment variables from a .env file

0.14.0
pipPyPI
Maintainers
2

Nodestream Dotenv Plugin

This plugin allows you to load environment variables from a .env file into your nodestream application.

Installation

pip install nodestream-plugin-dotenv

Usage

By default, the plugin will look for a .env file in the current working directory. You can specify a different path by setting the NODESTREAM_DOTENV_PATH environment variable.

For more information on how to use the .env file, see the python-dotenv documentation.

Keywords

etl

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