contextlocal


Namecontextlocal JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/mjkoo/contextlocal
SummaryUseful wrappers around contextvars extracted from Werkzeug
upload_time2023-02-09 21:52:10
maintainer
docs_urlNone
authorMaxwell Koo
requires_python>=3.7,<4.0
licenseBSD-3-Clause
keywords contextvars locals proxy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Context Locals

Extract the context local functionality from [Werkzeug](https://github.com/pallets/werkzeug).

This is generally useful for a variety of contexts, where you may not want to include a full WSGI library.

## Usage

Please see the documenation at https://werkzeug.palletsprojects.com/en/latest/local/

## License

This is derived from Werkzeug with minimal modifications, and is under the same BSD 3-Clause license.

Please see the `LICENSE` file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mjkoo/contextlocal",
    "name": "contextlocal",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "contextvars,locals,proxy",
    "author": "Maxwell Koo",
    "author_email": "mjkoo90@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/93/b3/e3c1a4c8dc0a893d8b72adfbdda9aa5b38233feb88255f03fdb7455c5a56/contextlocal-0.1.2.tar.gz",
    "platform": null,
    "description": "# Context Locals\n\nExtract the context local functionality from [Werkzeug](https://github.com/pallets/werkzeug).\n\nThis is generally useful for a variety of contexts, where you may not want to include a full WSGI library.\n\n## Usage\n\nPlease see the documenation at https://werkzeug.palletsprojects.com/en/latest/local/\n\n## License\n\nThis is derived from Werkzeug with minimal modifications, and is under the same BSD 3-Clause license.\n\nPlease see the `LICENSE` file for details.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Useful wrappers around contextvars extracted from Werkzeug",
    "version": "0.1.2",
    "split_keywords": [
        "contextvars",
        "locals",
        "proxy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7f59cb8303c915a3469cca57d6b659c64534e82714a3b60a888267a1e4ef1bb",
                "md5": "529b9c6448fb9f72b350164212de2eb3",
                "sha256": "5fc677a5f71ffdb563be4c1a51c4ad0e946900bfd3d6f6e65b85caf2f861ddef"
            },
            "downloads": -1,
            "filename": "contextlocal-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "529b9c6448fb9f72b350164212de2eb3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 7680,
            "upload_time": "2023-02-09T21:52:08",
            "upload_time_iso_8601": "2023-02-09T21:52:08.529054Z",
            "url": "https://files.pythonhosted.org/packages/b7/f5/9cb8303c915a3469cca57d6b659c64534e82714a3b60a888267a1e4ef1bb/contextlocal-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93b3e3c1a4c8dc0a893d8b72adfbdda9aa5b38233feb88255f03fdb7455c5a56",
                "md5": "66b2ed60fdfe7162a52e1b9df705e720",
                "sha256": "ad7d86cafb6a7444ebe66f3dd5ed203b1c4afa99f005b84bccc447702b416311"
            },
            "downloads": -1,
            "filename": "contextlocal-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "66b2ed60fdfe7162a52e1b9df705e720",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 7276,
            "upload_time": "2023-02-09T21:52:10",
            "upload_time_iso_8601": "2023-02-09T21:52:10.572912Z",
            "url": "https://files.pythonhosted.org/packages/93/b3/e3c1a4c8dc0a893d8b72adfbdda9aa5b38233feb88255f03fdb7455c5a56/contextlocal-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-09 21:52:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mjkoo",
    "github_project": "contextlocal",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "contextlocal"
}
        
Elapsed time: 0.04470s