perseus-getenv-library


Nameperseus-getenv-library JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/majormode/perseus-getenv-python-library
SummaryPython library helper for reading environment variables
upload_time2024-06-28 09:48:27
maintainerNone
docs_urlNone
authorDaniel CAUNE
requires_python>=3.9
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": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "env, library, perseus",
    "author": "Daniel CAUNE",
    "author_email": "daniel.caune@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5b/a8/53aaf42cda0361069ec59259f289346d5d22e1f34eaa699328f93458dd46/perseus_getenv_library-1.0.6.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.6",
    "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": "8fb089509d2c27b8a93863a7c9b6289475dd4430a87e990c639aa62e072f0879",
                "md5": "abe2f6b71cfc9736a08144cc276b80dc",
                "sha256": "8b4b2af841222e0d10b2e50d68b279e180082010e76f6643dbe7ff6d32953891"
            },
            "downloads": -1,
            "filename": "perseus_getenv_library-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "abe2f6b71cfc9736a08144cc276b80dc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8155,
            "upload_time": "2024-06-28T09:48:25",
            "upload_time_iso_8601": "2024-06-28T09:48:25.578734Z",
            "url": "https://files.pythonhosted.org/packages/8f/b0/89509d2c27b8a93863a7c9b6289475dd4430a87e990c639aa62e072f0879/perseus_getenv_library-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ba853aaf42cda0361069ec59259f289346d5d22e1f34eaa699328f93458dd46",
                "md5": "5f9a9e7fc8fa41bf0a043b5e4f65fb09",
                "sha256": "619cc3e4dd31ff2cc0a98a65f86fdaaf81641ef50e6ddc6219183e117bc39c0a"
            },
            "downloads": -1,
            "filename": "perseus_getenv_library-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "5f9a9e7fc8fa41bf0a043b5e4f65fb09",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5366,
            "upload_time": "2024-06-28T09:48:27",
            "upload_time_iso_8601": "2024-06-28T09:48:27.172761Z",
            "url": "https://files.pythonhosted.org/packages/5b/a8/53aaf42cda0361069ec59259f289346d5d22e1f34eaa699328f93458dd46/perseus_getenv_library-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-28 09:48:27",
    "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.69280s