perseus-getenv-library


Nameperseus-getenv-library JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/majormode/perseus-getenv-python-library
SummaryPython library helper for reading environment variables
upload_time2024-02-21 02:04:28
maintainer
docs_urlNone
authorDaniel CAUNE
requires_python>=3.9,<4.0
licenseSEE LICENSE IN <LICENSE.md>
keywords env library perseus
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Perseus GetEnv Python Library

Majormode Perseus GetEnv Python Library is a helper library to read environment variables.

This library relies on [`python-dotenv`](https://github.com/theskumar/python-dotenv) to read key-value pairs from a `.env` file, which helps in the development of applications following the [12-factor principles](https://12factor.net/).

This library provides a helper function to convert the value of environment variables in the expected data type.

## Installation

To install [Perseus GetEnv Python Library](https://github.com/dcaune/perseus-getenv-python-library), simply enter the follow command line:

``` shell
pip install perseus-getenv-library
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/majormode/perseus-getenv-python-library",
    "name": "perseus-getenv-library",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "env,library,perseus",
    "author": "Daniel CAUNE",
    "author_email": "daniel.caune@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ba/ad/3ddc8ec257e0585aad2c45c482eaf02025e506fbf6eec4a7e279fff60a5d/perseus_getenv_library-1.0.5.tar.gz",
    "platform": null,
    "description": "# Perseus GetEnv Python Library\n\nMajormode Perseus GetEnv Python Library is a helper library to read environment variables.\n\nThis library relies on [`python-dotenv`](https://github.com/theskumar/python-dotenv) to read key-value pairs from a `.env` file, which helps in the development of applications following the [12-factor principles](https://12factor.net/).\n\nThis library provides a helper function to convert the value of environment variables in the expected data type.\n\n## Installation\n\nTo install [Perseus GetEnv Python Library](https://github.com/dcaune/perseus-getenv-python-library), simply enter the follow command line:\n\n``` shell\npip install perseus-getenv-library\n```\n",
    "bugtrack_url": null,
    "license": "SEE LICENSE IN <LICENSE.md>",
    "summary": "Python library helper for reading environment variables",
    "version": "1.0.5",
    "project_urls": {
        "Homepage": "https://github.com/majormode/perseus-getenv-python-library",
        "Repository": "https://github.com/majormode/perseus-getenv-python-library"
    },
    "split_keywords": [
        "env",
        "library",
        "perseus"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30466c73cf1af75b248ead5ef781e6a0ce46b5732676b2a0a752866c6a89513a",
                "md5": "b5158d382cbe0301f1faa07bafd2586b",
                "sha256": "836aca7b50f4f3028d70565bee0e04b877c966aadd5e1c20d0cc04033a8afe59"
            },
            "downloads": -1,
            "filename": "perseus_getenv_library-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5158d382cbe0301f1faa07bafd2586b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 8154,
            "upload_time": "2024-02-21T02:04:26",
            "upload_time_iso_8601": "2024-02-21T02:04:26.497774Z",
            "url": "https://files.pythonhosted.org/packages/30/46/6c73cf1af75b248ead5ef781e6a0ce46b5732676b2a0a752866c6a89513a/perseus_getenv_library-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "baad3ddc8ec257e0585aad2c45c482eaf02025e506fbf6eec4a7e279fff60a5d",
                "md5": "d85975f953f6f38757f420c616e8d884",
                "sha256": "f94f541f1850df3def3503721239ec237daf19abc9c39a48abefe6cf3bd6f13a"
            },
            "downloads": -1,
            "filename": "perseus_getenv_library-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d85975f953f6f38757f420c616e8d884",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 5359,
            "upload_time": "2024-02-21T02:04:28",
            "upload_time_iso_8601": "2024-02-21T02:04:28.188075Z",
            "url": "https://files.pythonhosted.org/packages/ba/ad/3ddc8ec257e0585aad2c45c482eaf02025e506fbf6eec4a7e279fff60a5d/perseus_getenv_library-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 02:04:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "majormode",
    "github_project": "perseus-getenv-python-library",
    "github_not_found": true,
    "lcname": "perseus-getenv-library"
}
        
Elapsed time: 0.22339s