contextvars
There are 11 repositories under contextvars topic.
pomponchik/polog
Логгер нового поколения
hellysmile/contextvars_executor
contextvars friendly ThreadPoolExecutor
aviramha/capara
Python profiler written in Rust for Contextual profiling.
fabien-marty/stlog
STandard STructured LOG (stlog) is Python 3.7+ structured logging library built on standard python logging and contextvars
vdmit11/contextvars-registry
Python's contextvars made easy.
bswck/proxyvars
Create type-safe, context-dependent proxy objects. Inspired by werkzeug's LocalProxy
daxartio/kontext
Easy contextual information logging
lcgong/sqlblock
An intuitive way to access data with SQL
vbe0201/better-contextvars
contextvars is a great module. Let's make it compatible to Python 3.5+.
Waffles32/memosa
memoization context
vdmit11/supply-args
A decorator that provides function arguments, taking them from context variables, registry objects, and other sources.