dtpyenv


Namedtpyenv JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryA light python package for managing environment variables.
upload_time2025-02-04 18:10:30
maintainerNone
docs_urlNone
authorReza Shirazi
requires_python<4.0,>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Environment Manager

A Python class for managing environment variables in an organized and controlled manner. This package provides an easy-to-use interface to load environment variables from a file, register allowed variables, and access them statically, with support for case-insensitivity and caching.

## Features

- **Load environment variables** from a `.env` file.
- **Override existing variables** with the option to allow or deny.
- **Register allowed variables** to control which variables can be accessed.
- **Case-insensitive access** to environment variables.
- **Caching** for efficient future access to environment variables.
- **Logging** for missing files or unregistered variables.

## Installation

To install this package, run the following command:

```bash
pip install dtyenv
```



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dtpyenv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Reza Shirazi",
    "author_email": "reza@datgate.com",
    "download_url": "https://files.pythonhosted.org/packages/23/fd/a7841ce6f0dc9c6e6d6dce6faea303e89ac48309894a48b365ec9054bb60/dtpyenv-0.1.4.tar.gz",
    "platform": null,
    "description": "# Environment Manager\n\nA Python class for managing environment variables in an organized and controlled manner. This package provides an easy-to-use interface to load environment variables from a file, register allowed variables, and access them statically, with support for case-insensitivity and caching.\n\n## Features\n\n- **Load environment variables** from a `.env` file.\n- **Override existing variables** with the option to allow or deny.\n- **Register allowed variables** to control which variables can be accessed.\n- **Case-insensitive access** to environment variables.\n- **Caching** for efficient future access to environment variables.\n- **Logging** for missing files or unregistered variables.\n\n## Installation\n\nTo install this package, run the following command:\n\n```bash\npip install dtyenv\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A light python package for managing environment variables.",
    "version": "0.1.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ab12d3efac41c1e88491e27d9e6ee593d9feded2fe72f6ab64ee84893caaa0df",
                "md5": "89224c4228228138cd7a2f999c92d52e",
                "sha256": "c9e1ade62d0c89b515fb8e2450902144744fcf996d770e1a83c4b282dcabbfb3"
            },
            "downloads": -1,
            "filename": "dtpyenv-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89224c4228228138cd7a2f999c92d52e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 2119,
            "upload_time": "2025-02-04T18:10:28",
            "upload_time_iso_8601": "2025-02-04T18:10:28.304869Z",
            "url": "https://files.pythonhosted.org/packages/ab/12/d3efac41c1e88491e27d9e6ee593d9feded2fe72f6ab64ee84893caaa0df/dtpyenv-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "23fda7841ce6f0dc9c6e6d6dce6faea303e89ac48309894a48b365ec9054bb60",
                "md5": "b202f0c34adbaa0cb3acb95423f141a9",
                "sha256": "51ce8d601438acd8e753f3c2e76e2ca2f5757c22e37f61aa2d4df86fcdd18abf"
            },
            "downloads": -1,
            "filename": "dtpyenv-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b202f0c34adbaa0cb3acb95423f141a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 1535,
            "upload_time": "2025-02-04T18:10:30",
            "upload_time_iso_8601": "2025-02-04T18:10:30.391646Z",
            "url": "https://files.pythonhosted.org/packages/23/fd/a7841ce6f0dc9c6e6d6dce6faea303e89ac48309894a48b365ec9054bb60/dtpyenv-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-04 18:10:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dtpyenv"
}
        
Elapsed time: 1.05263s