Metadata-Version: 2.1
Name: contextlocal
Version: 0.1.0
Summary: Useful wrappers around contextvars extracted from Werkzeug
Author: Maxwell Koo
Author-email: mjkoo90@gmail.com
Requires-Python: >=3.7,<4.0
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
Description-Content-Type: text/markdown

# Context Locals

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

## Usage

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