jaraco.env


Namejaraco.env JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/jaraco/jaraco.env
SummaryFacilities for environment variables
upload_time2023-05-29 08:12:35
maintainer
docs_urlNone
authorJason R. Coombs
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. image:: https://img.shields.io/pypi/v/jaraco.env.svg
   :target: https://pypi.org/project/jaraco.env

.. image:: https://img.shields.io/pypi/pyversions/jaraco.env.svg

.. image:: https://github.com/jaraco/jaraco.env/workflows/tests/badge.svg
   :target: https://github.com/jaraco/jaraco.env/actions?query=workflow%3A%22tests%22
   :alt: tests

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: Black

.. .. image:: https://readthedocs.org/projects/jaracoenv/badge/?version=latest
..    :target: https://jaracoenv.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/badge/skeleton-2023-informational
   :target: https://blog.jaraco.com/skeleton


This library facilitates handling of environment variables.


Check
=====

Use ``Check`` to act as a boolean gate on an environment variable.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jaraco/jaraco.env",
    "name": "jaraco.env",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jason R. Coombs",
    "author_email": "jaraco@jaraco.com",
    "download_url": "https://files.pythonhosted.org/packages/a3/c7/22994a63d2f7b93e482b4ca00614b39371b0fd0ddd6e332a70194b21647e/jaraco.env-1.0.0.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/pypi/v/jaraco.env.svg\n   :target: https://pypi.org/project/jaraco.env\n\n.. image:: https://img.shields.io/pypi/pyversions/jaraco.env.svg\n\n.. image:: https://github.com/jaraco/jaraco.env/workflows/tests/badge.svg\n   :target: https://github.com/jaraco/jaraco.env/actions?query=workflow%3A%22tests%22\n   :alt: tests\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n   :alt: Code style: Black\n\n.. .. image:: https://readthedocs.org/projects/jaracoenv/badge/?version=latest\n..    :target: https://jaracoenv.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/badge/skeleton-2023-informational\n   :target: https://blog.jaraco.com/skeleton\n\n\nThis library facilitates handling of environment variables.\n\n\nCheck\n=====\n\nUse ``Check`` to act as a boolean gate on an environment variable.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Facilities for environment variables",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/jaraco/jaraco.env"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3979e4198f8bf420e425e1865ab655a756df61c53338598b5b0a3b8da76edb2",
                "md5": "851776d06e00a7133accccf5bbfc9ba8",
                "sha256": "633ac6242586f54afa72d9dcb4b38c6cd8301b1921978a8218f2c45659511f42"
            },
            "downloads": -1,
            "filename": "jaraco.env-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "851776d06e00a7133accccf5bbfc9ba8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2944,
            "upload_time": "2023-05-29T08:12:34",
            "upload_time_iso_8601": "2023-05-29T08:12:34.189464Z",
            "url": "https://files.pythonhosted.org/packages/e3/97/9e4198f8bf420e425e1865ab655a756df61c53338598b5b0a3b8da76edb2/jaraco.env-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3c722994a63d2f7b93e482b4ca00614b39371b0fd0ddd6e332a70194b21647e",
                "md5": "688403099d38aacfbd529f93c49204d7",
                "sha256": "11187cedc0f8f45a62dcaccbb6c1576a7200203041e7999223144718dd39a1f8"
            },
            "downloads": -1,
            "filename": "jaraco.env-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "688403099d38aacfbd529f93c49204d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6664,
            "upload_time": "2023-05-29T08:12:35",
            "upload_time_iso_8601": "2023-05-29T08:12:35.953489Z",
            "url": "https://files.pythonhosted.org/packages/a3/c7/22994a63d2f7b93e482b4ca00614b39371b0fd0ddd6e332a70194b21647e/jaraco.env-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-29 08:12:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jaraco",
    "github_project": "jaraco.env",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "jaraco.env"
}
        
Elapsed time: 0.07170s