Metadata-Version: 2.1
Name: contextlocal
Version: 0.1.1
Summary: Useful wrappers around contextvars extracted from Werkzeug
Home-page: https://github.com/mjkoo/contextlocal
License: BSD-3-Clause
Keywords: contextvars,locals,proxy
Author: Maxwell Koo
Author-email: mjkoo90@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Documentation, https://werkzeug.palletsprojects.com/en/latest/local/
Project-URL: Repository, https://github.com/mjkoo/contextlocal
Description-Content-Type: text/markdown

# 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.

