nodestream-plugin-dotenv


Namenodestream-plugin-dotenv JSON
Version 0.12.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-04-05 17:37:17
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/9a/4e/50dcaf8ee65caa7f3c628057ab6ecff90deec58f6ec9e45ee32b2dbc346a/nodestream_plugin_dotenv-0.12.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.",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A plugin to nodestream for loading environment variables from a .env file",
    "version": "0.12.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": "4c088a23a7fd7a948a5062282a70beb7d5e1d0f60e5a3c8f81a162369e4742da",
                "md5": "674659200394f4caeea7e0a179f3e05e",
                "sha256": "f64144f820b54ba3a8f94fd05ce8ef7368329126679414cc353effe1c8731864"
            },
            "downloads": -1,
            "filename": "nodestream_plugin_dotenv-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "674659200394f4caeea7e0a179f3e05e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 6578,
            "upload_time": "2024-04-05T17:37:16",
            "upload_time_iso_8601": "2024-04-05T17:37:16.371851Z",
            "url": "https://files.pythonhosted.org/packages/4c/08/8a23a7fd7a948a5062282a70beb7d5e1d0f60e5a3c8f81a162369e4742da/nodestream_plugin_dotenv-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a4e50dcaf8ee65caa7f3c628057ab6ecff90deec58f6ec9e45ee32b2dbc346a",
                "md5": "e61784fdbb0eef87a6f340387490c3a8",
                "sha256": "27f5070ade8fa6fe443146f575007846ffcd621fdbf8de06ef8a8616da97a8a0"
            },
            "downloads": -1,
            "filename": "nodestream_plugin_dotenv-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e61784fdbb0eef87a6f340387490c3a8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 5712,
            "upload_time": "2024-04-05T17:37:17",
            "upload_time_iso_8601": "2024-04-05T17:37:17.444930Z",
            "url": "https://files.pythonhosted.org/packages/9a/4e/50dcaf8ee65caa7f3c628057ab6ecff90deec58f6ec9e45ee32b2dbc346a/nodestream_plugin_dotenv-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 17:37:17",
    "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.24173s