PEP 567 Backport
This package implements a backport of Python 3.7 contextvars module (see PEP 567) for Python 3.6.
Important: at this moment this package does not provide an asyncio event loop with PEP 567 support yet. Stay tuned for updates.
Documentation: https://docs.python.org/3.7/library/contextvars.html
Usage:
try:
import contextvars
except ImportError:
import pep567 as contextvars
my_var = contextvars.ContextVar('my_var')
# ...
License
Apache 2.0.
Release files for pep567 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pep567-0.1.0.tar.gz | 2.7 kB | Details |
Release files / pep567-0.1.0.tar.gz
| Download URL | pep567-0.1.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d8fbe82ee3bfd593f2477e88d5d363bfc7133573fd400fcbda283035f4e6ab3e
|
|
BLAKE2b-256 checksum How to use checksums |
e2271b5cbb39696bf4dfbacb38fe925bb7852d94042efbb8b52e02097073c26d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |