Python

Documentation

Python example

>>> from universions.python import get_python_version
>>> get_python_version()
Version(major=3, minor=7, patch=5, prerelease='rc1', build=None)

CLI example

>>> universions python
3.7