contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.
Find a file
2015-09-14 14:50:29 +00:00
docs Issue #8: Switch to ExitStack instead of ContextStack 2012-05-01 21:50:17 +10:00
.hgignore Initial project commit 2011-12-13 22:41:17 +10:00
contextlib2.py Issue #8: Switch to ExitStack instead of ContextStack 2012-05-01 21:50:17 +10:00
LICENSE.txt Initial project commit 2011-12-13 22:41:17 +10:00
MANIFEST.in Issue #7: Provide MANIFEST.in to ensure files are uploaded correctly 2012-01-17 21:57:24 +10:00
NEWS.rst Releasing 0.4.0 2012-05-05 23:29:22 +10:00
README.txt Add Codeship status indicator 2015-09-14 14:50:29 +00:00
setup.py Update comment - I do know how to express it, I just don't want the external dependency 2012-05-01 21:09:21 +10:00
test_contextlib2.py Issue #8: Switch to ExitStack instead of ContextStack 2012-05-01 21:50:17 +10:00
VERSION.txt Create development branch and start work on 0.4.0 2012-05-01 20:06:25 +10:00

contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.

It also serves as a real world proving ground for possible future enhancements to the standard library version.

Development
-----------

contextlib2 currently has no dependencies.

Local testing is currently just a matter of running "python test_contextlib2.py"

Continuous integration
----------------------

CI is set up in Codeship to run against PRs and commits.

[![Codeship Status for ncoghlan/contextlib2](https://codeship.com/projects/884e9500-3d1a-0133-3eb0-1abe7f570a4c/status?branch=default)](https://codeship.com/projects/102388)