loongson/pypi/: contextlib2-0.6.0.post1 metadata and description
Backports and enhancements for the contextlib module
author | Nick Coghlan |
author_email | ncoghlan@gmail.com |
classifiers |
|
license | PSF License |
requires_python | >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
contextlib2-0.6.0.post1-py2.py3-none-any.whl
|
|
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 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.
You can test against multiple versions of Python with tox:
pip install tox tox
Versions currently tested in both tox and Travis CI are:
- CPython 2.7
- CPython 3.4
- CPython 3.5
- CPython 3.6
- CPython 3.7
- PyPy
- PyPy3