dotenvreader


Namedotenvreader JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryRead dotenv files with python
upload_time2023-06-16 14:02:43
maintainer
docs_urlNone
authorContentGamer
requires_python
license
keywords dotenv .env python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# DotENV-Reader
A Package for PiP that will read dotenv files.

# How to use
Create a new .env file (will throw an error if not found, it must be in the workspace where the package was imported) Copy the code below into one of your python files to start reading a dotenv.

```python

from dotenvreader import main as dotenv

dotenv.config() # Configuring the dotenv

print(dotenv.get_value("example")) # Returns "Example"
print(dotenv.exists("example")) # Returns "True"

```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "dotenvreader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "dotenv,.env,python",
    "author": "ContentGamer",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/24/3d/b93654b35e20b8210d5dfe9a932ba24cef8de746d970fb72a06773f68e04/dotenvreader-0.0.3.tar.gz",
    "platform": null,
    "description": "\r\n# DotENV-Reader\r\nA Package for PiP that will read dotenv files.\r\n\r\n# How to use\r\nCreate a new .env file (will throw an error if not found, it must be in the workspace where the package was imported) Copy the code below into one of your python files to start reading a dotenv.\r\n\r\n```python\r\n\r\nfrom dotenvreader import main as dotenv\r\n\r\ndotenv.config() # Configuring the dotenv\r\n\r\nprint(dotenv.get_value(\"example\")) # Returns \"Example\"\r\nprint(dotenv.exists(\"example\")) # Returns \"True\"\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Read dotenv files with python",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "dotenv",
        ".env",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b6cd9396c7f61853c2d2b26f25ab538bfd883a6cb98b81ddfcb7c2edec5cd66",
                "md5": "9c601721e3c454c5f4ff06aaea0d8703",
                "sha256": "48c2d8fe794851e759abe7c863b0ec16acd808196a6964d03f43720f8f06a183"
            },
            "downloads": -1,
            "filename": "dotenvreader-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c601721e3c454c5f4ff06aaea0d8703",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6708,
            "upload_time": "2023-06-16T14:02:41",
            "upload_time_iso_8601": "2023-06-16T14:02:41.254632Z",
            "url": "https://files.pythonhosted.org/packages/5b/6c/d9396c7f61853c2d2b26f25ab538bfd883a6cb98b81ddfcb7c2edec5cd66/dotenvreader-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "243db93654b35e20b8210d5dfe9a932ba24cef8de746d970fb72a06773f68e04",
                "md5": "4470210c8a81f07516f1cad6cf1eea93",
                "sha256": "fcfe975f2018596797a997aa1a6410458076caa230524d14cbd63d93e86fbbb4"
            },
            "downloads": -1,
            "filename": "dotenvreader-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4470210c8a81f07516f1cad6cf1eea93",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6403,
            "upload_time": "2023-06-16T14:02:43",
            "upload_time_iso_8601": "2023-06-16T14:02:43.007519Z",
            "url": "https://files.pythonhosted.org/packages/24/3d/b93654b35e20b8210d5dfe9a932ba24cef8de746d970fb72a06773f68e04/dotenvreader-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-16 14:02:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dotenvreader"
}
        
Elapsed time: 0.08126s