Metadata-Version: 2.1
Name: contextlib3
Version: 0.1
Summary: Backport of Python 3.10 standard library’s contextlib module to other python 3 versions
Home-page: https://github.com/tomgrin10/contextlib3
License: MIT
Keywords: contextlib,backport,async
Author: Tom Gringauz
Author-email: tomgrin10@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Repository, https://github.com/tomgrin10/contextlib3
Description-Content-Type: text/markdown

# contextlib3

[![PyPI](https://img.shields.io/pypi/v/contextlib3)](https://pypi.org/project/contextlib3/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/contextlib3)](https://pypi.org/project/contextlib3/)
[![PyPI License](https://img.shields.io/pypi/l/contextlib3)](https://pypi.org/project/contextlib3/)
[![Code Style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black/)

Backport of Python 3.10 standard library’s contextlib module to other python 3 versions.

