Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomgrin10/contextlib3

Backport of Python 3.10 standard library’s contextlib module to other python 3 versions.
https://github.com/tomgrin10/contextlib3

Last synced: about 5 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.