nodestream-plugin-dotenv


Namenodestream-plugin-dotenv JSON
Version 0.13.0 PyPI version JSON
download
home_pagehttps://github.com/nodestream-proj/nodestream
SummaryA plugin to nodestream for loading environment variables from a .env file
upload_time2024-08-09 17:33:40
maintainerNone
docs_urlNone
authorZach Probst
requires_python<4.0,>=3.10
licenseApache 2.0
keywords etl neo4j declarative data kafka ingest nodestream
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Nodestream Dotenv Plugin

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

## Installation

```bash
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](https://github.com/theskumar/python-dotenv#file-format) documentation.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nodestream-proj/nodestream",
    "name": "nodestream-plugin-dotenv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "etl, neo4j, declarative, data, kafka, ingest, nodestream",
    "author": "Zach Probst",
    "author_email": "Zach_Probst@intuit.com",
    "download_url": "https://files.pythonhosted.org/packages/1e/6f/6925761ba239af5433f341c0b8b0cf5ef160cf838c2d58c7044eef132007/nodestream_plugin_dotenv-0.13.0.tar.gz",
    "platform": null,
    "description": "# Nodestream Dotenv Plugin\n\nThis plugin allows you to load environment variables from a `.env` file into your nodestream application.\n\n## Installation\n\n```bash\npip install nodestream-plugin-dotenv\n```\n\n## Usage\n\nBy 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.\n\nFor more information on how to use the `.env` file, see the [python-dotenv](https://github.com/theskumar/python-dotenv#file-format) documentation.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A plugin to nodestream for loading environment variables from a .env file",
    "version": "0.13.0",
    "project_urls": {
        "Documentation": "https://nodestream-proj.github.io/nodestream-plugin-dotenv",
        "Homepage": "https://github.com/nodestream-proj/nodestream",
        "Repository": "https://github.com/nodestream-proj/nodestream-plugin-dotenv"
    },
    "split_keywords": [
        "etl",
        " neo4j",
        " declarative",
        " data",
        " kafka",
        " ingest",
        " nodestream"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e78f34484ba8ffdb3cbb66494d166069911997782db981cb804af110aaf38b55",
                "md5": "493381d38079b8326505ec0a5433c962",
                "sha256": "01a3bff22d9597d72313dd77fe21526d965bb94d6d8ae94aee85126ed34f8559"
            },
            "downloads": -1,
            "filename": "nodestream_plugin_dotenv-0.13.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "493381d38079b8326505ec0a5433c962",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 6578,
            "upload_time": "2024-08-09T17:33:39",
            "upload_time_iso_8601": "2024-08-09T17:33:39.477535Z",
            "url": "https://files.pythonhosted.org/packages/e7/8f/34484ba8ffdb3cbb66494d166069911997782db981cb804af110aaf38b55/nodestream_plugin_dotenv-0.13.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e6f6925761ba239af5433f341c0b8b0cf5ef160cf838c2d58c7044eef132007",
                "md5": "ee0dc7a2a59a94a08b7900fcab4f7b0c",
                "sha256": "5c1ef7c52f0d1b5d66bfd29e95005fabda6b24643368ec42e2ce4ee9b95e4452"
            },
            "downloads": -1,
            "filename": "nodestream_plugin_dotenv-0.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ee0dc7a2a59a94a08b7900fcab4f7b0c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 5610,
            "upload_time": "2024-08-09T17:33:40",
            "upload_time_iso_8601": "2024-08-09T17:33:40.834650Z",
            "url": "https://files.pythonhosted.org/packages/1e/6f/6925761ba239af5433f341c0b8b0cf5ef160cf838c2d58c7044eef132007/nodestream_plugin_dotenv-0.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-09 17:33:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nodestream-proj",
    "github_project": "nodestream",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "nodestream-plugin-dotenv"
}
        
Elapsed time: 0.35519s