exiv2._version

Exiv2 library version information.

Module Attributes

__version__

python-exiv2 version as a string

__version_tuple__

python-exiv2 version as a tuple of ints

Functions

testVersion

Test the version of the available Exiv2 library at runtime.

version

Return the version of Exiv2 as "C" string eg "0.27.0.2".

versionInfo

Return a dict of libexiv2 build options.

versionNumber

Return the version of Exiv2 available at runtime as a uint32_t.

versionNumberHexString

Return the version of Exiv2 as hex string of fixed length 6.

versionString

Return the version string Example: "0.25.0" (major.minor.patch)

testVersion()

Test the version of the available Exiv2 library at runtime. Return true if it is the same as or newer than the passed-in version.

Versions are denoted using a triplet of integers: major.minor.patch . The fourth version number is designated a “tweak” an used by Release Candidates

version()

Return the version of Exiv2 as “C” string eg “0.27.0.2”.

versionInfo()

Return a dict of libexiv2 build options.

versionNumber()

Return the version of Exiv2 available at runtime as a uint32_t.

versionNumberHexString()

Return the version of Exiv2 as hex string of fixed length 6.

versionString()

Return the version string Example: “0.25.0” (major.minor.patch)