b3j0f.utils.version module

Module which provides variables and constants in order to ease developments among several python versions and platforms.

b3j0f.utils.version.CPYTHON = True

cpython

b3j0f.utils.version.IRONPYTHON = False

IronPython

b3j0f.utils.version.JYTHON = False

jython

b3j0f.utils.version.PY2 = True

python2

b3j0f.utils.version.PY26 = False

python2.6

b3j0f.utils.version.PY27 = True

python2.7

b3j0f.utils.version.PY3 = False

python3

b3j0f.utils.version.PYPY = False

pypy