{ "info": { "author": "MagicStack Inc", "author_email": "hello@magic.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only" ], "description": "PEP 567 Backport\n================\n\nThis package implements a backport of Python 3.7 ``contextvars``\nmodule (see PEP 567) for Python 3.6.\n\n**Important:** at this moment this package does not provide an\nasyncio event loop with PEP 567 support yet. Stay tuned for updates.\n\nDocumentation: https://docs.python.org/3.7/library/contextvars.html\n\nUsage:\n\n.. code-block:: python\n\n try:\n import contextvars\n except ImportError:\n import pep567 as contextvars\n\n my_var = contextvars.ContextVar('my_var')\n # ...\n\n\nLicense\n=======\n\nApache 2.0.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "pep567", "package_url": "https://pypi.org/project/pep567/", "platform": "", "project_url": "https://pypi.org/project/pep567/", "project_urls": null, "release_url": "https://pypi.org/project/pep567/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "PEP 567 Backport", "version": "0.1.0" }, "last_serial": 3689834, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "361f330c484f42cd08e463858f131b6d", "sha256": "d8fbe82ee3bfd593f2477e88d5d363bfc7133573fd400fcbda283035f4e6ab3e" }, "downloads": -1, "filename": "pep567-0.1.0.tar.gz", "has_sig": false, "md5_digest": "361f330c484f42cd08e463858f131b6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2739, "upload_time": "2018-03-21T01:44:08", "url": "https://files.pythonhosted.org/packages/e2/27/1b5cbb39696bf4dfbacb38fe925bb7852d94042efbb8b52e02097073c26d/pep567-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "361f330c484f42cd08e463858f131b6d", "sha256": "d8fbe82ee3bfd593f2477e88d5d363bfc7133573fd400fcbda283035f4e6ab3e" }, "downloads": -1, "filename": "pep567-0.1.0.tar.gz", "has_sig": false, "md5_digest": "361f330c484f42cd08e463858f131b6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2739, "upload_time": "2018-03-21T01:44:08", "url": "https://files.pythonhosted.org/packages/e2/27/1b5cbb39696bf4dfbacb38fe925bb7852d94042efbb8b52e02097073c26d/pep567-0.1.0.tar.gz" } ] }