loadotenv


Nameloadotenv JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryReinventing the wheel to load .env variables
upload_time2023-12-09 06:13:28
maintainer
docs_urlNone
author
requires_python>=3.9
license
keywords .env environment utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![ci](https://github.com/lemredd/loadotenv/actions/workflows/core.yml/badge.svg?branch=main)](https://github.com/lemredd/loadotenv/actions/workflows/core.yml)

# `loadotenv`
Reinventing the wheel to load .env variables

## Requirement/s
- Python version: `>= 3.9`

## Installation
```python
pip install loadotenv
```

## Usage
From a `.py` file near your `.env` file:

```py
from loadotenv import load_env

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

## Contributing
Issues and PRs are welcome!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "loadotenv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": ".env,environment,utility",
    "author": "",
    "author_email": "\"Jarlem Red J. de Peralta\" <lmoa.jhdp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/29/8f/0f613996f80c194cce530a9143b97a160afb5b996914cb8f16d7235fb43b/loadotenv-1.0.1.tar.gz",
    "platform": null,
    "description": "[![ci](https://github.com/lemredd/loadotenv/actions/workflows/core.yml/badge.svg?branch=main)](https://github.com/lemredd/loadotenv/actions/workflows/core.yml)\n\n# `loadotenv`\nReinventing the wheel to load .env variables\n\n## Requirement/s\n- Python version: `>= 3.9`\n\n## Installation\n```python\npip install loadotenv\n```\n\n## Usage\nFrom a `.py` file near your `.env` file:\n\n```py\nfrom loadotenv import load_env\n\nload_env()\n# load_env(file_loc=\"/loc/to/.env\")\n```\n\n## Contributing\nIssues and PRs are welcome!\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Reinventing the wheel to load .env variables",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/lemredd/loadotenv",
        "Issues": "https://github.com/lemredd/loadotenv/issues"
    },
    "split_keywords": [
        ".env",
        "environment",
        "utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69b5fbc29b3e92b729fae5c27a0f616cb16d5cbc7fb35000aaff9c779317a988",
                "md5": "3e616b972baeb70e9e914d4b8850d48d",
                "sha256": "0978a2895771e32915ab03b15b5478f2c56cad8ff079bb4cf974cc8ec06c9305"
            },
            "downloads": -1,
            "filename": "loadotenv-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e616b972baeb70e9e914d4b8850d48d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 2865,
            "upload_time": "2023-12-09T06:13:27",
            "upload_time_iso_8601": "2023-12-09T06:13:27.033212Z",
            "url": "https://files.pythonhosted.org/packages/69/b5/fbc29b3e92b729fae5c27a0f616cb16d5cbc7fb35000aaff9c779317a988/loadotenv-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "298f0f613996f80c194cce530a9143b97a160afb5b996914cb8f16d7235fb43b",
                "md5": "c60d13c69c2978438d1770d416205ee8",
                "sha256": "9f5117f991d6eb5ff96e062d73f61b6e19664f9f38809d18497872aee79c3c70"
            },
            "downloads": -1,
            "filename": "loadotenv-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c60d13c69c2978438d1770d416205ee8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2816,
            "upload_time": "2023-12-09T06:13:28",
            "upload_time_iso_8601": "2023-12-09T06:13:28.451469Z",
            "url": "https://files.pythonhosted.org/packages/29/8f/0f613996f80c194cce530a9143b97a160afb5b996914cb8f16d7235fb43b/loadotenv-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-09 06:13:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lemredd",
    "github_project": "loadotenv",
    "github_not_found": true,
    "lcname": "loadotenv"
}
        
Elapsed time: 0.15984s