Metadata-Version: 2.1
Name: cvpickle
Version: 0.0.1
Summary: Enable pickling of contextvars.Context objects
Home-page: https://github.com/akruis/cvpickle
Author: Anselm Kruis
Author-email: anselm@kruis.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/akruis/cvpickle/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7.1
Description-Content-Type: text/markdown
License-File: LICENSE

# cvpickle - Pickling support for Context Variables

Enable pickling of contextvars.Context objects.

This code requires Python 3.7.1 or any later version.

Documentation: https://cvpickle.readthedocs.io/

Bug Tracker: https://github.com/akruis/cvpickle/issues

## Changelog

 * 0.0.1: Initial release


