Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tomgrin10/contextlib3
- Owner: tomgrin10
- License: mit
- Created: 2020-11-17T21:43:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T23:59:14.000Z (about 4 years ago)
- Last Synced: 2024-11-01T15:06:28.293Z (18 days ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.