SlackBuildsOrg/python/contextlib2
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
contextlib2.info
contextlib2.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

contextlib2 is a backport of the standard librarys 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 has no runtime dependencies, but requires unittest2 for
testing on Python 2.x, as well as setuptools and wheel to generate
universal wheel archives.

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

Python3 is an optional dependency.